Home | History | Annotate | Download | only in src

Lines Matching refs:segment

3192   const char* segment = data;
3195 const char* const next_segment = strstr(segment, "]]>");
3198 segment, static_cast<std::streamsize>(next_segment - segment));
3200 segment = next_segment + strlen("]]>");
3202 *stream << segment;
4488 // sequences. Then we print one segment at a time. At the end of
4490 // next segment.