HomeSort by relevance Sort by last modified time
    Searched refs:xmlBufUse (Results 1 - 13 of 13) sorted by null

  /external/libxml2/
xmlIO.c     [all...]
HTMLtree.c 433 use = xmlBufUse(buf);
436 ret = xmlBufUse(buf) - use;
600 *size = xmlBufUse(buf->conv);
603 *size = xmlBufUse(buf->buffer);
    [all...]
parserInternals.c 260 if (in->cur > in->base + xmlBufUse(in->buf->buffer)) {
266 xmlBufUse(in->buf->buffer));
317 if (xmlBufUse(in->buf->buffer) > (unsigned int) indx + INPUT_CHUNK) {
391 if (xmlBufUse(in->buf->buffer) > INPUT_CHUNK) {
    [all...]
encoding.c     [all...]
xmlreader.c 844 if (xmlBufUse(inbuf) < reader->cur + CHUNK_SIZE) {
852 if (xmlBufUse(inbuf) == reader->cur) {
875 if (xmlBufUse(inbuf) >= reader->cur + CHUNK_SIZE) {
885 s = xmlBufUse(inbuf) - reader->cur;
902 (xmlBufUse(inbuf) - reader->cur <= CHUNK_SIZE)) {
917 s = xmlBufUse(inbuf) - reader->cur;
921 reader->cur = xmlBufUse(inbuf);
    [all...]
xmlsave.c     [all...]
libxml2.syms     [all...]
buf.c 678 * xmlBufUse:
687 xmlBufUse(const xmlBufPtr buf)
    [all...]
parser.c     [all...]
c14n.c     [all...]
elfgcchack.h     [all...]
HTMLparser.c     [all...]
  /external/libxml2/include/libxml/
tree.h 122 XMLPUBFUN size_t XMLCALL xmlBufUse (const xmlBufPtr buf);
    [all...]

Completed in 441 milliseconds