Home | History | Annotate | Download | only in src

Lines Matching refs:next_segment

4759     const char* const next_segment = strstr(segment, "]]>");
4760 if (next_segment != NULL) {
4762 segment, static_cast<std::streamsize>(next_segment - segment));
4764 segment = next_segment + strlen("]]>");