Searched refs:xmlGetBufferAllocationScheme (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h633 xmlGetBufferAllocationScheme(void);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h3769 #undef xmlGetBufferAllocationScheme macro
3770 extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme __attribute((alias("xmlGetBufferAllocationScheme__internal_alias")));
3772 #ifndef xmlGetBufferAllocationScheme
3773 extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
3774 #define xmlGetBufferAllocationScheme xmlGetBufferAllocationScheme__internal_alias macro
H A Dtree.c684 * xmlGetBufferAllocationScheme:
694 xmlGetBufferAllocationScheme(void) { function
H A Dtestapi.c20101 ret_val = xmlGetBufferAllocationScheme();
20106 printf("Leak of %d blocks found in xmlGetBufferAllocationScheme",
[all...]

Completed in 221 milliseconds