Lines Matching +full:double +full:- +full:buffering
18 .\" Set up some character translations and predefined strings. \*(-- will
20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
134 .TH BIO_F_READBUFFER 3ossl "2023-09-19" "3.0.11" "OpenSSL"
141 \&\- read only buffering BIO that supports BIO_tell() and BIO_seek()
151 \&\fBBIO_f_readbuffer()\fR returns the read buffering \s-1BIO\s0 method.
153 This \s-1BIO\s0 filter can be inserted on top of \s-1BIO\s0's that do not support \fBBIO_tell()\fR
154 or \fBBIO_seek()\fR (e.g. A file \s-1BIO\s0 that uses stdin).
156 Data read from a read buffering \s-1BIO\s0 comes from an internal buffer which is
157 filled from the next \s-1BIO\s0 in the chain.
159 \&\fBBIO_gets()\fR is supported for read buffering BIOs.
160 Writing data to a read buffering \s-1BIO\s0 is not supported.
162 Calling \fBBIO_reset()\fR on a read buffering \s-1BIO\s0 does not clear any buffered data.
165 Read buffering BIOs implement \fBBIO_read_ex()\fR by using \fBBIO_read_ex()\fR operations
166 on the next \s-1BIO\s0 (e.g. a file \s-1BIO\s0) in the chain and storing the result in an
170 next \s-1BIO.\s0 The internal buffer can grow to cache the entire contents of the next
171 \&\s-1BIO\s0 in the chain. \fBBIO_seek()\fR uses the internal buffer, so that it can only seek
175 \&\fBBIO_f_readbuffer()\fR returns the read buffering \s-1BIO\s0 method.
189 in the file \s-1LICENSE\s0 in the source distribution or at