Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbio.h136 # define BIO_CTRL_FLUSH 11/* opt - 'flush' buffered output */ macro
596 # define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)