HomeSort by relevance Sort by last modified time
    Searched refs:BIO_ctrl_wpending (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bio/
bio_lib.c 413 size_t BIO_ctrl_wpending(BIO *bio)
415 return BIO_ctrl(bio, BIO_CTRL_WPENDING, 0, NULL);
bio.h 124 #define BIO_CTRL_WPENDING 13 /* opt - number of bytes still to write */
508 #define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
511 size_t BIO_ctrl_wpending(BIO *b);
  /external/openssl/include/openssl/
bio.h 124 #define BIO_CTRL_WPENDING 13 /* opt - number of bytes still to write */
508 #define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
511 size_t BIO_ctrl_wpending(BIO *b);

Completed in 16 milliseconds