Home
last modified time | relevance | path

Searched refs:xmlBufferAllocationScheme (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dglobals.h137 xmlBufferAllocationScheme xmlBufferAllocScheme;
290 XMLPUBFUN xmlBufferAllocationScheme * XMLCALL __xmlBufferAllocScheme(void);
295 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
297 XMLPUBFUN xmlBufferAllocationScheme XMLCALL xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v);
Dtree.h78 } xmlBufferAllocationScheme; typedef
91 xmlBufferAllocationScheme alloc; /* The realloc method */
654 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
655 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
699 xmlBufferAllocationScheme scheme);
/external/libxml2/
Dglobals.c181 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
182 static xmlBufferAllocationScheme xmlBufferAllocSchemeThrDef = XML_BUFFER_ALLOC_EXACT;
782 xmlBufferAllocationScheme *
789 xmlBufferAllocationScheme xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v) { in xmlThrDefBufferAllocScheme()
790 xmlBufferAllocationScheme ret; in xmlThrDefBufferAllocScheme()
Dtree.c682 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) { in xmlSetBufferAllocationScheme()
698 xmlBufferAllocationScheme
6932 xmlBufferAllocationScheme scheme) { in xmlBufferSetAllocationScheme()