Home | History | Annotate | Download | only in libxml2

Lines Matching full:base

207     const unsigned char* base = in;
307 *inlen = in - base;
311 *inlen = in - base;
1118 if (xmlStrEqual(node->name, BAD_CAST "base"))
1879 xmlChar *base, *cur;
1883 base = cur = (xmlChar *) string;
1886 if (base != cur)
1887 xmlBufferAdd(buf, base, cur - base);
1890 base = cur;
1892 if (base != cur)
1893 xmlBufferAdd(buf, base, cur - base);
1896 base = cur;
1898 if (base != cur)
1899 xmlBufferAdd(buf, base, cur - base);
1902 base = cur;
1904 if (base != cur)
1905 xmlBufferAdd(buf, base, cur - base);
1908 base = cur;
1910 if (base != cur)
1911 xmlBufferAdd(buf, base, cur - base);
1914 base = cur;
1916 if (base != cur)
1917 xmlBufferAdd(buf, base, cur - base);
1920 base = cur;
1922 if (base != cur)
1923 xmlBufferAdd(buf, base, cur - base);
1926 base = cur;
1935 if (base != cur)
1936 xmlBufferAdd(buf, base, cur - base);
1944 base = cur;
1976 base = cur;
1986 base = cur;
1991 if (base != cur)
1992 xmlBufferAdd(buf, base, cur - base);