Home | History | Annotate | Download | only in src

Lines Matching refs:next_segment

3247     const char* const next_segment = strstr(segment, "]]>");
3248 if (next_segment != NULL) {
3250 segment, static_cast<std::streamsize>(next_segment - segment));
3252 segment = next_segment + strlen("]]>");