Searched refs:xmlSetBufferAllocationScheme (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h579 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h10133 #undef xmlSetBufferAllocationScheme macro
10134 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme __attribute((alias("xmlSetBufferAllocationScheme__internal_alias")));
10136 #ifndef xmlSetBufferAllocationScheme
10137 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
10138 #define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias macro
H A Dtree.c662 * xmlSetBufferAllocationScheme:
671 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) { function

Completed in 113 milliseconds