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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlschemastypes.h73 xmlSchemaCompareValues (xmlSchemaValPtr x,
/external/libxml2/include/libxml/
H A Dxmlschemastypes.h73 xmlSchemaCompareValues (xmlSchemaValPtr x,
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c17316 res = xmlSchemaCompareValues(flength->val, bflength->val);
17331 res = xmlSchemaCompareValues(fminlen->val, bfminlen->val);
17345 res = xmlSchemaCompareValues(fmaxlen->val, bfmaxlen->val);
17364 res = xmlSchemaCompareValues(flength->val, fminlen->val);
17374 res = xmlSchemaCompareValues(flength->val, fmaxlen->val);
17387 res = xmlSchemaCompareValues(fmaxinc->val, fmininc->val);
17399 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxinc->val);
17410 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxexc->val);
17419 res = xmlSchemaCompareValues(fmaxinc->val, bfmininc->val);
17428 res = xmlSchemaCompareValues(fmaxin
[all...]
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
H A Drelaxng.c2604 ret = xmlSchemaCompareValues(res1, res2);
H A Dtestapi.c34801 ret_val = xmlSchemaCompareValues(x, y);
34808 printf("Leak of %d blocks found in xmlSchemaCompareValues",
[all...]
/external/libxml2/
H A Dxmlschemas.c17317 res = xmlSchemaCompareValues(flength->val, bflength->val);
17332 res = xmlSchemaCompareValues(fminlen->val, bfminlen->val);
17346 res = xmlSchemaCompareValues(fmaxlen->val, bfmaxlen->val);
17365 res = xmlSchemaCompareValues(flength->val, fminlen->val);
17375 res = xmlSchemaCompareValues(flength->val, fmaxlen->val);
17388 res = xmlSchemaCompareValues(fmaxinc->val, fmininc->val);
17400 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxinc->val);
17411 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxexc->val);
17420 res = xmlSchemaCompareValues(fmaxinc->val, bfmininc->val);
17429 res = xmlSchemaCompareValues(fmaxin
[all...]
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.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
H A Drelaxng.c2604 ret = xmlSchemaCompareValues(res1, res2);

Completed in 598 milliseconds