Lines Matching refs:normValue
24550 xmlChar *normValue = NULL; in xmlSchemaVCheckCVCSimpleType() local
24555 normValue = xmlSchemaNormalizeValue(atype, value); \ in xmlSchemaVCheckCVCSimpleType()
24556 if (normValue != NULL) \ in xmlSchemaVCheckCVCSimpleType()
24557 value = normValue; \ in xmlSchemaVCheckCVCSimpleType()
24861 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
24862 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
24872 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
24873 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
25604 xmlChar *normValue; in xmlSchemaVAttributesComplex() local
25611 normValue = xmlSchemaNormalizeValue(iattr->typeDef, in xmlSchemaVAttributesComplex()
25613 if (normValue != NULL) in xmlSchemaVAttributesComplex()
25614 value = BAD_CAST normValue; in xmlSchemaVAttributesComplex()
25621 if (normValue != NULL) in xmlSchemaVAttributesComplex()
25622 xmlFree(normValue); in xmlSchemaVAttributesComplex()
25647 if (normValue != NULL) in xmlSchemaVAttributesComplex()
25648 xmlFree(normValue); in xmlSchemaVAttributesComplex()
25663 if (normValue != NULL) in xmlSchemaVAttributesComplex()
25664 xmlFree(normValue); in xmlSchemaVAttributesComplex()
26300 xmlChar *normValue; in xmlSchemaValidatorPopElem() local
26304 normValue = xmlSchemaNormalizeValue(inode->typeDef, in xmlSchemaValidatorPopElem()
26306 if (normValue != NULL) { in xmlSchemaValidatorPopElem()
26307 textChild = xmlNewText(BAD_CAST normValue); in xmlSchemaValidatorPopElem()
26308 xmlFree(normValue); in xmlSchemaValidatorPopElem()