Lines Matching refs:defVal
530 xmlSchemaValPtr defVal; member
3722 if (attr->defVal != NULL) in xmlSchemaFreeAttribute()
3723 xmlSchemaFreeValue(attr->defVal); in xmlSchemaFreeAttribute()
3740 if (use->defVal != NULL) in xmlSchemaFreeAttributeUse()
3741 xmlSchemaFreeValue(use->defVal); in xmlSchemaFreeAttributeUse()
3910 if (elem->defVal != NULL) in xmlSchemaFreeElement()
3911 xmlSchemaFreeValue(elem->defVal); in xmlSchemaFreeElement()
14011 *val = attruse->defVal; in xmlSchemaGetEffectiveValueConstraint()
14019 *val = attruse->attrDecl->defVal; in xmlSchemaGetEffectiveValueConstraint()
19502 attr->defValue, &(attr->defVal), in xmlSchemaCheckAttrPropsCorrect()
19703 typeDef, elemDecl->value, &(elemDecl->defVal)); in xmlSchemaCheckElemPropsCorrect()
20209 if ((use->defVal != NULL) && (WXS_ATTRUSE_TYPEDEF(use) != NULL)) { in xmlSchemaCheckAttrUsePropsCorrect()
20232 use->defValue, &(use->defVal), in xmlSchemaCheckAttrUsePropsCorrect()
20255 if (((WXS_ATTRUSE_DECL(use))->defVal != NULL) && in xmlSchemaCheckAttrUsePropsCorrect()
20258 if (! xmlSchemaAreValuesEqual(use->defVal, in xmlSchemaCheckAttrUsePropsCorrect()
20259 (WXS_ATTRUSE_DECL(use))->defVal)) in xmlSchemaCheckAttrUsePropsCorrect()
25474 iattr->val = iattr->use->defVal; in xmlSchemaVAttributesComplex()
25477 iattr->val = iattr->decl->defVal; in xmlSchemaVAttributesComplex()
25653 if (iattr->use->defVal == NULL) { in xmlSchemaVAttributesComplex()
25665 if (! xmlSchemaAreValuesEqual(iattr->val, iattr->use->defVal)) in xmlSchemaVAttributesComplex()
25668 if (iattr->decl->defVal == NULL) { in xmlSchemaVAttributesComplex()
25680 if (! xmlSchemaAreValuesEqual(iattr->val, iattr->decl->defVal)) in xmlSchemaVAttributesComplex()