Home | History | Annotate | Download | only in src

Lines Matching refs:next_segment

3208     const char* const next_segment = strstr(segment, "]]>");
3209 if (next_segment != NULL) {
3211 segment, static_cast<std::streamsize>(next_segment - segment));
3213 segment = next_segment + strlen("]]>");