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

/external/libxml2/
H A Dxmlschemastypes.c4667 * xmlSchemaCompareValues:
4917 * xmlSchemaCompareValues:
4927 xmlSchemaCompareValues(xmlSchemaValPtr x, xmlSchemaValPtr y) { function
5338 ret = xmlSchemaCompareValues(val, facet->val);
5345 ret = xmlSchemaCompareValues(val, facet->val);
5352 ret = xmlSchemaCompareValues(val, facet->val);
5359 ret = xmlSchemaCompareValues(val, facet->val);
H A Delfgcchack.h9548 #undef xmlSchemaCompareValues macro
9549 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues __attribute((alias("xmlSchemaCompareValues__internal_alias")));
9551 #ifndef xmlSchemaCompareValues
9552 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues__internal_alias __attribute((visibility("hidden")));
9553 #define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias macro

Completed in 98 milliseconds