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

  /src/crypto/external/apache2/openssl/dist/include/internal/
ssl_unwrap.h 54 #define IS_QUIC_CTX(ctx) IS_QUIC_METHOD((ctx)->method)
106 #define IS_QUIC_CTX(ctx) 0
  /src/crypto/external/apache2/openssl/dist/ssl/
bio_ssl.c 449 if (ctx != NULL && IS_QUIC_CTX(ctx))
477 if (ctx != NULL && IS_QUIC_CTX(ctx))
ssl_lib.c 666 if (IS_QUIC_CTX(ctx)) {
807 s->quiet_shutdown = IS_QUIC_CTX(ctx) ? 0 : ctx->quiet_shutdown;
809 if (!IS_QUIC_CTX(ctx))
908 if (!IS_QUIC_CTX(ctx)) {
1014 return IS_QUIC_CTX(c);
3664 if (IS_QUIC_CTX(ctx))
3686 if (IS_QUIC_CTX(ctx))
5930 if (IS_QUIC_CTX(ctx) && (app_block_size > 1 || hs_block_size > 1))
7980 if (!IS_QUIC_CTX(ctx))
8052 if (!IS_QUIC_CTX(ctx)
    [all...]

Completed in 56 milliseconds