Home
last modified time | relevance | path

Searched refs:xmlSetBufferAllocationScheme (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h654 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h655 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1802 xmlSetBufferAllocationScheme
/external/libxml2/
Delfgcchack.h10257 #undef xmlSetBufferAllocationScheme
10258 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme __attribute((alias("xml…
10260 #ifndef xmlSetBufferAllocationScheme
10261 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme__internal_alias __attri…
10262 #define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias macro
Dtree.c683 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) { in xmlSetBufferAllocationScheme() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h10257 #undef xmlSetBufferAllocationScheme
10258 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme __attribute((alias("xml…
10260 #ifndef xmlSetBufferAllocationScheme
10261 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme__internal_alias __attri…
10262 #define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias macro
Dtree.c683 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) { in xmlSetBufferAllocationScheme() function
Dtestapi.c23275 xmlSetBufferAllocationScheme(scheme); in test_xmlSetBufferAllocationScheme()