Lines Matching refs:pair
8 BIO_ctrl_get_read_request, BIO_ctrl_reset_read_request - BIO pair BIO
33 BIO_s_bio() returns the method for a BIO pair. A BIO pair is a pair of source/sink
34 BIOs where data written to either half of the pair is buffered and can be read from
39 one half of a BIO pair and have all the data processed by the chain under application
57 BIO_make_bio_pair() joins two separate BIOs into a connected pair.
60 up any half of the pair will automatically destroy the association.
64 half of the pair will return any pending data or EOF when all pending data has
74 BIO_set_write_buf_size() to create a connected pair of BIOs B<bio1>, B<bio2>
88 last read attempt at the other half of the BIO pair failed due to an
103 Both halves of a BIO pair should be freed. That is even if one half is implicit
108 on the other half of the pair and, if any data is pending, reading it and sending
138 The BIO pair can be used to have full control over the network access of an
155 | BIO-pair (internal_bio)
156 | BIO-pair (network_bio)
169 As the BIO pair will only buffer the data and never directly access the