Home | History | Annotate | Download | only in src

Lines Matching refs:segment

3168   const char* segment = data;
3171 const char* const next_segment = strstr(segment, "]]>");
3173 stream->write(segment, next_segment - segment);
3175 segment = next_segment + strlen("]]>");
3177 *stream << segment;
4431 // sequences. Then we print one segment at a time. At the end of
4433 // next segment.