Searched refs:BIO_wpending (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_ctrl.pod | 7 BIO_pending, BIO_wpending, BIO_ctrl_pending, BIO_ctrl_wpending, 30 int BIO_wpending(BIO *b); 69 BIO_pending(), BIO_ctrl_pending(), BIO_wpending() and BIO_ctrl_wpending() 72 return a size_t type and are functions, BIO_pending() and BIO_wpending() are 92 BIO_pending(), BIO_ctrl_pending(), BIO_wpending() and BIO_ctrl_wpending() 102 The return values of BIO_pending() and BIO_wpending() may not reliably
|
/third_party/boost/boost/asio/ssl/detail/impl/ |
D | engine.ipp | 212 if (BIO_wpending(ext_bio_))
|
/third_party/boost/libs/asio/include/boost/asio/ssl/detail/impl/ |
D | engine.ipp | 212 if (BIO_wpending(ext_bio_))
|
/third_party/openssl/util/ |
D | private.num | 168 BIO_wpending define
|
/third_party/openssl/include/openssl/ |
D | bio.h | 485 # define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL) macro
|
/third_party/openssl/ssl/statem/ |
D | statem_dtls.c | 188 used_len = BIO_wpending(s->wbio) + DTLS1_RT_HEADER_LENGTH in dtls1_do_write()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 858 #define BIO_wpending BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_wpending) macro
|