Searched defs:xmlSchemaValueGetAsBoolean (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c910 * xmlSchemaValueGetAsBoolean:
918 xmlSchemaValueGetAsBoolean(xmlSchemaValPtr val) function
H A Delfgcchack.h9978 #undef xmlSchemaValueGetAsBoolean macro
9979 extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean __attribute((alias("xmlSchemaValueGetAsBoolean__internal_alias")));
9981 #ifndef xmlSchemaValueGetAsBoolean
9982 extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean__internal_alias __attribute((visibility("hidden")));
9983 #define xmlSchemaValueGetAsBoolean xmlSchemaValueGetAsBoolean__internal_alias macro

Completed in 166 milliseconds