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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlschemastypes.h73 xmlSchemaCompareValues (xmlSchemaValPtr x,
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c17245 res = xmlSchemaCompareValues(flength->val, bflength->val);
17260 res = xmlSchemaCompareValues(fminlen->val, bfminlen->val);
17274 res = xmlSchemaCompareValues(fmaxlen->val, bfmaxlen->val);
17293 res = xmlSchemaCompareValues(flength->val, fminlen->val);
17303 res = xmlSchemaCompareValues(flength->val, fmaxlen->val);
17316 res = xmlSchemaCompareValues(fmaxinc->val, fmininc->val);
17328 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxinc->val);
17339 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxexc->val);
17348 res = xmlSchemaCompareValues(fmaxinc->val, bfmininc->val);
17357 res = xmlSchemaCompareValues(fmaxin
[all...]
H A Dxmlschemastypes.c4640 * xmlSchemaCompareValues:
4890 * xmlSchemaCompareValues:
4900 xmlSchemaCompareValues(xmlSchemaValPtr x, xmlSchemaValPtr y) { function
5302 ret = xmlSchemaCompareValues(val, facet->val);
5309 ret = xmlSchemaCompareValues(val, facet->val);
5316 ret = xmlSchemaCompareValues(val, facet->val);
5323 ret = xmlSchemaCompareValues(val, facet->val);
H A Delfgcchack.h9342 #undef xmlSchemaCompareValues macro
9343 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues __attribute((alias("xmlSchemaCompareValues__internal_alias")));
9345 #ifndef xmlSchemaCompareValues
9346 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues__internal_alias __attribute((visibility("hidden")));
9347 #define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias macro
H A Drelaxng.c2598 ret = xmlSchemaCompareValues(res1, res2);
H A Dtestapi.c34484 ret_val = xmlSchemaCompareValues(x, y);
34491 printf("Leak of %d blocks found in xmlSchemaCompareValues",
[all...]

Completed in 785 milliseconds