Searched defs:BIO_eof (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ | ||
H A D | bio.h.in | 533 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro |
H A D | bio.h | 556 # define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) macro |