Searched refs:BIO_read_ex (Results 1 – 20 of 20) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_s_fd.pod | 23 BIO_read_ex() and BIO_write_ex() read or write the underlying descriptor. 48 The behaviour of BIO_read_ex() and BIO_write_ex() depends on the behavior of the 51 manner described in the L<BIO_read_ex(3)> and L<BIO_should_retry(3)> 84 L<BIO_reset(3)>, L<BIO_read_ex(3)>,
|
D | BIO_f_buffer.pod | 52 Buffering BIOs implement BIO_read_ex() and BIO_gets() by using 53 BIO_read_ex() operations on the next BIO in the chain and storing the 56 the caller a whole line, and BIO_read_ex() is guaranteed to give the 60 BIO_gets() or exact size BIO_read_ex() functionality if the following
|
D | BIO_read.pod | 5 BIO_read_ex, BIO_write_ex, BIO_read, BIO_write, BIO_gets, BIO_puts 12 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes); 22 BIO_read_ex() attempts to read B<dlen> bytes from BIO B<b> and places the data 46 BIO_read_ex() and BIO_write_ex() return 1 if data was successfully read or
|
D | BIO_s_bio.pod | 46 Calls to BIO_read_ex() will read data from the buffer or request a retry if no 113 BIO_write_ex() and a response read with BIO_read_ex(), this can occur during an 115 write buffer. BIO_read_ex() will initially fail and BIO_should_read() will be 190 L<BIO_should_retry(3)>, L<BIO_read_ex(3)>
|
D | BIO_meth_new.pod | 92 be called in response to the application calling BIO_read_ex() or BIO_read(). 93 The parameters for the function have the same meaning as for BIO_read_ex(). 149 L<bio>, L<BIO_find_type>, L<BIO_ctrl>, L<BIO_read_ex>, L<BIO_new>
|
D | BIO_s_file.pod | 31 Calls to BIO_read_ex() and BIO_write_ex() read and write data to the 154 L<BIO_read_ex(3)>,
|
D | BIO_s_socket.pod | 20 BIO_read_ex() and BIO_write_ex() read or write the underlying socket.
|
D | BIO_should_retry.pod | 27 They will typically be called after a failed BIO_read_ex() or BIO_write_ex() 70 operation. For example if a call to BIO_read_ex() on a socket BIO returns
|
D | BIO_f_md.pod | 26 Any data written or read through a digest BIO using BIO_read_ex() and
|
D | BIO_set_callback.pod | 115 =item B<BIO_read_ex(b, data, dlen, readbytes)>
|
D | BIO_f_ssl.pod | 110 renegotiation takes place during a BIO_read_ex() operation, one
|
/third_party/openssl/test/testutil/ |
D | tap_bio.c | 64 ret = BIO_read_ex(next, buf, size, out_size); in tap_read_ex()
|
/third_party/openssl/apps/ |
D | bf_prefix.c | 78 return BIO_read_ex(BIO_next(b), in, size, numread); in prefix_read()
|
D | s_client.c | 2748 if (!BIO_read_ex(edfile, cbuf, BUFSIZZ, &readbytes)) in s_client_main()
|
/third_party/openssl/doc/man7/ |
D | bio.pod | 69 L<BIO_push(3)>, L<BIO_read_ex(3)>,
|
/third_party/openssl/crypto/bio/ |
D | bio_lib.c | 306 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes) in BIO_read_ex() function
|
/third_party/openssl/include/openssl/ |
D | bio.h | 560 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 162 BIO_F_BIO_READ_EX:105:BIO_read_ex
|
/third_party/openssl/test/ |
D | sslapitest.c | 2339 if (!TEST_true(BIO_read_ex(rbio, data, sizeof(data), &rawread)) in test_early_data_read_write()
|
/third_party/openssl/util/ |
D | libcrypto.num | 4211 BIO_read_ex 4162 1_1_1 EXIST::FUNCTION:
|