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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c4651 * xmlSchemaCompareValues:
4901 * xmlSchemaCompareValues:
4911 xmlSchemaCompareValues(xmlSchemaValPtr x, xmlSchemaValPtr y) { function
5313 ret = xmlSchemaCompareValues(val, facet->val);
5320 ret = xmlSchemaCompareValues(val, facet->val);
5327 ret = xmlSchemaCompareValues(val, facet->val);
5334 ret = xmlSchemaCompareValues(val, facet->val);
H A Delfgcchack.h9422 #undef xmlSchemaCompareValues macro
9423 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues __attribute((alias("xmlSchemaCompareValues__internal_alias")));
9425 #ifndef xmlSchemaCompareValues
9426 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues__internal_alias __attribute((visibility("hidden")));
9427 #define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias macro
/external/libxml2/
H A Dxmlschemastypes.c4658 * xmlSchemaCompareValues:
4908 * xmlSchemaCompareValues:
4918 xmlSchemaCompareValues(xmlSchemaValPtr x, xmlSchemaValPtr y) { function
5320 ret = xmlSchemaCompareValues(val, facet->val);
5327 ret = xmlSchemaCompareValues(val, facet->val);
5334 ret = xmlSchemaCompareValues(val, facet->val);
5341 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 175 milliseconds