Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DDataExtractor.cpp1088 const char *cstr_end = cstr; in GetCStr() local
1090 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()