Searched refs:buffering (Results 1 – 25 of 59) sorted by relevance
123
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_f_readbuffer.pod | 6 - read only buffering BIO that supports BIO_tell() and BIO_seek() 16 BIO_f_readbuffer() returns the read buffering BIO method. 21 Data read from a read buffering BIO comes from an internal buffer which is 24 BIO_gets() is supported for read buffering BIOs. 25 Writing data to a read buffering BIO is not supported. 27 Calling BIO_reset() on a read buffering BIO does not clear any buffered data. 31 Read buffering BIOs implement BIO_read_ex() by using BIO_read_ex() operations 42 BIO_f_readbuffer() returns the read buffering BIO method.
|
| H A D | BIO_f_buffer.pod | 11 - buffering BIO 27 BIO_f_buffer() returns the buffering BIO method. 29 Data written to a buffering BIO is buffered and periodically written 30 to the next BIO in the chain. Data read from a buffering BIO comes from 34 Calling BIO_reset() on a buffering BIO clears any buffered data. 59 buffering BIO to a chain it is therefore possible to provide 69 whenever any pending data should be written such as when removing a buffering 75 BIO_f_buffer() returns the buffering BIO method.
|
| H A D | SSL_do_handshake.pod | 36 condition. When using a buffering BIO, like a BIO pair, data must be written
|
| H A D | BIO_new_CMS.pod | 45 a BIO_f_buffer() buffering BIO will prevent this.
|
| H A D | BIO_f_cipher.pod | 59 be achieved by preceding the cipher BIO with a buffering BIO.
|
| H A D | SSL_accept.pod | 35 condition. When using a buffering BIO, like a BIO pair, data must be written
|
| H A D | SSL_free.pod | 23 applicable: the buffering BIO, the read and write BIOs,
|
| H A D | PEM_bytes_read_bio.pod | 56 functionality, which includes buffering as a feature; BIO_s_fd() is likely
|
| H A D | SSL_connect.pod | 35 condition. When using a buffering BIO, like a BIO pair, data must be written
|
| H A D | BIO_f_ssl.pod | 85 of a buffering BIO, an SSL BIO (using B<ctx>), and a connect BIO. 204 Here is a simple server example. It makes use of a buffering
|
| H A D | BIO_f_md.pod | 61 a buffering BIO.
|
| H A D | BIO_read.pod | 106 supported by adding a buffering BIO L<BIO_f_buffer(3)> to the chain.
|
| H A D | EVP_CIPHER_meth_new.pod | 173 including padding, buffering and finalization.
|
| H A D | SSL_read.pod | 88 When using a buffering BIO, like a BIO pair, data must be written into or
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/ |
| H A D | Makefile | 11 buffering \
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | lpc-eth.txt | 11 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering
|
| H A D | xilinx_axienet.txt | 7 segments of memory for buffering TX and RX, as well as the capability of
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
| H A D | mcp4725.txt | 13 - microchip,vref-buffered: Boolean to enable buffering of the external
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | T.redir | 28 diff foo1 foo2 || echo 'BAD: T.redir (buffering)'
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | remote | 10 # fs frame size (default is BUFSIZ) -- used in buffering writes on
|
| /freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | exclude.sh | 96 exclude SKIP common/buffering/tst.ring3.d
|
| /freebsd/etc/mtree/ |
| H A D | BSD.tests.dist | 117 buffering
|
| /freebsd/contrib/libxo/doc/ |
| H A D | options.rst | 71 - "flush-line" performs line buffering, even when the output is not
|
| /freebsd/crypto/openssl/doc/designs/ddd/ |
| H A D | README.md | 111 …-based nonblocking example demonstrating exemplary OpenSSL API usage, with use of a buffering BIO |
|
| /freebsd/sys/net80211/ |
| H A D | DATAPATH_TRANSMIT.md | 242 queuing, buffering, submission and retransmission. 332 and STA <-> AP nodes (ie, full node buffering via the power management bit
|
123