Searched refs:query_parts (Results 1 – 3 of 3) sorted by relevance
62 GPR_ASSERT(0 == strcmp("a", uri->query_parts[0])); in test_query_parts()65 GPR_ASSERT(0 == strcmp("b", uri->query_parts[1])); in test_query_parts()68 GPR_ASSERT(0 == strcmp("c", uri->query_parts[2])); in test_query_parts()71 GPR_ASSERT(0 == strcmp("", uri->query_parts[3])); in test_query_parts()113 GPR_ASSERT(nullptr == uri->query_parts); in test_query_parts()
154 uri->query_parts = nullptr; in parse_query_parts()160 gpr_string_split(uri->query, QUERY_PARTS_SEPARATOR, &uri->query_parts, in parse_query_parts()167 char* full = uri->query_parts[i]; in parse_query_parts()171 uri->query_parts[i] = query_param_parts[0]; in parse_query_parts()293 if (0 == strcmp(key, uri->query_parts[i])) { in grpc_uri_get_query_arg()307 gpr_free(uri->query_parts[i]); in grpc_uri_destroy()310 gpr_free(uri->query_parts); in grpc_uri_destroy()
32 char** query_parts; member