Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dglobals.h141 xmlBufferAllocationScheme xmlBufferAllocScheme;
297 XMLPUBFUN xmlBufferAllocationScheme * XMLCALL __xmlBufferAllocScheme(void);
302 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
304 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
305 xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v);
Dtree.h81 } xmlBufferAllocationScheme; typedef
95 xmlBufferAllocationScheme alloc; /* The realloc method */
697 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
698 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
744 xmlBufferAllocationScheme scheme);
/external/libxml2/
Dglobals.c195 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
196 static xmlBufferAllocationScheme xmlBufferAllocSchemeThrDef = XML_BUFFER_ALLOC_EXACT;
804 xmlBufferAllocationScheme *
811 xmlBufferAllocationScheme xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v) { in xmlThrDefBufferAllocScheme()
812 xmlBufferAllocationScheme ret; in xmlThrDefBufferAllocScheme()
Dglobal.data3 xmlBufferAllocationScheme,xmlBufferAllocScheme,,1
Dbuf.h27 xmlBufferAllocationScheme scheme);
Dbuf.c47 xmlBufferAllocationScheme alloc; /* The realloc method */
289 xmlBufferAllocationScheme scheme) { in xmlBufSetAllocationScheme()
Dtree.c692 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) { in xmlSetBufferAllocationScheme()
712 xmlBufferAllocationScheme
7141 xmlBufferAllocationScheme scheme) { in xmlBufferSetAllocationScheme()
Dtestapi.c1037 static xmlBufferAllocationScheme gen_xmlBufferAllocationScheme(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlBufferAllocationScheme()
1045 static void des_xmlBufferAllocationScheme(int no ATTRIBUTE_UNUSED, xmlBufferAllocationScheme val AT… in des_xmlBufferAllocationScheme()
1048 static void desret_xmlBufferAllocationScheme(xmlBufferAllocationScheme val ATTRIBUTE_UNUSED) { in desret_xmlBufferAllocationScheme()
19124 xmlBufferAllocationScheme scheme; /* allocation scheme to use */ in test_xmlBufferSetAllocationScheme()
20552 xmlBufferAllocationScheme ret_val; in test_xmlGetBufferAllocationScheme()
23592 xmlBufferAllocationScheme scheme; /* allocation method to use */ in test_xmlSetBufferAllocationScheme()
/external/libxml2/os400/
Drpgsupport.h51 XMLPUBFUN xmlBufferAllocationScheme __get_xmlBufferAllocScheme(void);
52 XMLPUBFUN void __set_xmlBufferAllocScheme(xmlBufferAllocationScheme val);
Drpgsupport.c96 THREADED_VAR(xmlBufferAllocScheme, xmlBufferAllocationScheme) in THREADED_VAR()
/external/libxml2/os400/libxmlrpg/
Dglobals.rpgle118 d like(xmlBufferAllocationScheme)
259 d like(xmlBufferAllocationScheme)
263 d value value like(xmlBufferAllocationScheme)
267 d like(xmlBufferAllocationScheme)
268 d v value like(xmlBufferAllocationScheme)
Dc14n.rpgle55 d xmlBufferAllocationScheme...
Dtree.rpgle64 * xmlBufferAllocationScheme:
69 d xmlBufferAllocationScheme...
95 d alloc like(xmlBufferAllocationScheme) The realloc method
685 d like(xmlBufferAllocationScheme)
690 d like(xmlBufferAllocationScheme)
771 d like(xmlBufferAllocationScheme)
/external/libxml2/doc/html/
Dindex.sgml517 <ANCHOR id="xmlBufferAllocationScheme" href="libxml/libxml-tree.html#xmlBufferAllocationScheme">