Home
last modified time | relevance | path

Searched refs:expect_continuation_stream_id (Results 1 – 12 of 12) sorted by relevance

/dports/devel/grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dparsing.cc261 if (t->expect_continuation_stream_id != 0) { in init_frame_parser()
267 if (t->expect_continuation_stream_id != t->incoming_stream_id) { in init_frame_parser()
271 t->expect_continuation_stream_id, t->incoming_stream_id)); in init_frame_parser()
338 bool is_eoh = t->expect_continuation_stream_id != 0; in init_header_skip_frame_parser()
434 t->expect_continuation_stream_id = 0; in init_header_frame_parser()
436 t->expect_continuation_stream_id = t->incoming_stream_id; in init_header_frame_parser()
H A Dinternal.h424 uint32_t expect_continuation_stream_id = 0; member
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dparsing.cc261 if (t->expect_continuation_stream_id != 0) { in init_frame_parser()
267 if (t->expect_continuation_stream_id != t->incoming_stream_id) { in init_frame_parser()
271 t->expect_continuation_stream_id, t->incoming_stream_id)); in init_frame_parser()
338 bool is_eoh = t->expect_continuation_stream_id != 0; in init_header_skip_frame_parser()
434 t->expect_continuation_stream_id = 0; in init_header_frame_parser()
436 t->expect_continuation_stream_id = t->incoming_stream_id; in init_header_frame_parser()
H A Dinternal.h424 uint32_t expect_continuation_stream_id = 0; member
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/transport/chttp2/transport/
H A Dparsing.cc261 if (t->expect_continuation_stream_id != 0) { in init_frame_parser()
267 if (t->expect_continuation_stream_id != t->incoming_stream_id) { in init_frame_parser()
271 t->expect_continuation_stream_id, t->incoming_stream_id)); in init_frame_parser()
338 bool is_eoh = t->expect_continuation_stream_id != 0; in init_header_skip_frame_parser()
434 t->expect_continuation_stream_id = 0; in init_header_frame_parser()
436 t->expect_continuation_stream_id = t->incoming_stream_id; in init_header_frame_parser()
H A Dinternal.h426 uint32_t expect_continuation_stream_id = 0; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/transport/chttp2/transport/
H A Dparsing.cc267 if (t->expect_continuation_stream_id != 0) { in init_frame_parser()
276 if (t->expect_continuation_stream_id != t->incoming_stream_id) { in init_frame_parser()
282 t->expect_continuation_stream_id, t->incoming_stream_id); in init_frame_parser()
326 uint8_t is_eoh = t->expect_continuation_stream_id != 0; in init_skip_frame_parser()
547 t->expect_continuation_stream_id = 0; in init_header_frame_parser()
549 t->expect_continuation_stream_id = t->incoming_stream_id; in init_header_frame_parser()
H A Dinternal.h433 uint32_t expect_continuation_stream_id = 0; member
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/transport/chttp2/transport/
H A Dparsing.cc267 if (t->expect_continuation_stream_id != 0) { in init_frame_parser()
276 if (t->expect_continuation_stream_id != t->incoming_stream_id) { in init_frame_parser()
282 t->expect_continuation_stream_id, t->incoming_stream_id); in init_frame_parser()
329 uint8_t is_eoh = t->expect_continuation_stream_id != 0; in init_skip_frame_parser()
591 t->expect_continuation_stream_id = 0; in init_header_frame_parser()
593 t->expect_continuation_stream_id = t->incoming_stream_id; in init_header_frame_parser()
H A Dinternal.h419 uint32_t expect_continuation_stream_id = 0; member
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/transport/chttp2/transport/
H A Dparsing.cc263 if (t->expect_continuation_stream_id != 0) { in init_frame_parser()
270 if (t->expect_continuation_stream_id != t->incoming_stream_id) { in init_frame_parser()
275 t->expect_continuation_stream_id, t->incoming_stream_id) in init_frame_parser()
320 uint8_t is_eoh = t->expect_continuation_stream_id != 0; in init_skip_frame_parser()
569 t->expect_continuation_stream_id = 0; in init_header_frame_parser()
571 t->expect_continuation_stream_id = t->incoming_stream_id; in init_header_frame_parser()
H A Dinternal.h423 uint32_t expect_continuation_stream_id = 0; member