Searched refs:take_string (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser.cc | 658 static grpc_slice take_string(grpc_chttp2_hpack_parser* p, in take_string() function 803 take_string(p, &p->value, true)), in finish_lithdr_incidx() 816 grpc_mdelem_from_slices(take_string(p, &p->key, true), in finish_lithdr_incidx_v() 817 take_string(p, &p->value, true)), in finish_lithdr_incidx_v() 870 take_string(p, &p->value, false)), in finish_lithdr_notidx() 883 grpc_mdelem_from_slices(take_string(p, &p->key, true), in finish_lithdr_notidx_v() 884 take_string(p, &p->value, false)), in finish_lithdr_notidx_v() 937 take_string(p, &p->value, false)), in finish_lithdr_nvridx() 950 grpc_mdelem_from_slices(take_string(p, &p->key, true), in finish_lithdr_nvridx_v() 951 take_string(p, &p->value, false)), in finish_lithdr_nvridx_v()
|