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

  /external/libxml2/
buf.c 302 (scheme == XML_BUFFER_ALLOC_HYBRID) ||
787 case XML_BUFFER_ALLOC_HYBRID:
    [all...]
tree.c 695 (scheme == XML_BUFFER_ALLOC_HYBRID))
706 * XML_BUFFER_ALLOC_HYBRID - use exact sizes on small strings to keep memory usage tight
1288 xmlBufSetAllocationScheme(buf, XML_BUFFER_ALLOC_HYBRID);
    [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
tree.h 79 XML_BUFFER_ALLOC_HYBRID, /* exact up to a threshold, and doubleit thereafter */
    [all...]

Completed in 111 milliseconds