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