Home
last modified time | relevance | path

Searched refs:RECORD_LAYER_read_pending (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/record/
H A Drecord.h205 int RECORD_LAYER_read_pending(const RECORD_LAYER *rl);
H A Drec_layer_s3.c79 int RECORD_LAYER_read_pending(const RECORD_LAYER *rl) in RECORD_LAYER_read_pending() function
/third_party/openssl/ssl/record/
H A Drecord.h205 int RECORD_LAYER_read_pending(const RECORD_LAYER *rl);
H A Drec_layer_s3.c79 int RECORD_LAYER_read_pending(const RECORD_LAYER *rl) in RECORD_LAYER_read_pending() function
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c1662 return RECORD_LAYER_read_pending(&s->rlayer); in SSL_has_pending()
5613 if (RECORD_LAYER_read_pending(rl) || RECORD_LAYER_write_pending(rl)) in SSL_free_buffers()
H A Ds3_lib.c4520 if (!RECORD_LAYER_read_pending(&s->rlayer) in ssl3_renegotiate_check()
/third_party/openssl/ssl/
H A Dssl_lib.c1580 return RECORD_LAYER_read_pending(&s->rlayer); in SSL_has_pending()
5494 if (RECORD_LAYER_read_pending(rl) || RECORD_LAYER_write_pending(rl)) in SSL_free_buffers()
H A Ds3_lib.c4520 if (!RECORD_LAYER_read_pending(&s->rlayer) in ssl3_renegotiate_check()

Completed in 27 milliseconds