Home | History | Annotate | Download | only in src

Lines Matching refs:segment

3244   const char* segment = data;
3247 const char* const next_segment = strstr(segment, "]]>");
3250 segment, static_cast<std::streamsize>(next_segment - segment));
3252 segment = next_segment + strlen("]]>");
3254 *stream << segment;
4787 // sequences. Then we print one segment at a time. At the end of
4789 // next segment.