Home
last modified time | relevance | path

Searched refs:buffered (Results 1 – 25 of 91) sorted by relevance

1234

/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.
H A DBIO_s_bio.pod34 BIOs where data written to either half of the pair is buffered and can be read from
174 Use the BIO_ctrl_pending(), to find out whether data is buffered in the BIO
181 As the data is buffered, SSL_operation() may return with an ERROR_SSL_WANT_READ
H A DBIO_f_readbuffer.pod27 Calling BIO_reset() on a read buffering BIO does not clear any buffered data.
H A DEVP_EncodeInit.pod106 Residual input shorter than the internal chunk size will be buffered in B<ctx>
110 not buffered.
114 end-of-input, subsequent bytes are not buffered, and the return value will be
H A DSSL_connect.pod44 typical for many protocols) then this data could be buffered until an ACK has
/src/contrib/libder/tests/
H A Dmake_corpus.c118 for (int buffered = 0; buffered < BUFFER_END; buffered++) { in main() local
119 params.buftype = buffered; in main()
/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()
/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;
/src/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c46 NCURSES_SP_NAME(_nc_set_buffer) (NCURSES_SP_DCLx FILE *ofp, int buffered) in NCURSES_EXPORT()
52 (void) buffered; in NCURSES_EXPORT()
57 _nc_set_buffer(FILE *ofp, int buffered) in _nc_set_buffer() argument
59 NCURSES_SP_NAME(_nc_set_buffer) (CURRENT_SCREEN, ofp, buffered); in _nc_set_buffer()
H A Dlib_win32con.c138 if (WINCONSOLE.buffered) { in _nc_console_size()
494 if (WINCONSOLE.buffered) { in _nc_console_get_SBI()
656 #define AdjustY() (WINCONSOLE.buffered \
1131 BOOL buffered = FALSE; in _nc_console_checkinit() local
1204 buffered = FALSE; in _nc_console_checkinit()
1214 buffered = TRUE; in _nc_console_checkinit()
1229 WINCONSOLE.buffered = buffered; in _nc_console_checkinit()
1232 if (!buffered) { in _nc_console_checkinit()
1258 if (!WINCONSOLE.buffered) { in _nc_console_restore()
/src/sys/contrib/device-tree/Bindings/clock/
H A Dsamsung,s2mps11.txt8 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz
9 outputs. The S2MPS14 provides two (AP/BT) buffered 32.768 KHz outputs.
H A Dmaxim,max9485.txt5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSchedule.td30 // Max micro-ops that can be buffered for optimized loop dispatch/execution.
47 // Max micro-ops that can be buffered. [default = -1]
/src/usr.bin/col/
H A DREADME39 be used to increase the number of lines buffered to avoid the problem.
41 General algorithm: a limited number of lines are buffered in a linked
/src/contrib/unbound/contrib/
H A Dvalidation-reporter.sh30 tail -F $logfile | grep --line-buffered "unbound.*info: validation failure" | \
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreapring.ksh103 echo launched ring buffered enabling as pid $background
/src/contrib/less/
H A Dch.c467 static lbool buffered(BLOCKNUM block) in buffered() function
500 if (!(ch_flags & CH_CANSEEK) && pos != ch_fpos && !buffered(new_block)) in ch_seek()
680 if (!(ch_flags & CH_CANSEEK) && !buffered(ch_block-1)) in ch_back_get()
/src/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c55 #define AdjustY() (WINCONSOLE.buffered \
778 if (!WINCONSOLE.buffered) { in wcon_mode()
785 WINCONSOLE.buffered, CurScreen(sp)->_clear)); in wcon_mode()
799 if (!WINCONSOLE.buffered) { in wcon_mode()
/src/crypto/openssl/doc/designs/quic-design/
H A Ddemuxer.md43 buffered for short period of time (as Initial packet might arrive late)
H A Drecord-layer.md216 The record data must remain buffered by the `OSSL_RECORD_LAYER` until it has
222 `unprocessed_read_pending()`: to query whether there is data buffered that has
225 `processed_read_pending()`: to query whether there is data buffered that has
230 buffered and available for immediate read.
430 /* Returns 1 if we have unprocessed data buffered or 0 otherwise */
434 * Returns 1 if we have processed data buffered that can be read or 0 otherwise
440 * The amount of processed app data that is internally buffered and
/src/sys/contrib/device-tree/Bindings/dma/
H A Dsnps-dma.txt29 The default value is 0 (for non-cacheable, non-buffered,
/src/contrib/libxo/doc/
H A Doptions.rst43 flush-line Flush after every line (line-buffered)
101 F Force line-buffered flushing
/src/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt51 to map the reserved region (defaults to buffered mappings mem_type = 0). If

1234