Searched refs:xmlSchemaCompareValues (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlschemastypes.h73 xmlSchemaCompareValues (xmlSchemaValPtr x,
/external/libxml2/
H A Dxmlschemas.c17360 res = xmlSchemaCompareValues(flength->val, bflength->val);
17375 res = xmlSchemaCompareValues(fminlen->val, bfminlen->val);
17389 res = xmlSchemaCompareValues(fmaxlen->val, bfmaxlen->val);
17408 res = xmlSchemaCompareValues(flength->val, fminlen->val);
17418 res = xmlSchemaCompareValues(flength->val, fmaxlen->val);
17431 res = xmlSchemaCompareValues(fmaxinc->val, fmininc->val);
17443 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxinc->val);
17454 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxexc->val);
17463 res = xmlSchemaCompareValues(fmaxinc->val, bfmininc->val);
17472 res = xmlSchemaCompareValues(fmaxin
[all...]
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 Dlibxml2.syms1432 xmlSchemaCompareValues;
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
H A Drelaxng.c2604 ret = xmlSchemaCompareValues(res1, res2);
H A Dtestapi.c35143 ret_val = xmlSchemaCompareValues(x, y);
35150 printf("Leak of %d blocks found in xmlSchemaCompareValues",
[all...]

Completed in 343 milliseconds