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

  /external/openssl/crypto/bio/
bio.h 121 #define BIO_CTRL_PENDING 10 /* opt - is their more data buffered */
507 #define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
510 size_t BIO_ctrl_pending(BIO *b);
  /external/openssl/include/openssl/
bio.h 121 #define BIO_CTRL_PENDING 10 /* opt - is their more data buffered */
507 #define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
510 size_t BIO_ctrl_pending(BIO *b);

Completed in 41 milliseconds