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

  /external/libxml2/include/libxml/
globals.h 137 xmlBufferAllocationScheme xmlBufferAllocScheme;
290 XMLPUBFUN xmlBufferAllocationScheme * XMLCALL __xmlBufferAllocScheme(void);
295 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
297 XMLPUBFUN xmlBufferAllocationScheme XMLCALL xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v);
tree.h 67 * xmlBufferAllocationScheme:
78 } xmlBufferAllocationScheme;
91 xmlBufferAllocationScheme alloc; /* The realloc method */
654 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
655 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
699 xmlBufferAllocationScheme scheme);
    [all...]
  /external/libxml2/
globals.c 181 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
182 static xmlBufferAllocationScheme xmlBufferAllocSchemeThrDef = XML_BUFFER_ALLOC_EXACT;
782 xmlBufferAllocationScheme *
789 xmlBufferAllocationScheme xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v) {
790 xmlBufferAllocationScheme ret;
tree.c 682 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) {
698 xmlBufferAllocationScheme
    [all...]

Completed in 2086 milliseconds