Searched refs:BIO_eof (Results 1 – 3 of 3) sorted by relevance
128 if (!BIO_eof(bio)) { in bio_mem_test()205 if (!BIO_eof(bio)) { in bio_mem_small_io_test()269 if (BIO_eof(bio)) { in bio_mem_readonly_test()290 if (!BIO_eof(bio)) { in bio_mem_readonly_test()304 if (BIO_eof(bio)) { in bio_mem_readonly_test()
475 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro
365 while(!BIO_eof(bio)) { in STACK_OF()