Searched refs:num_query_parts (Results 1 – 3 of 3) sorted by relevance
156 uri->num_query_parts = 0; in parse_query_parts()161 &uri->num_query_parts); in parse_query_parts()163 static_cast<char**>(gpr_malloc(uri->num_query_parts * sizeof(char**))); in parse_query_parts()164 for (size_t i = 0; i < uri->num_query_parts; i++) { in parse_query_parts()292 for (size_t i = 0; i < uri->num_query_parts; ++i) { in grpc_uri_get_query_arg()306 for (size_t i = 0; i < uri->num_query_parts; ++i) { in grpc_uri_destroy()
34 size_t num_query_parts; member
60 GPR_ASSERT(4 == uri->num_query_parts); in test_query_parts()94 GPR_ASSERT(2 == uri->num_query_parts); in test_query_parts()112 GPR_ASSERT(0 == uri->num_query_parts); in test_query_parts()