Lines Matching full:pair
143 BIO_ctrl_get_read_request, BIO_ctrl_reset_read_request \- BIO pair BIO
168 \&\fBBIO_s_bio()\fR returns the method for a \s-1BIO\s0 pair. A \s-1BIO\s0 pair is a pair of source…
169 BIOs where data written to either half of the pair is buffered and can be read from
174 one half of a \s-1BIO\s0 pair and have all the data processed by the chain under application
192 \&\fBBIO_make_bio_pair()\fR joins two separate BIOs into a connected pair.
195 up any half of the pair will automatically destroy the association.
199 half of the pair will return any pending data or \s-1EOF\s0 when all pending data has
209 \&\fBBIO_set_write_buf_size()\fR to create a connected pair of BIOs \fBbio1\fR, \fBbio2\fR
223 last read attempt at the other half of the \s-1BIO\s0 pair failed due to an
237 Both halves of a \s-1BIO\s0 pair should be freed. That is even if one half is implicit
242 on the other half of the pair and, if any data is pending, reading it and sending
270 The \s-1BIO\s0 pair can be used to have full control over the network access of an
288 \& | BIO\-pair (internal_bio)
289 \& | BIO\-pair (network_bio)
303 As the \s-1BIO\s0 pair will only buffer the data and never directly access the