| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SMIME_write_CMS.pod | 19 B<CMS_ContentInfo> structure. If streaming is enabled then the content must be 33 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only 41 If streaming is performed the content is output in BER format using indefinite
|
| H A D | SMIME_write_PKCS7.pod | 19 structure. If streaming is enabled then the content must be supplied in the 34 If the B<PKCS7_STREAM> flag is set streaming is performed. This flag should 42 If streaming is performed the content is output in BER format using indefinite
|
| H A D | SMIME_write_ASN1.pod | 27 structure (either CMS_ContentInfo or PKCS7). If streaming is enabled then the 50 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only 58 If streaming is performed the content is output in BER format using indefinite
|
| H A D | CMS_final.pod | 30 should only be used when streaming is not performed because the streaming
|
| H A D | BIO_new_CMS.pod | 5 BIO_new_CMS - CMS streaming filter BIO 15 BIO_new_CMS() returns a streaming filter BIO chain based on B<cms>. The output
|
| H A D | CMS_compress.pod | 36 returned suitable for streaming I/O: no data is read from the BIO B<in>. 49 can be performed by obtaining the streaming ASN1 B<BIO> directly using
|
| H A D | OSSL_HTTP_REQ_CTX.pod | 115 expected as the response content and input streaming is disabled. This means 121 be used directly to read the response contents, which may support streaming. 144 the ASN.1 template I<it> to do the encoding (which does not support streaming). 178 This memory BIO does not support streaming. 180 which may support streaming. 190 its contents can be read via this BIO, which does not support streaming.
|
| H A D | PKCS7_encrypt.pod | 57 suitable for streaming I/O: no data is read from the BIO B<in>. 66 can be performed by obtaining the streaming ASN1 B<BIO> directly using
|
| H A D | PEM_write_bio_CMS_stream.pod | 22 streaming.
|
| H A D | PEM_write_bio_PKCS7_stream.pod | 22 streaming.
|
| /freebsd/sys/dev/video/ |
| H A D | video.c | 176 if (vd->streaming) { in video_file_dtor() 184 vd->streaming = false; in video_file_dtor() 419 if (vd->streaming) { in video_s_fmt() 491 if (vd->streaming) { in video_reqbufs() 637 if (!vd->streaming || vd->stopping) { in video_dqbuf() 688 if (vd->streaming) { in video_streamon() 704 vd->streaming = true; in video_streamon() 725 if (!vd->streaming) { in video_streamoff() 738 vd->streaming = false; in video_streamoff() 1041 if (!vd->streaming) { in video_read() [all …]
|
| H A D | video_internal.h | 103 bool streaming; member
|
| /freebsd/contrib/libcbor/ |
| H A D | BUILD | 19 "cbor/streaming.h", 52 "cbor/streaming.h",
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_zip_msdos.c | 44 static void verify(struct archive *a, int streaming) { in verify() argument 52 if (streaming) { in verify()
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.h | 50 const void* src, size_t srcSize, const streaming_operation streaming);
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.h | 51 const void* src, size_t srcSize, const streaming_operation streaming);
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | functions-for-explicitly-fetched-signature-algorithms.md | 41 messages to be passed, in a streaming style through an *update* and a 45 current functionality with streaming style functionality into the same name, 56 This is particularly important for streaming modes of operation. 118 Preliminary feedback suggests that a streaming interface is uninteresting for
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | zstd_trace.h | 65 int streaming; member
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | zstd_trace.h | 64 int streaming; member
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_CIPHER-AES.pod | 68 The AES-SIV and AES-WRAP mode implementations do not support streaming. That 76 The AES-XTS implementations allow streaming to be performed, but each
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-dma.txt | 57 - ti,loop-back: To loopback Tx streaming I/F to Rx streaming I/F. Used for
|
| /freebsd/lib/libcbor/ |
| H A D | Makefile | 19 SRCS+= cbor/streaming.c
|
| /freebsd/tools/regression/netinet/tcpstream/ |
| H A D | README | 1 tcpstream - a simple TCP streaming test tool
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | internal.rst | 127 … there decoding is based on the streaming decoder Essentially, the decoder is a custom set of call…
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 86 #### Improving speed of streaming compression 88 During streaming compression the compressor never knows how big is data to compress. 89 …improved by providing size of source data to the compressor. By default streaming compressor assum…
|