Home | History | Annotate | Download | only in libxml2

Lines Matching defs:base

882         const xmlChar * base, *cur;
885 base = cur = content;
888 if (base != cur)
889 xmlBufferAdd(buf, base, cur - base);
892 base = cur;
894 if (base != cur)
895 xmlBufferAdd(buf, base, cur - base);
898 base = cur;
903 if (base != cur)
904 xmlBufferAdd(buf, base, cur - base);