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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_port.h 96 QUIC_CHANNEL *ossl_quic_port_pop_incoming(QUIC_PORT *port);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port.c 596 QUIC_CHANNEL *ossl_quic_port_pop_incoming(QUIC_PORT *port) function
621 ch = ossl_quic_port_pop_incoming(port);
quic_impl.c 4628 new_ch = ossl_quic_port_pop_incoming(ctx.ql->port);
4642 new_ch = ossl_quic_port_pop_incoming(ctx.ql->port);
4649 new_ch = ossl_quic_port_pop_incoming(ctx.ql->port);

Completed in 21 milliseconds