Lines Matching defs:streams

89 /* The default maximum number of incoming reserved streams */
93 number, we keep NGHTTP2_MIN_IDLE_STREAMS streams in idle state */
106 /* The default value of maximum number of concurrent streams. */
207 nghttp2_map /* <nghttp2_stream*> */ streams;
252 /* Sequential number across all streams to process streams in
255 /* The number of outgoing streams. This will be capped by
258 /* The number of incoming streams. This will be capped by
261 /* The number of incoming reserved streams. This is the number of
262 streams in reserved (remote) state. RFC 7540 does not limit this
270 /* The maximum number of incoming reserved streams (reserved
274 /* The number of closed streams still kept in |streams| hash. The
275 closed streams can be accessed through single linked list
277 incoming streams and session is initialized as server. */
279 /* The number of idle streams kept in |streams| hash. The idle
280 streams can be accessed through doubly linked list
282 streams if session is initialized as server. */
394 /* linked list of streams to close */
398 close incoming streams. zero if GOAWAY is received from peer and
399 we are going to close outgoing streams. */
531 * This function adjusts neither the number of closed streams or idle
532 * streams. The caller should manually call
580 * limitation of maximum number of streams in memory, |stream| is not
590 * more oldest streams are removed from list as necessary.
596 * Detaches |stream| from idle streams linked list.
602 * Deletes closed stream to ensure that number of incoming streams
615 * Deletes idle stream to ensure that number of idle streams is in
881 * streams. That means if session->ob_syn has item and max concurrent
882 * streams is reached, the even if other queues contain items, then
891 * streams. That means if session->ob_syn has item and max concurrent
892 * streams is reached, the even if other queues contain items, then
923 * This function does not adjust the number of idle streams. The