Lines Matching defs:def
1959 * @def: the attribute default type
1972 xmlAttributeType type, xmlAttributeDefault def,
2091 ret->def = def;
2136 * Insert namespace default def first they need to be
2211 cur->def = attr->def;
2298 switch (attr->def) {
2312 "Internal: ATTRIBUTE struct corrupted invalid def\n",
4065 (attr->def != XML_ATTRIBUTE_IMPLIED) &&
4066 (attr->def != XML_ATTRIBUTE_REQUIRED)) {
4344 if (attrDecl->def == XML_ATTRIBUTE_FIXED) {
4411 if ((attrDecl->def == XML_ATTRIBUTE_FIXED) &&
4535 if (attrDecl->def == XML_ATTRIBUTE_FIXED) {
4626 if ((attrDecl->def == XML_ATTRIBUTE_FIXED) &&
6087 if (attr->def == XML_ATTRIBUTE_REQUIRED) {
6168 } else if (attr->def == XML_ATTRIBUTE_FIXED) {