Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dglobals.h142 xmlBufferAllocationScheme xmlBufferAllocScheme;
298 XMLPUBFUN xmlBufferAllocationScheme * XMLCALL __xmlBufferAllocScheme(void);
303 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
305 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
306 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.c183 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
184 static xmlBufferAllocationScheme xmlBufferAllocSchemeThrDef = XML_BUFFER_ALLOC_EXACT;
792 xmlBufferAllocationScheme *
799 xmlBufferAllocationScheme xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v) { in xmlThrDefBufferAllocScheme()
800 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.c686 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) { in xmlSetBufferAllocationScheme()
706 xmlBufferAllocationScheme
7130 xmlBufferAllocationScheme scheme) { in xmlBufferSetAllocationScheme()
Dtestapi.c1036 static xmlBufferAllocationScheme gen_xmlBufferAllocationScheme(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlBufferAllocationScheme()
1044 static void des_xmlBufferAllocationScheme(int no ATTRIBUTE_UNUSED, xmlBufferAllocationScheme val AT… in des_xmlBufferAllocationScheme()
1047 static void desret_xmlBufferAllocationScheme(xmlBufferAllocationScheme val ATTRIBUTE_UNUSED) { in desret_xmlBufferAllocationScheme()
19007 xmlBufferAllocationScheme scheme; /* allocation scheme to use */ in test_xmlBufferSetAllocationScheme()
20432 xmlBufferAllocationScheme ret_val; in test_xmlGetBufferAllocationScheme()
23457 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.rpgle117 d like(xmlBufferAllocationScheme)
257 d like(xmlBufferAllocationScheme)
261 d value value like(xmlBufferAllocationScheme)
265 d like(xmlBufferAllocationScheme)
266 d v value like(xmlBufferAllocationScheme)
Dc14n.rpgle54 d xmlBufferAllocationScheme...
Dtree.rpgle64 * xmlBufferAllocationScheme:
69 d xmlBufferAllocationScheme...
94 d alloc like(xmlBufferAllocationScheme) The realloc method
673 d like(xmlBufferAllocationScheme)
678 d like(xmlBufferAllocationScheme)
751 d like(xmlBufferAllocationScheme)
/external/libxml2/doc/html/
Dindex.sgml517 <ANCHOR id="xmlBufferAllocationScheme" href="libxml/libxml-tree.html#xmlBufferAllocationScheme">