Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbio.h135 # define BIO_CTRL_PENDING 10/* opt - is their more data buffered */ macro
591 # define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)