Lines Matching refs:defVal
538 xmlSchemaValPtr defVal; member
3771 if (attr->defVal != NULL) in xmlSchemaFreeAttribute()
3772 xmlSchemaFreeValue(attr->defVal); in xmlSchemaFreeAttribute()
3789 if (use->defVal != NULL) in xmlSchemaFreeAttributeUse()
3790 xmlSchemaFreeValue(use->defVal); in xmlSchemaFreeAttributeUse()
3959 if (elem->defVal != NULL) in xmlSchemaFreeElement()
3960 xmlSchemaFreeValue(elem->defVal); in xmlSchemaFreeElement()
14080 *val = attruse->defVal; in xmlSchemaGetEffectiveValueConstraint()
14088 *val = attruse->attrDecl->defVal; in xmlSchemaGetEffectiveValueConstraint()
19571 attr->defValue, &(attr->defVal), in xmlSchemaCheckAttrPropsCorrect()
19772 typeDef, elemDecl->value, &(elemDecl->defVal)); in xmlSchemaCheckElemPropsCorrect()
20278 if ((use->defVal != NULL) && (WXS_ATTRUSE_TYPEDEF(use) != NULL)) { in xmlSchemaCheckAttrUsePropsCorrect()
20301 use->defValue, &(use->defVal), in xmlSchemaCheckAttrUsePropsCorrect()
20324 if (((WXS_ATTRUSE_DECL(use))->defVal != NULL) && in xmlSchemaCheckAttrUsePropsCorrect()
20327 if (! xmlSchemaAreValuesEqual(use->defVal, in xmlSchemaCheckAttrUsePropsCorrect()
20328 (WXS_ATTRUSE_DECL(use))->defVal)) in xmlSchemaCheckAttrUsePropsCorrect()
25546 iattr->val = iattr->use->defVal; in xmlSchemaVAttributesComplex()
25549 iattr->val = iattr->decl->defVal; in xmlSchemaVAttributesComplex()
25725 if (iattr->use->defVal == NULL) { in xmlSchemaVAttributesComplex()
25737 if (! xmlSchemaAreValuesEqual(iattr->val, iattr->use->defVal)) in xmlSchemaVAttributesComplex()
25740 if (iattr->decl->defVal == NULL) { in xmlSchemaVAttributesComplex()
25752 if (! xmlSchemaAreValuesEqual(iattr->val, iattr->decl->defVal)) in xmlSchemaVAttributesComplex()