Lines Matching refs:fixed

807 	xmlAttrPtr fixed, value;  in schema_restriction_var_int()  local
814 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
815 (*valptr)->fixed = FALSE; in schema_restriction_var_int()
816 if (fixed != NULL) { in schema_restriction_var_int()
817 if (!strncmp((char*)fixed->children->content, "true", sizeof("true")) || in schema_restriction_var_int()
818 !strncmp((char*)fixed->children->content, "1", sizeof("1"))) in schema_restriction_var_int()
819 (*valptr)->fixed = TRUE; in schema_restriction_var_int()
834 xmlAttrPtr fixed, value; in schema_restriction_var_char() local
841 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_char()
842 (*valptr)->fixed = FALSE; in schema_restriction_var_char()
843 if (fixed != NULL) { in schema_restriction_var_char()
844 if (!strncmp((char*)fixed->children->content, "true", sizeof("true")) || in schema_restriction_var_char()
845 !strncmp((char*)fixed->children->content, "1", sizeof("1"))) { in schema_restriction_var_char()
846 (*valptr)->fixed = TRUE; in schema_restriction_var_char()
1612 cur_type->fixed = estrdup((char*)attr->children->content); in schema_element()
1828 newAttr->fixed = estrdup((char*)attr->children->content); in schema_attribute()
2103 if (tmp->fixed != NULL && attr->fixed == NULL) { in schema_attribute_fixup()
2104 attr->fixed = estrdup(tmp->fixed); in schema_attribute_fixup()
2154 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2242 if (tmp->fixed) { in schema_type_fixup()
2243 type->fixed = estrdup(tmp->fixed); in schema_type_fixup()
2383 if (type->fixed) { in delete_type()
2384 efree(type->fixed); in delete_type()
2432 if (type->fixed) { in delete_type_persistent()
2433 free(type->fixed); in delete_type_persistent()
2500 if (attr->fixed) { in delete_attribute()
2501 efree(attr->fixed); in delete_attribute()
2526 if (attr->fixed) { in delete_attribute_persistent()
2527 free(attr->fixed); in delete_attribute_persistent()