Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/http/
Dparser.cc219 bool* found_body_start) { in finish_line() argument
230 *found_body_start = true; in finish_line()
298 bool* found_body_start) { in addbyte() argument
312 return finish_line(parser, found_body_start); in addbyte()
357 bool found_body_start = false; in grpc_http_parser_parse() local
359 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()