Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/slice/
Dslice_string_helpers.cc40 static int slice_find_separator_offset(const grpc_slice str, const char* sep, in slice_find_separator_offset() function
80 if (slice_find_separator_offset(str, sep, 0, &begin, &end) != 0) { in grpc_slice_split_inner()
87 } while (slice_find_separator_offset(str, sep, sep_pos + sep_len, &begin, in grpc_slice_split_inner()