Home
last modified time | relevance | path

Searched refs:MAX_CLIENT_STREAM_ID (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc94 #define MAX_CLIENT_STREAM_ID 0x7fffffffu macro
1156 while (t->next_stream_id <= MAX_CLIENT_STREAM_ID && in maybe_start_some_streams()
1170 if (t->next_stream_id >= MAX_CLIENT_STREAM_ID) { in maybe_start_some_streams()
1183 while (t->next_stream_id >= MAX_CLIENT_STREAM_ID && in maybe_start_some_streams()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc96 #define MAX_CLIENT_STREAM_ID 0x7fffffffu macro
1115 while (t->next_stream_id <= MAX_CLIENT_STREAM_ID && in maybe_start_some_streams()
1130 if (t->next_stream_id >= MAX_CLIENT_STREAM_ID) { in maybe_start_some_streams()
1143 if (t->next_stream_id >= MAX_CLIENT_STREAM_ID) { in maybe_start_some_streams()