HomeSort by: relevance | last modified time | path
    Searched refs:OSSL_LIST_FOREACH (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_reactor_wait_ctx.c 48 OSSL_LIST_FOREACH(slot, quic_reactor_wait_slot, &ctx->slots)
69 OSSL_LIST_FOREACH(slot, quic_reactor_wait_slot, &ctx->slots)
quic_engine.c 139 OSSL_LIST_FOREACH(port, port, &qeng->port_list)
188 OSSL_LIST_FOREACH(port, port, &qeng->port_list)
quic_port.c 439 OSSL_LIST_FOREACH(ch, ch, &port->channel_list)
678 OSSL_LIST_FOREACH(ch, ch, &port->channel_list)
1753 OSSL_LIST_FOREACH(ch, ch, &port->channel_list)
  /src/crypto/external/apache2/openssl/dist/include/internal/
list.h 27 #define OSSL_LIST_FOREACH(p, name, l) \

Completed in 40 milliseconds