Searched refs:next_pos (Results 1 – 1 of 1) sorted by relevance
819 const char* next_pos = begin; in AddHostLdSoConfPaths() local820 while (next_pos < end && in AddHostLdSoConfPaths()821 !IsLdSoConfSeparator(*next_pos) && in AddHostLdSoConfPaths()822 *next_pos != '#') in AddHostLdSoConfPaths()823 next_pos++; in AddHostLdSoConfPaths()825 size_t len = static_cast<size_t>(next_pos - begin); in AddHostLdSoConfPaths()873 begin = next_pos; in AddHostLdSoConfPaths()890 const TCHAR* next_pos = _tcschr(pos, ':'); in AddHostLibraryPaths() local891 if (next_pos == NULL) { in AddHostLibraryPaths()893 next_pos = pos + path_len; in AddHostLibraryPaths()[all …]