Searched refs:BIO_wpending (Results 1 – 7 of 7) sorted by relevance
262 OPENSSL_EXPORT size_t BIO_wpending(const BIO *bio);
254 OPENSSL_EXPORT size_t BIO_wpending(const BIO *bio);
592 # define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL) macro