Lines Matching defs:def
1928 * @def: the attribute default type
1941 xmlAttributeType type, xmlAttributeDefault def,
2064 ret->def = def;
2109 * Insert namespace default def first they need to be
2190 cur->def = attr->def;
2276 switch (attr->def) {
2290 "Internal: ATTRIBUTE struct corrupted invalid def\n",
4170 (attr->def != XML_ATTRIBUTE_IMPLIED) &&
4171 (attr->def != XML_ATTRIBUTE_REQUIRED)) {
4449 if (attrDecl->def == XML_ATTRIBUTE_FIXED) {
4516 if ((attrDecl->def == XML_ATTRIBUTE_FIXED) &&
4640 if (attrDecl->def == XML_ATTRIBUTE_FIXED) {
4738 if ((attrDecl->def == XML_ATTRIBUTE_FIXED) &&
6201 if (attr->def == XML_ATTRIBUTE_REQUIRED) {
6282 } else if (attr->def == XML_ATTRIBUTE_FIXED) {