Searched refs:cstr_end (Results 1 – 1 of 1) sorted by relevance
1088 const char *cstr_end = cstr; in GetCStr() local1090 while (cstr_end < end && *cstr_end) in GetCStr()1091 ++cstr_end; in GetCStr()1095 if (*cstr_end == '\0') in GetCStr()1098 *offset_ptr += (cstr_end - cstr + 1); in GetCStr()