Home
last modified time | relevance | path

Searched refs:xmlBufferSetAllocationScheme (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h698 xmlBufferSetAllocationScheme(xmlBufferPtr buf,
/external/libxml2/
Delfgcchack.h1487 #undef xmlBufferSetAllocationScheme
1488 extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme __attribute((alias("xml…
1490 #ifndef xmlBufferSetAllocationScheme
1491 extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme__internal_alias __attri…
1492 #define xmlBufferSetAllocationScheme xmlBufferSetAllocationScheme__internal_alias macro
Dtree.c6956 xmlBufferSetAllocationScheme(xmlBufferPtr buf, in xmlBufferSetAllocationScheme() function