Searched refs:QUIC_REACTOR_WAIT_CTX (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/include/internal/ |
| H A D | quic_reactor_wait_ctx.h | 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);
|
| H A D | quic_predef.h | 31 typedef struct quic_reactor_wait_ctx_st QUIC_REACTOR_WAIT_CTX; typedef
|
| H A D | 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/openssl/ssl/quic/ |
| H A D | quic_reactor_wait_ctx.c | 22 void ossl_quic_reactor_wait_ctx_init(QUIC_REACTOR_WAIT_CTX *ctx) in ossl_quic_reactor_wait_ctx_init() 43 int ossl_quic_reactor_wait_ctx_enter(QUIC_REACTOR_WAIT_CTX *ctx, in ossl_quic_reactor_wait_ctx_enter() 64 void ossl_quic_reactor_wait_ctx_leave(QUIC_REACTOR_WAIT_CTX *ctx, in ossl_quic_reactor_wait_ctx_leave() 77 void ossl_quic_reactor_wait_ctx_cleanup(QUIC_REACTOR_WAIT_CTX *ctx) in ossl_quic_reactor_wait_ctx_cleanup()
|
| H A D | quic_impl.c | 5344 void ossl_quic_enter_blocking_section(SSL *ssl, QUIC_REACTOR_WAIT_CTX *wctx) in ossl_quic_enter_blocking_section() 5359 void ossl_quic_leave_blocking_section(SSL *ssl, QUIC_REACTOR_WAIT_CTX *wctx) in ossl_quic_leave_blocking_section()
|
| /src/crypto/openssl/ssl/rio/ |
| H A D | poll_immediate.c | 53 QUIC_REACTOR_WAIT_CTX *wctx, in poll_translate_ssl_quic() 156 QUIC_REACTOR_WAIT_CTX *wctx) in postpoll_translation_cleanup_ssl_quic() 165 QUIC_REACTOR_WAIT_CTX *wctx) in postpoll_translation_cleanup() 201 QUIC_REACTOR_WAIT_CTX *wctx, in poll_translate() 290 QUIC_REACTOR_WAIT_CTX wctx; in poll_block()
|