Searched refs:BIO_set_buffer_read_data (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | BIO_f_buffer.pod | 9 BIO_set_buffer_read_data, 23 long BIO_set_buffer_read_data(BIO *b, void *buf, long num); 44 BIO_set_buffer_read_data() clears the read buffer and fills it with B<num> 83 BIO_set_buffer_read_data() returns 1 if the data was set correctly or <=0 if
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BIO_f_buffer.pod | 9 BIO_set_buffer_read_data, 23 long BIO_set_buffer_read_data(BIO *b, void *buf, long num); 44 BIO_set_buffer_read_data() clears the read buffer and fills it with B<num> 82 BIO_set_buffer_read_data() returns 1 if the data was set correctly or 0 if
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | private.num | 140 BIO_set_buffer_read_data define
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | other.syms | 206 BIO_set_buffer_read_data define
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bio.h | 475 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bio.h.in | 527 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) macro
|