Home
last modified time | relevance | path

Searched defs:BIO_get_write_buf_size (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h500 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL) macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in552 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL) macro