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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
bio.h 629 #define BIO_CTRL_GET 5 /* man - get the 'IO' type */
    [all...]
  /external/openssl/crypto/bio/
bio.h 127 #define BIO_CTRL_GET 5 /* man - get the 'IO' type */
585 #define BIO_buffer_get_num_lines(b) BIO_ctrl(b,BIO_CTRL_GET,0,NULL)
    [all...]
  /external/openssl/include/openssl/
bio.h 127 #define BIO_CTRL_GET 5 /* man - get the 'IO' type */
585 #define BIO_buffer_get_num_lines(b) BIO_ctrl(b,BIO_CTRL_GET,0,NULL)
    [all...]

Completed in 316 milliseconds