Searched defs:BIO_CTRL_EOF (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h626 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */ macro
/external/openssl/crypto/bio/
H A Dbio.h124 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */ macro
571 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)
/external/openssl/include/openssl/
H A Dbio.h124 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */ macro
571 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)

Completed in 78 milliseconds