Home | History | Annotate | Download | only in src

Lines Matching refs:next_segment

3139     const char* const next_segment = strstr(segment, "]]>");
3140 if (next_segment != NULL) {
3142 segment, static_cast<std::streamsize>(next_segment - segment));
3144 segment = next_segment + strlen("]]>");