Home
last modified time | relevance | path

Searched refs:BIO_CTRL_WPENDING (Results 1 – 1 of 1) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbio.h138 # define BIO_CTRL_WPENDING 13/* opt - number of bytes still to write */ macro
592 # define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)