Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc267 grpc_slice path_with_query_slice = GRPC_SLICE_MALLOC(estimated_len); in update_path_for_get() local
270 reinterpret_cast<char*> GRPC_SLICE_START_PTR(path_with_query_slice); in update_path_for_get()
283 char* t = reinterpret_cast<char*> GRPC_SLICE_START_PTR(path_with_query_slice); in update_path_for_get()
285 path_with_query_slice = in update_path_for_get()
286 grpc_slice_sub_no_ref(path_with_query_slice, 0, strlen(t)); in update_path_for_get()
289 grpc_mdelem_from_slices(GRPC_MDSTR_PATH, path_with_query_slice); in update_path_for_get()