Searched refs:found_body_start (Results 1 – 1 of 1) sorted by relevance
219 bool* found_body_start) { in finish_line() argument230 *found_body_start = true; in finish_line()298 bool* found_body_start) { in addbyte() argument312 return finish_line(parser, found_body_start); in addbyte()357 bool found_body_start = false; in grpc_http_parser_parse() local359 addbyte(parser, GRPC_SLICE_START_PTR(slice)[i], &found_body_start); in grpc_http_parser_parse()361 if (found_body_start && start_of_body != nullptr) *start_of_body = i + 1; in grpc_http_parser_parse()