Searched refs:BIO_flush (Results 1 – 9 of 9) sorted by relevance
87 if(be != NULL) { BIO_flush(be); BIO_reset(be); BIO_free_all(be); be = NULL; } \88 if(cl != NULL) { BIO_flush(cl); BIO_reset(cl); BIO_free_all(cl); cl = NULL; } \
134 OPENSSL_EXPORT int BIO_flush(BIO *bio);
130 OPENSSL_EXPORT int BIO_flush(BIO *bio);
596 # define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL) macro
2469 if (BIO_flush(b64) == 1) in b64enc()