Home
last modified time | relevance | path

Searched full:buffered (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/freebsd-src/crypto/openssl/doc/man3/
H A DSSL_pending.pod5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an
18 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is
21 SSL_pending() returns the number of bytes which have been processed, buffered
28 additional bytes will be buffered by OpenSSL but will remain unprocessed until
33 the data is in unprocessed buffered records).
35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or
38 data because the unprocessed buffered data when processed yielded no application
41 SSL_read_ex() or SSL_read() call because the buffered and unprocessed data is
47 SSL_pending() returns the number of buffered and processed application data
49 returns 1 if there is buffered record data in the SSL object and 0 otherwise.
H A DBIO_f_buffer.pod29 Data written to a buffering BIO is buffered and periodically written
34 Calling BIO_reset() on a buffering BIO clears any buffered data.
36 BIO_get_buffer_num_lines() returns the number of lines currently buffered.
41 buffer size below DEFAULT_BUFFER_SIZE is ignored. Any buffered data is cleared
77 BIO_get_buffer_num_lines() returns the number of lines buffered (may be 0) or
H A DSSL_read.pod49 buffered inside the SSL layer and will be retrieved on the next read
50 call. If B<num> is higher than the number of bytes buffered then the read
51 functions will return with the bytes buffered. If no more bytes are in the
92 are buffered bytes available for immediate retrieval.
/freebsd-src/contrib/diff/src/
H A Dio.c77 FILE_BUFFER (current) + current->buffered, size); in file_block_read()
80 current->buffered += s; in file_block_read()
118 off_t buffered; in sip() local
120 buffered = current->buffered; in sip()
129 if (lseek (current->desc, - buffered, SEEK_CUR) == -1) in sip()
132 current->buffered = 0; in sip()
136 return binary_file_p (current->buffer, buffered); in sip()
140 current->buffered = 0; in sip()
181 if (current->buffered <= file_size) in slurp()
183 file_block_read (current, file_size + 1 - current->buffered); in slurp()
[all …]
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DSSL_pending.3140 SSL_pending, SSL_has_pending \- check for readable bytes buffered in an
153 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is
156 \&\fBSSL_pending()\fR returns the number of bytes which have been processed, buffered
163 additional bytes will be buffered by OpenSSL but will remain unprocessed until
168 the data is in unprocessed buffered records).
170 \&\fBSSL_has_pending()\fR returns 1 if \fBs\fR has buffered data (whether processed or
173 data because the unprocessed buffered data when processed yielded no application
176 \&\fBSSL_read_ex()\fR or \fBSSL_read()\fR call because the buffered and unprocessed data is
181 \&\fBSSL_pending()\fR returns the number of buffered and processed application data
183 returns 1 if there is buffered record data in the \s-1SSL\s0 object and 0 otherwise.
H A DBIO_f_buffer.3164 Data written to a buffering \s-1BIO\s0 is buffered and periodically written
169 Calling \fBBIO_reset()\fR on a buffering \s-1BIO\s0 clears any buffered data.
171 \&\fBBIO_get_buffer_num_lines()\fR returns the number of lines currently buffered.
176 buffer size below \s-1DEFAULT_BUFFER_SIZE\s0 is ignored. Any buffered data is cleared
210 \&\fBBIO_get_buffer_num_lines()\fR returns the number of lines buffered (may be 0) or
/freebsd-src/lib/libc/stdio/
H A Dsetbuf.354 The three types of buffering available are unbuffered, block buffered,
55 and line buffered.
58 when it is block buffered many characters are saved up and written as a block;
59 when it is line buffered characters are saved up until a newline is
69 Normally all files are block buffered.
79 normally does) it is line buffered.
98 line buffered
100 fully buffered
H A Dfunopen.370 any buffered output and then succeed.
93 on fully buffered or line buffered streams by calling
96 They are not, however, allowed to change streams from unbuffered to buffered
H A Dwbuf.c42 * or if c=='\n' and the file is line buffered.
53 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size in __swbuf()
54 * (if line buffered) so that we will get called again. in __swbuf()
70 * completely, or if c is '\n' and the file is line buffered, in __swbuf()
H A Dstdio.344 library provides a simple and efficient buffered stream
96 buffered output may be lost.
132 fully buffered if and only if the streams do not refer to
146 if the read request can be satisfied by existing buffered data,
327 The standard buffered functions do not interact well with certain other
/freebsd-src/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7124.yaml93 adi,buffered-positive:
94 description: Enable buffered mode for positive input.
97 adi,buffered-negative:
98 description: Enable buffered mode for negative input.
135 adi,buffered-positive;
143 adi,buffered-positive;
144 adi,buffered-negative;
H A Dadi,max11410.yaml98 0: Buffered, low-power, unity-gain path (default)
111 adi,buffered-vrefp:
112 description: Enable buffered mode for positive reference.
115 adi,buffered-vrefn:
116 description: Enable buffered mode for negative reference.
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/
H A Dmmap_mixed.ksh32 # Verify mixed buffered and mmap IO.
36 # 2. Start a background buffered read/write fio to the file.
47 log_assert "Verify mixed buffered and mmap IO"
60 # Buffered IO writes
66 # Buffered IO reads
86 log_pass "Verfied mixed buffered and mmap IO"
/freebsd-src/usr.bin/stdbuf/
H A Dstdbuf.176 line buffered
78 fully buffered with the default buffer size
80 fully buffered with a buffer of
88 will be fully buffered by default because it does not refer
91 is used to force it to be line-buffered so
/freebsd-src/lib/libstdbuf/
H A Dlibstdbuf.360 line buffered
62 fully buffered with the default buffer size
64 fully buffered with a buffer of
72 will be fully buffered by default because it does not refer
75 is used to force it to be line-buffered so
/freebsd-src/contrib/bmake/unit-tests/
H A Ddepsrc-ignore.mk11 # ignore-errors". This is due to stdout being buffered.
18 # The explanation for the output reordering is that the output is buffered.
19 # As the manual page says, in debugging mode stdout is line buffered.
21 # fully buffered.
/freebsd-src/share/man/man4/
H A Dintro.4153 devices, or to use better terms, buffered and unbuffered
166 would denote the raw version of the disk whose buffered device was
174 .Dq buffered
177 Buffered devices were accessed through a buffer cache maintained by
183 Buffered devices could be read or written at any
/freebsd-src/sys/contrib/device-tree/Bindings/iio/dac/
H A Dmcp4725.txt13 - microchip,vref-buffered: Boolean to enable buffering of the external
28 /* mcp4726 with the buffered external reference voltage */
34 microchip,vref-buffered;
/freebsd-src/sys/contrib/xen/hvm/
H A Ddm_op.h43 * HVM_PARAM_BUFIOREQ_PFN is read (to get the gfn containing the buffered
46 * to request buffered I/O emulation).
61 * hvm_op.h. If the value is HVM_IOREQSRV_BUFIOREQ_OFF then the buffered
68 /* IN - should server handle buffered ioreqs */
80 * If the IOREQ Server is handling buffered emulation requests, the
86 * buffered ioreq ring (if it exists) from guest memory. If <flags> does
89 * respectively. (If the IOREQ Server is not handling buffered emulation
92 * NOTE: To access the synchronous ioreq structures and buffered ioreq
107 /* OUT - buffered ioreq port */
111 /* OUT - buffered ioreq gfn (see block comment above)*/
/freebsd-src/contrib/sendmail/libsm/
H A Dwbuf.c28 ** or if c=='\n' and the file is line buffered.
50 ** make sure w is 0 (if fully- or un-buffered) or -bf.smb_size
51 ** (if line buffered) so that we will get called again.
67 ** completely, or if c is '\n' and the file is line buffered,
/freebsd-src/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_compat.h43 This abstraction is called a buffered event. A buffered event provides
45 user of a buffered event no longer deals directly with the I/O, but
83 Set the read and write timeout for a buffered event.
/freebsd-src/contrib/libevent/include/event2/
H A Dbufferevent_compat.h43 This abstraction is called a buffered event. A buffered event provides
45 user of a buffered event no longer deals directly with the I/O, but
83 Set the read and write timeout for a buffered event.
/freebsd-src/contrib/sendmail/src/
H A Dbf.c49 ** Data structure for storing information about each buffered file
55 bool bf_committed; /* Has this buffered file been committed? */
62 char *bf_filename; /* Name of buffered file, if ever committed */
63 MODE_T bf_filemode; /* Mode of buffered file, if ever committed */
185 ** BFOPEN -- create a new buffered file
283 ** SM_BFCLOSE -- close a buffered file
325 ** SM_BFREAD -- read a buffered file
421 ** SM_BFSEEK -- seek to a position in a buffered file
470 ** SM_BFWRITE -- write to a buffered file
635 ** fread(). If fp is not a buffered file, this is equivalent to
[all …]
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_short_writes.c86 create_archive(struct checker *checker, archive_write_callback write_cb, int buffered) in create_archive() argument
92 if (!buffered) in create_archive()
118 checker_new(int buffered) in checker_new() argument
124 checker->short_archive = create_archive(checker, short_write_callback, buffered); in checker_new()
125 checker->full_archive = create_archive(checker, full_write_callback, buffered); in checker_new()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h180 /// Buffered resources will have this field set to a positive number different
181 /// than zero. A buffered resource behaves like a reservation station
195 /// Available slots in the buffer (zero, if this is not a buffered resource).
255 /// Returns RS_BUFFER_AVAILABLE if this is not a buffered resource, or if
258 /// Returns RS_RESERVED if this buffered resource is a dispatch hazard, and it
299 // First: a MCProcResourceDesc index identifying a buffered resource.
398 // Returns RS_BUFFER_AVAILABLE if buffered resources are not reserved, and if
405 // Acquires a slot from every buffered resource in mask `ConsumedBuffers`.
409 // Releases a slot from every buffered resource in mask `ConsumedBuffers`.

12345678910>>...20