Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc262 size_t estimated_len = GRPC_SLICE_LENGTH(path_slice); in update_path_for_get() local
263 estimated_len++; /* for the '?' */ in update_path_for_get()
264 estimated_len += grpc_base64_estimate_encoded_size( in update_path_for_get()
267 grpc_slice path_with_query_slice = GRPC_SLICE_MALLOC(estimated_len); in update_path_for_get()