Lines Matching full:next_segment
3171 const char* const next_segment = strstr(segment, "]]>");3172 if (next_segment != NULL) {3173 stream->write(segment, next_segment - segment);3175 segment = next_segment + strlen("]]>");