Home | History | Annotate | Download | only in src

Lines Matching refs:next_segment

3171     const char* const next_segment = strstr(segment, "]]>");
3172 if (next_segment != NULL) {
3173 stream->write(segment, next_segment - segment);
3175 segment = next_segment + strlen("]]>");