• Home
  • Raw
  • Download

Lines Matching refs:xmlSchemaCompareValues

17347 	res = xmlSchemaCompareValues(flength->val, bflength->val);  in xmlSchemaDeriveAndValidateFacets()
17362 res = xmlSchemaCompareValues(fminlen->val, bfminlen->val); in xmlSchemaDeriveAndValidateFacets()
17376 res = xmlSchemaCompareValues(fmaxlen->val, bfmaxlen->val); in xmlSchemaDeriveAndValidateFacets()
17395 res = xmlSchemaCompareValues(flength->val, fminlen->val); in xmlSchemaDeriveAndValidateFacets()
17405 res = xmlSchemaCompareValues(flength->val, fmaxlen->val); in xmlSchemaDeriveAndValidateFacets()
17418 res = xmlSchemaCompareValues(fmaxinc->val, fmininc->val); in xmlSchemaDeriveAndValidateFacets()
17430 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17441 res = xmlSchemaCompareValues(fmaxinc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17450 res = xmlSchemaCompareValues(fmaxinc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17459 res = xmlSchemaCompareValues(fmaxinc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17472 res = xmlSchemaCompareValues(fmaxexc->val, fminexc->val); in xmlSchemaDeriveAndValidateFacets()
17484 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17496 res = xmlSchemaCompareValues(fmaxexc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17505 res = xmlSchemaCompareValues(fmaxexc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17514 res = xmlSchemaCompareValues(fmaxexc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17527 res = xmlSchemaCompareValues(fminexc->val, fmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17539 res = xmlSchemaCompareValues(fminexc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17551 res = xmlSchemaCompareValues(fminexc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17560 res = xmlSchemaCompareValues(fminexc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17569 res = xmlSchemaCompareValues(fminexc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17582 res = xmlSchemaCompareValues(fmininc->val, fmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17594 res = xmlSchemaCompareValues(fmininc->val, bfmininc->val); in xmlSchemaDeriveAndValidateFacets()
17606 res = xmlSchemaCompareValues(fmininc->val, bfmaxinc->val); in xmlSchemaDeriveAndValidateFacets()
17615 res = xmlSchemaCompareValues(fmininc->val, bfminexc->val); in xmlSchemaDeriveAndValidateFacets()
17623 res = xmlSchemaCompareValues(fmininc->val, bfmaxexc->val); in xmlSchemaDeriveAndValidateFacets()
17635 res = xmlSchemaCompareValues(ftotdig->val, bftotdig->val); in xmlSchemaDeriveAndValidateFacets()
17650 res = xmlSchemaCompareValues(ffracdig->val, bffracdig->val); in xmlSchemaDeriveAndValidateFacets()
17668 res = xmlSchemaCompareValues(ffracdig->val, ftotdig->val); in xmlSchemaDeriveAndValidateFacets()