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

  /external/libxml2/
xmlIO.c     [all...]
HTMLtree.c 433 use = xmlBufUse(buf);
436 ret = xmlBufUse(buf) - use;
611 *size = xmlBufUse(buf->conv);
614 *size = xmlBufUse(buf->buffer);
    [all...]
parserInternals.c 256 if (in->cur > in->base + xmlBufUse(in->buf->buffer)) {
262 xmlBufUse(in->buf->buffer));
313 if (xmlBufUse(in->buf->buffer) > (unsigned int) indx + INPUT_CHUNK) {
387 if (xmlBufUse(in->buf->buffer) > INPUT_CHUNK) {
    [all...]
xmlreader.c 826 if (xmlBufUse(inbuf) < reader->cur + CHUNK_SIZE) {
834 if (xmlBufUse(inbuf) == reader->cur) {
857 if (xmlBufUse(inbuf) >= reader->cur + CHUNK_SIZE) {
867 s = xmlBufUse(inbuf) - reader->cur;
884 (xmlBufUse(inbuf) - reader->cur <= CHUNK_SIZE)) {
899 s = xmlBufUse(inbuf) - reader->cur;
903 reader->cur = xmlBufUse(inbuf);
    [all...]
encoding.c     [all...]
xmlsave.c     [all...]
buf.c 664 * xmlBufUse:
673 xmlBufUse(const xmlBufPtr buf)
    [all...]
parser.c     [all...]
c14n.c     [all...]
elfgcchack.h     [all...]
HTMLparser.c     [all...]
  /external/libxml2/include/libxml/
tree.h 121 XMLPUBFUN size_t XMLCALL xmlBufUse (const xmlBufPtr buf);
    [all...]

Completed in 372 milliseconds