| /src/contrib/xz/src/liblzma/common/ |
| H A D | index.c | 149 index_tree streams; member 384 index_tree_init(&i->streams); in index_init_plain() 410 index_tree_append(&i->streams, &s->node); in lzma_index_init() 422 index_tree_end(&i->streams, allocator, &index_stream_end); in lzma_index_end() 442 lzma_index_memusage(lzma_vli streams, lzma_vli blocks) in lzma_index_memusage() argument 470 const uint64_t streams_mem = streams * stream_base; in lzma_index_memusage() 480 if (streams == 0 || streams > UINT32_MAX || blocks > LZMA_VLI_MAX in lzma_index_memusage() 481 || streams > limit / stream_base in lzma_index_memusage() 493 return lzma_index_memusage(i->streams.count, i->record_count); in lzma_index_memused() 507 return i->streams.count; in lzma_index_stream_count() [all …]
|
| /src/contrib/telnet/libtelnet/ |
| H A D | enc_des.c | 77 } streams[2]; member 123 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init() 124 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init() 132 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init() 133 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init() 268 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]); in fb64_is() 337 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 346 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 387 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]); in fb64_session() 388 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]); in fb64_session() [all …]
|
| /src/crypto/heimdal/appl/telnet/libtelnet/ |
| H A D | enc_des.c | 86 struct stinfo streams[2]; member 133 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init() 134 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init() 142 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init() 143 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init() 279 fb64_stream_iv(data, &fbp->streams[DIR_DECRYPT-1]); in fb64_is() 347 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 356 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 395 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]); in fb64_session() 396 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]); in fb64_session() [all …]
|
| /src/lib/libc/isc/ |
| H A D | ev_streams.c | 80 if (ctx->streams != NULL) in evWrite() 81 ctx->streams->prev = new; in evWrite() 83 new->next = ctx->streams; in evWrite() 84 ctx->streams = new; in evWrite() 114 if (ctx->streams != NULL) in evRead() 115 ctx->streams->prev = new; in evRead() 117 new->next = ctx->streams; in evRead() 118 ctx->streams = new; in evRead() 167 ctx->streams = old->next; in evCancelRW()
|
| /src/sys/dev/sound/pci/hda/ |
| H A D | hdac.c | 371 if ((dev = sc->streams[i].dev) != NULL) { in hdac_one_intr() 373 sc->streams[i].dir, sc->streams[i].stream); in hdac_one_intr() 1304 sc->streams = malloc(sizeof(struct hdac_stream) * sc->num_ss, in hdac_attach() 1307 result = hdac_dma_alloc(sc, &sc->streams[i].bdl, in hdac_attach() 1377 if (sc->streams != NULL) in hdac_attach() 1379 hdac_dma_free(sc, &sc->streams[i].bdl); in hdac_attach() 1380 free(sc->streams, M_HDAC); in hdac_attach() 1476 s = &sc->streams[i]; in hdac_poll_reinit() 1798 hdac_dma_free(sc, &sc->streams[i].bdl); in hdac_detach() 1799 free(sc->streams, M_HDAC); in hdac_detach() [all …]
|
| H A D | hdacc.c | 57 device_t streams[2][16]; member 657 codec->streams[dir][stream] = child; in hdacc_stream_alloc() 666 codec->streams[dir][stream] = NULL; in hdacc_stream_free() 706 if ((child = codec->streams[dir][stream]) != NULL) in hdacc_stream_intr()
|
| /src/crypto/openssl/demos/http3/ |
| H A D | ossl-nghttp3.c | 72 LHASH_OF(OSSL_DEMO_H3_STREAM) *streams; 92 lh_OSSL_DEMO_H3_STREAM_doall(conn->streams, h3_stream_free); in OSSL_DEMO_H3_CONN_free() 96 lh_OSSL_DEMO_H3_STREAM_free(conn->streams); in OSSL_DEMO_H3_CONN_free() 118 lh_OSSL_DEMO_H3_STREAM_insert(conn->streams, s); in h3_conn_create_stream() 135 lh_OSSL_DEMO_H3_STREAM_insert(conn->streams, s); in h3_conn_accept_stream() 144 lh_OSSL_DEMO_H3_STREAM_delete(conn->streams, s); in h3_conn_remove_stream() 266 if ((conn->streams = lh_OSSL_DEMO_H3_STREAM_new(h3_stream_hash, h3_stream_eq)) == NULL) in OSSL_DEMO_H3_CONN_new_for_conn() 391 lh_OSSL_DEMO_H3_STREAM_free(conn->streams); in OSSL_DEMO_H3_CONN_new_for_conn() 630 if ((s = lh_OSSL_DEMO_H3_STREAM_retrieve(conn->streams, &key)) == NULL) { in OSSL_DEMO_H3_CONN_handle_events() 707 lh_OSSL_DEMO_H3_STREAM_doall_arg(conn->streams, h3_conn_pump_stream, conn); in OSSL_DEMO_H3_CONN_handle_events()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_set_incoming_stream_policy.pod | 25 automatically reject incoming streams initiated by the peer. This is intended to 27 stream on a QUIC connection SSL object are not passed remotely-initiated streams 40 This is the default setting. Incoming streams are accepted according to the 61 Always accept incoming streams, allowing them to be dequeued using 66 Always reject incoming streams.
|
| H A D | SSL_accept_stream.pod | 24 If the queue of incoming streams is empty, this function returns NULL (in 40 SSL_get_accept_stream_queue_len() returns the number of incoming streams 46 necessary to explicitly configure the incoming stream policy before streams can 54 no new incoming streams are available, or if the connection has been terminated, 58 SSL_get_accept_stream_queue_len() returns the number of incoming streams
|
| H A D | SSL_new_stream.pod | 38 streams. To accept incoming streams initiated by a peer, use 44 The creation of new streams is subject to flow control by the QUIC protocol. If 62 might simply decide never to increase the number of allowed streams for the 81 from the server allowing additional streams to be created.
|
| H A D | SSL_get_value_uint.pod | 174 locally-initiated streams available to be created (but not yet created). For 176 times to create 100 bidirectional streams before L<SSL_new_stream(3)> would 184 As above, but provides the number of unidirectional, locally-initiated streams 192 As above, but provides the number of bidirectional, remotely-initiated streams 194 number of streams the local endpoint has authorised the peer to create in terms 202 As above, but provides the number of unidirectional, remotely-initiated streams
|
| /src/usr.sbin/bhyve/ |
| H A D | hda_codec.c | 199 struct hda_codec_stream streams[HDA_CODEC_STREAMS_COUNT]; member 425 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_init() 443 st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_init() 480 st = &sc->streams[i]; in hda_codec_reset() 595 st = &sc->streams[i]; in hda_codec_notify() 670 struct hda_codec_stream *st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_nid() 694 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_do_transfer() 714 st = &sc->streams[HDA_CODEC_STREAM_OUTPUT]; in hda_codec_audio_output_do_setup() 731 struct hda_codec_stream *st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_audio_input_nid() 755 st = &sc->streams[HDA_CODEC_STREAM_INPUT]; in hda_codec_audio_input_do_transfer() [all …]
|
| /src/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-quic-multi-stream.pod | 31 Separately a connection can have zero or more streams associated with it 32 (although a connection with zero streams is probably not very useful, so 35 object. A stream is logically independent of all the other streams associated 38 streams, e.g. if an application sends data on stream 1 first and then sends some 87 The peer may also initiate streams. An application can use the function 88 L<SSL_get_accept_stream_queue_len(3)> to determine the number of streams that 95 When using a default stream OpenSSL will prevent new streams from being 187 * We will use multiple streams so we will disable the default stream mode. 188 * This is not a requirement for using multiple streams but is recommended. 195 =head2 Creating the request streams [all …]
|
| H A D | ossl-guide-quic-introduction.pod | 29 =item Multiple streams 31 It supports multiple streams of communication (see L</QUIC STREAMS> below), 37 logical streams without requiring a round-trip exchange of packets between the 125 QUIC introduces the concept of "streams". A stream provides a reliable 130 QUIC application can have multiple uni-directional or bi-directional streams 133 In OpenSSL an B<SSL> object is used to represent both connections and streams. 136 additional B<SSL> objects can be created to represent streams (known as stream
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | tx-packetiser.md | 37 * Injected dependencies - crypto streams. 62 As per [RFC 9000 2.3 Stream Prioritization], streams should contain a priority 84 streams are active (i.e., need servicing by the TX packetiser). 85 - Crypto streams for each EL other than 0-RTT (each is one SSTREAM). 105 The TX packetiser queries the QUIC stream map for a list of active streams 108 instance (for streams with a send part). Streams are marked inactive when 113 The crypto streams for each EL (other than 0-RTT, which does not have a crypto 421 connection-level flow control, but controls rate at which new streams are 428 - there are many streams, and 429 - several of those streams have much more data waiting to be sent than [all …]
|
| H A D | error-handling.md | 51 Operations on QUIC streams (SSL_write(), SSL_read()) can also trigger errors, 60 Return value of SSL_get_error() on QUIC connections or streams does not 68 replicated for SSL_read()/SSL_write() calls on other streams.
|
| H A D | quic-api.md | 351 transmitted, including in streams which were terminated normally; 581 flag, in which case any data appended to streams via `SSL_write` (or any 584 data written to streams via `SSL_write` is no longer relevant. Application 585 stream data on streams which were terminated non-normally (for example via 629 well want to pass around SSL objects for individual QUIC streams to existing 658 This function may only be called for bidirectional streams and for outgoing 659 unidirectional streams. It is a no-op if it has already been called for a given 703 For bidirectional streams, this terminates both sending and receiving parts of 936 * non-QUIC methods, but returns 0 for SSL objects for QUIC streams which are 1047 * returns NULL. If multiple streams are available to be accepted, the oldest [all …]
|
| /src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | fsl,audmix.txt | 4 audio streams into a single audio stream. Audio Mixer has two input serial 15 The output of Audio Mixer can be selected from any of the three streams 21 input streams must have same audio sample rate with same number of channels
|
| H A D | xlnx,i2s.txt | 12 - xlnx,num-channels: Number of I2S streams. Can be any of 1, 2, 3, 4.
|
| /src/contrib/libpcap/doc/ |
| H A D | README.dag | 60 or load balancing mechanisms. Receive streams have even numbers, e.g. 61 dag0:0, dag0:2 etc. Specifying transmit streams for capture is not supported. 86 streams. Capture streams have even numbers. These are available via libpcap 93 all of the streams. In future this may change if per-stream slen is
|
| /src/contrib/ntp/html/hints/ |
| H A D | parse | 28 implement the conversion of RS232 data streams into 38 This streams module is designed for SunOS 4.1.X. 42 This streams module is designed for SunOS 5.x
|
| /src/contrib/ntp/parseutil/ |
| H A D | README | 6 parsetest: simple parse streams module test
|
| /src/contrib/file/magic/Magdir/ |
| H A D | animation | 793 # Stored AAC streams (instead of the MP4 format) 800 >>16 byte&0x1E 0x04 \b, 2 streams 801 >>16 byte&0x1E 0x06 \b, 3 streams 802 >>16 byte &0x08 \b, 4 or more streams 803 >>16 byte &0x10 \b, 8 or more streams 811 >>7 byte&0x1E 0x04 \b, 2 streams 812 >>7 byte&0x1E 0x06 \b, 3 streams 813 >>7 byte &0x08 \b, 4 or more streams 814 >>7 byte &0x10 \b, 8 or more streams 855 # Live MPEG-4 audio streams (instead of RTP FlexMux) [all …]
|
| /src/contrib/libcbor/doc/source/ |
| H A D | index.rst | 18 - Full support for streams & incremental processing
|
| /src/contrib/xz/src/xz/ |
| H A D | list.c | 205 uint64_t streams; member 1147 totals.streams += lzma_index_stream_count(xfi->idx); in update_totals() 1182 uint64_to_str(totals.streams, 0), in print_totals_basic() 1222 print_adv_helper(totals.streams, totals.blocks, in print_totals_adv() 1249 totals.streams, in print_totals_robot()
|