HomeSort by: relevance | last modified time | path
    Searched refs:BIO_set_buffer_size (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 472 # define BIO_set_buffer_size(b,size) BIO_ctrl(b,BIO_C_SET_BUFF_SIZE,size,NULL)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 601 #define BIO_set_buffer_size(b, size) BIO_ctrl(b, BIO_C_SET_BUFF_SIZE, size, NULL)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 524 # define BIO_set_buffer_size(b,size) BIO_ctrl(b,BIO_C_SET_BUFF_SIZE,size,NULL)

Completed in 24 milliseconds