Lines Matching full:next_segment
3201 const char* const next_segment = strstr(segment, "]]>");3202 if (next_segment != NULL) {3204 segment, static_cast<std::streamsize>(next_segment - segment));3206 segment = next_segment + strlen("]]>");