Searched refs:received_last_frame (Results 1 – 4 of 4) sorted by relevance
64 s->received_last_frame = true; in grpc_chttp2_data_parser_begin_frame()66 s->received_last_frame = false; in grpc_chttp2_data_parser_begin_frame()309 if (is_last && s->received_last_frame) { in grpc_chttp2_data_parser_parse()
562 bool received_last_frame; /* protected by t combiner */ member
55 s->received_last_frame = true; in grpc_chttp2_data_parser_begin_frame()58 s->received_last_frame = false; in grpc_chttp2_data_parser_begin_frame()299 if (is_last && s->received_last_frame) { in grpc_chttp2_data_parser_parse()
607 bool received_last_frame = false; /* protected by t combiner */ member