Searched refs:xmlBufShrink (Results 1 - 9 of 9) sorted by relevance

/external/libxml2/
H A Dencoding.c2097 xmlBufShrink(in, c_in);
2104 xmlBufShrink(in, c_in);
2114 xmlBufShrink(in, c_in);
2214 xmlBufShrink(in, c_in);
2221 xmlBufShrink(in, c_in);
2231 xmlBufShrink(in, c_in);
2484 xmlBufShrink(in, c_in);
2493 xmlBufShrink(in, c_in);
2512 xmlBufShrink(in, c_in);
2571 xmlBufShrink(i
[all...]
H A DxmlIO.c3497 xmlBufShrink(out->conv, ret);
3502 xmlBufShrink(out->buffer, ret);
3687 xmlBufShrink(out->conv, ret);
3692 xmlBufShrink(out->buffer, ret);
3780 xmlBufShrink(out->conv, ret);
3786 xmlBufShrink(out->buffer, ret);
H A Dlibxml2.syms2255 xmlBufShrink;
H A DparserInternals.c377 ret = xmlBufShrink(in->buf->buffer, used - LINE_LEN);
1203 xmlBufShrink(input->buf->buffer, processed);
H A Dbuf.c376 * xmlBufShrink:
388 xmlBufShrink(xmlBufPtr buf, size_t len) { function
H A Dxinclude.c1918 xmlBufShrink(buf->buffer, i);
1934 xmlBufShrink(buf->buffer, len);
H A Delfgcchack.h1389 #undef xmlBufShrink macro
1390 extern __typeof (xmlBufShrink) xmlBufShrink __attribute((alias("xmlBufShrink__internal_alias")));
1392 #ifndef xmlBufShrink
1393 extern __typeof (xmlBufShrink) xmlBufShrink__internal_alias __attribute((visibility("hidden")));
1394 #define xmlBufShrink xmlBufShrink__internal_alias macro
H A Dxmlreader.c898 val = xmlBufShrink(inbuf, reader->cur);
/external/libxml2/include/libxml/
H A Dtree.h123 XMLPUBFUN size_t XMLCALL xmlBufShrink (xmlBufPtr buf, size_t len);

Completed in 289 milliseconds