Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/http/
Dformat_request.cc60 gpr_strvec_init(&out); in grpc_httpcli_format_get_request()
79 gpr_strvec_init(&out); in grpc_httpcli_format_post_request()
114 gpr_strvec_init(&out); in grpc_httpcli_format_connect_request()
/external/grpc-grpc/test/core/channel/
Dminimal_stack_is_minimal_test.cc138 gpr_strvec_init(&v); in check_stack()
152 gpr_strvec_init(&v); in check_stack()
168 gpr_strvec_init(&v); in check_stack()
/external/grpc-grpc/test/core/end2end/
Dcq_verifier.cc215 gpr_strvec_init(&buf); in fail_no_event_received()
231 gpr_strvec_init(&expected); in verify_matches()
276 gpr_strvec_init(&expectations); in cq_verify()
/external/grpc-grpc/src/core/lib/transport/
Dtransport_op_string.cc66 gpr_strvec_init(&b); in grpc_transport_stream_op_batch_string()
135 gpr_strvec_init(&b); in grpc_transport_op_string()
/external/grpc-grpc/src/core/lib/surface/
Devent_string.cc49 gpr_strvec_init(&buf); in grpc_event_string()
Dcall_log_batch.cc51 gpr_strvec_init(&b); in grpc_op_string()
Dcompletion_queue.cc923 gpr_strvec_init(&v);
/external/grpc-grpc/src/core/lib/gpr/
Dstring.h102 void gpr_strvec_init(gpr_strvec* strs);
Dstring.cc262 void gpr_strvec_init(gpr_strvec* sv) { memset(sv, 0, sizeof(*sv)); } in gpr_strvec_init() function
/external/grpc-grpc/test/core/bad_client/tests/
Dlarge_metadata.cc148 gpr_strvec_init(&headers); in main()
/external/grpc-grpc/test/core/gpr/
Darena_test.cc40 gpr_strvec_init(&v); in test()
/external/grpc-grpc/src/core/lib/debug/
Dstats.cc147 gpr_strvec_init(&v); in grpc_stats_data_as_json()
/external/grpc-grpc/test/core/util/
Dcmdline.cc161 gpr_strvec_init(&s); in gpr_cmdline_usage_string()
/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.cc418 gpr_strvec_init(&v); in grpc_channel_args_string()
/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc496 gpr_strvec_init(&v); in user_agent_from_args()
/external/grpc-grpc/src/core/lib/iomgr/
Dev_epoll1_linux.cc1052 gpr_strvec_init(&log); in pollset_kick()