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

  /external/libxml2/include/libxml/
globals.h 142 xmlBufferAllocationScheme xmlBufferAllocScheme;
298 XMLPUBFUN xmlBufferAllocationScheme * XMLCALL __xmlBufferAllocScheme(void);
303 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
305 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
306 xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v);
tree.h 68 * xmlBufferAllocationScheme:
81 } xmlBufferAllocationScheme;
95 xmlBufferAllocationScheme alloc; /* The realloc method */
697 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
698 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
744 xmlBufferAllocationScheme scheme);
    [all...]
  /external/libxml2/os400/
rpgsupport.h 51 XMLPUBFUN xmlBufferAllocationScheme __get_xmlBufferAllocScheme(void);
52 XMLPUBFUN void __set_xmlBufferAllocScheme(xmlBufferAllocationScheme val);
rpgsupport.c 96 THREADED_VAR(xmlBufferAllocScheme, xmlBufferAllocationScheme)
  /external/libxml2/
buf.h 27 xmlBufferAllocationScheme scheme);
globals.c 195 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
196 static xmlBufferAllocationScheme xmlBufferAllocSchemeThrDef = XML_BUFFER_ALLOC_EXACT;
804 xmlBufferAllocationScheme *
811 xmlBufferAllocationScheme xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v) {
812 xmlBufferAllocationScheme ret;
buf.c 47 xmlBufferAllocationScheme alloc; /* The realloc method */
289 xmlBufferAllocationScheme scheme) {
    [all...]
tree.c 692 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) {
712 xmlBufferAllocationScheme
    [all...]
testapi.c     [all...]

Completed in 635 milliseconds