Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/http/
Dparser.cc355 size_t* start_of_body) { in grpc_http_parser_parse() argument
361 if (found_body_start && start_of_body != nullptr) *start_of_body = i + 1; in grpc_http_parser_parse()
Dparser.h105 size_t* start_of_body);