HomeSort by relevance Sort by last modified time
    Searched refs:hdr_capacity (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/http/
parser.h 92 size_t hdr_capacity; member in struct:__anon23108
parser.cc 202 if (*hdr_count == parser->hdr_capacity) {
203 parser->hdr_capacity =
204 GPR_MAX(parser->hdr_capacity + 1, parser->hdr_capacity * 3 / 2);
206 gpr_realloc(*hdrs, parser->hdr_capacity * sizeof(**hdrs)));

Completed in 230 milliseconds