Home | History | Annotate | Download | only in src

Lines Matching defs:segment

3248   const char* segment = data;
3251 const char* const next_segment = strstr(segment, "]]>");
3254 segment, static_cast<std::streamsize>(next_segment - segment));
3256 segment = next_segment + strlen("]]>");
3258 *stream << segment;
4791 // sequences. Then we print one segment at a time. At the end of
4793 // next segment.