Lines Matching refs:normValue
24521 xmlChar *normValue = NULL; in xmlSchemaVCheckCVCSimpleType() local
24526 normValue = xmlSchemaNormalizeValue(atype, value); \ in xmlSchemaVCheckCVCSimpleType()
24527 if (normValue != NULL) \ in xmlSchemaVCheckCVCSimpleType()
24528 value = normValue; \ in xmlSchemaVCheckCVCSimpleType()
24832 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
24833 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
24843 if (normValue != NULL) in xmlSchemaVCheckCVCSimpleType()
24844 xmlFree(normValue); in xmlSchemaVCheckCVCSimpleType()
25575 xmlChar *normValue; in xmlSchemaVAttributesComplex() local
25582 normValue = xmlSchemaNormalizeValue(iattr->typeDef, in xmlSchemaVAttributesComplex()
25584 if (normValue != NULL) in xmlSchemaVAttributesComplex()
25585 value = BAD_CAST normValue; in xmlSchemaVAttributesComplex()
25592 if (normValue != NULL) in xmlSchemaVAttributesComplex()
25593 xmlFree(normValue); in xmlSchemaVAttributesComplex()
25618 if (normValue != NULL) in xmlSchemaVAttributesComplex()
25619 xmlFree(normValue); in xmlSchemaVAttributesComplex()
25634 if (normValue != NULL) in xmlSchemaVAttributesComplex()
25635 xmlFree(normValue); in xmlSchemaVAttributesComplex()
26271 xmlChar *normValue; in xmlSchemaValidatorPopElem() local
26275 normValue = xmlSchemaNormalizeValue(inode->typeDef, in xmlSchemaValidatorPopElem()
26277 if (normValue != NULL) { in xmlSchemaValidatorPopElem()
26278 textChild = xmlNewText(BAD_CAST normValue); in xmlSchemaValidatorPopElem()
26279 xmlFree(normValue); in xmlSchemaValidatorPopElem()