Searched refs:query_param_parts (Results 1 – 1 of 1) sorted by relevance
165 char** query_param_parts; in parse_query_parts() local168 gpr_string_split(full, QUERY_PARTS_VALUE_SEPARATOR, &query_param_parts, in parse_query_parts()171 uri->query_parts[i] = query_param_parts[0]; in parse_query_parts()176 uri->query_parts_values[i] = query_param_parts[1]; in parse_query_parts()181 gpr_free(query_param_parts[j]); in parse_query_parts()183 gpr_free(query_param_parts); in parse_query_parts()