• Home
  • Raw
  • Download

Lines Matching refs:defVal

530     xmlSchemaValPtr defVal;  member
3756 if (attr->defVal != NULL) in xmlSchemaFreeAttribute()
3757 xmlSchemaFreeValue(attr->defVal); in xmlSchemaFreeAttribute()
3774 if (use->defVal != NULL) in xmlSchemaFreeAttributeUse()
3775 xmlSchemaFreeValue(use->defVal); in xmlSchemaFreeAttributeUse()
3944 if (elem->defVal != NULL) in xmlSchemaFreeElement()
3945 xmlSchemaFreeValue(elem->defVal); in xmlSchemaFreeElement()
14054 *val = attruse->defVal; in xmlSchemaGetEffectiveValueConstraint()
14062 *val = attruse->attrDecl->defVal; in xmlSchemaGetEffectiveValueConstraint()
19545 attr->defValue, &(attr->defVal), in xmlSchemaCheckAttrPropsCorrect()
19746 typeDef, elemDecl->value, &(elemDecl->defVal)); in xmlSchemaCheckElemPropsCorrect()
20252 if ((use->defVal != NULL) && (WXS_ATTRUSE_TYPEDEF(use) != NULL)) { in xmlSchemaCheckAttrUsePropsCorrect()
20275 use->defValue, &(use->defVal), in xmlSchemaCheckAttrUsePropsCorrect()
20298 if (((WXS_ATTRUSE_DECL(use))->defVal != NULL) && in xmlSchemaCheckAttrUsePropsCorrect()
20301 if (! xmlSchemaAreValuesEqual(use->defVal, in xmlSchemaCheckAttrUsePropsCorrect()
20302 (WXS_ATTRUSE_DECL(use))->defVal)) in xmlSchemaCheckAttrUsePropsCorrect()
25517 iattr->val = iattr->use->defVal; in xmlSchemaVAttributesComplex()
25520 iattr->val = iattr->decl->defVal; in xmlSchemaVAttributesComplex()
25696 if (iattr->use->defVal == NULL) { in xmlSchemaVAttributesComplex()
25708 if (! xmlSchemaAreValuesEqual(iattr->val, iattr->use->defVal)) in xmlSchemaVAttributesComplex()
25711 if (iattr->decl->defVal == NULL) { in xmlSchemaVAttributesComplex()
25723 if (! xmlSchemaAreValuesEqual(iattr->val, iattr->decl->defVal)) in xmlSchemaVAttributesComplex()