HomeSort by relevance Sort by last modified time
    Searched defs:BIO_CTRL_EOF (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bio/
bio.h 113 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */
504 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)
  /external/openssl/include/openssl/
bio.h 113 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */
504 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)

Completed in 146 milliseconds