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

/external/libxml2/include/libxml/
H A Dxmlschemastypes.h126 xmlSchemaValueGetAsBoolean (xmlSchemaValPtr val);
/external/libxml2/
H A Delfgcchack.h10070 #undef xmlSchemaValueGetAsBoolean macro
10071 extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean __attribute((alias("xmlSchemaValueGetAsBoolean__internal_alias")));
10073 #ifndef xmlSchemaValueGetAsBoolean
10074 extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean__internal_alias __attribute((visibility("hidden")));
10075 #define xmlSchemaValueGetAsBoolean xmlSchemaValueGetAsBoolean__internal_alias macro
H A Dxmlschemastypes.c907 * xmlSchemaValueGetAsBoolean:
915 xmlSchemaValueGetAsBoolean(xmlSchemaValPtr val) function
H A Dxmlschemas.c24957 if (xmlSchemaValueGetAsBoolean(iattr->val)) {

Completed in 266 milliseconds