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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_reactor_wait_ctx.h 19 * QUIC_REACTOR_WAIT_CTX
56 * QUIC_REACTOR_WAIT_CTX before commencing a blocking operation, and then calls
94 void ossl_quic_reactor_wait_ctx_init(QUIC_REACTOR_WAIT_CTX *ctx);
97 int ossl_quic_reactor_wait_ctx_enter(QUIC_REACTOR_WAIT_CTX *ctx,
101 void ossl_quic_reactor_wait_ctx_leave(QUIC_REACTOR_WAIT_CTX *ctx,
111 void ossl_quic_reactor_wait_ctx_cleanup(QUIC_REACTOR_WAIT_CTX *ctx);
quic_predef.h 31 typedef struct quic_reactor_wait_ctx_st QUIC_REACTOR_WAIT_CTX;
quic_ssl.h 180 void ossl_quic_enter_blocking_section(SSL *ssl, QUIC_REACTOR_WAIT_CTX *wctx);
181 void ossl_quic_leave_blocking_section(SSL *ssl, QUIC_REACTOR_WAIT_CTX *wctx);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_reactor_wait_ctx.c 9 #include "internal/quic_reactor_wait_ctx.h"
22 void ossl_quic_reactor_wait_ctx_init(QUIC_REACTOR_WAIT_CTX *ctx)
43 int ossl_quic_reactor_wait_ctx_enter(QUIC_REACTOR_WAIT_CTX *ctx,
64 void ossl_quic_reactor_wait_ctx_leave(QUIC_REACTOR_WAIT_CTX *ctx,
77 void ossl_quic_reactor_wait_ctx_cleanup(QUIC_REACTOR_WAIT_CTX *ctx)
quic_impl.c 22 #include "internal/quic_reactor_wait_ctx.h"
5365 void ossl_quic_enter_blocking_section(SSL *ssl, QUIC_REACTOR_WAIT_CTX *wctx)
5380 void ossl_quic_leave_blocking_section(SSL *ssl, QUIC_REACTOR_WAIT_CTX *wctx)
  /src/crypto/external/apache2/openssl/dist/ssl/rio/
poll_immediate.c 12 #include "internal/quic_reactor_wait_ctx.h"
53 QUIC_REACTOR_WAIT_CTX *wctx,
156 QUIC_REACTOR_WAIT_CTX *wctx)
165 QUIC_REACTOR_WAIT_CTX *wctx)
201 QUIC_REACTOR_WAIT_CTX *wctx,
290 QUIC_REACTOR_WAIT_CTX wctx;

Completed in 18 milliseconds