Searched defs:nstrs (Results 1 – 3 of 3) sorted by relevance
227 char* gpr_strjoin(const char** strs, size_t nstrs, size_t* final_length) { in gpr_strjoin()231 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep, in gpr_strjoin_sep()297 size_t* nstrs, size_t* capstrs) { in add_string_to_split()311 size_t* nstrs) { in gpr_string_split()
221 size_t nstrs = 1000; in test_things_stick_around() local
901 int nstrs[3] = { 0, 0, 0 }; in find_numbers() local