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

/external/libxml2/
H A Dxmlschemastypes.c1073 * xmlSchemaGetPredefinedType:
1082 xmlSchemaGetPredefinedType(const xmlChar *name, const xmlChar *ns) { function
H A Delfgcchack.h9752 #undef xmlSchemaGetPredefinedType macro
9753 extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType __attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
9755 #ifndef xmlSchemaGetPredefinedType
9756 extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType__internal_alias __attribute((visibility("hidden")));
9757 #define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias macro

Completed in 123 milliseconds