Lines Matching refs:buffer
31 an internal buffer which is filled from the next BIO in the chain.
39 set the read, write or both read and write buffer sizes to B<size>. The initial
40 buffer size is DEFAULT_BUFFER_SIZE, currently 4096. Any attempt to reduce the
41 buffer size below DEFAULT_BUFFER_SIZE is ignored. Any buffered data is cleared
42 when the buffer is resized.
44 BIO_set_buffer_read_data() clears the read buffer and fills it with B<num>
45 bytes of B<buf>. If B<num> is larger than the current buffer size the buffer
54 result in an internal buffer, from which bytes are given back to the
64 doing so will force a full read of the size of the internal buffer of
67 Data is only written to the next BIO in the chain when the write buffer fills
81 return 1 if the buffer was successfully resized or <=0 for failure.