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

  /external/libxml2/
globals.c 193 * XML_BUFFER_ALLOC_EXACT
195 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
196 static xmlBufferAllocationScheme xmlBufferAllocSchemeThrDef = XML_BUFFER_ALLOC_EXACT;
buf.c 301 (scheme == XML_BUFFER_ALLOC_EXACT) ||
784 case XML_BUFFER_ALLOC_EXACT:
    [all...]
tree.c 687 * XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down
693 if ((scheme == XML_BUFFER_ALLOC_EXACT) ||
703 * XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down
    [all...]
xmlIO.c     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
tree.h 76 XML_BUFFER_ALLOC_EXACT, /* grow only to the minimal size */
    [all...]

Completed in 473 milliseconds