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

  /external/openssl/crypto/bio/
bio.h 135 #define BIO_CTRL_WPENDING 13 /* opt - number of bytes still to write */
572 #define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
575 size_t BIO_ctrl_wpending(BIO *b);
    [all...]
  /external/openssl/include/openssl/
bio.h 135 #define BIO_CTRL_WPENDING 13 /* opt - number of bytes still to write */
572 #define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
575 size_t BIO_ctrl_wpending(BIO *b);
    [all...]

Completed in 23 milliseconds