Lines Matching refs:namens

342 			newType->namens = estrdup((char*)ns->children->content);  in schema_simpleType()
345 newType->namens = estrdup(cur_type->namens); in schema_simpleType()
356 cur_type->encode->details.ns = estrdup(newType->namens); in schema_simpleType()
375 newType->namens = estrdup((char*)ns->children->content); in schema_simpleType()
451 newType->namens = estrdup((char*)nsptr->href); in schema_list()
488 newType->namens = estrdup((char*)tns->children->content); in schema_list()
547 newType->namens = estrdup((char*)nsptr->href); in schema_union()
585 newType->namens = estrdup((char*)tns->children->content); in schema_union()
1400 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1403 newType->namens = estrdup(cur_type->namens); in schema_complexType()
1414 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
1433 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1545 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1564 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1575 smart_str_appends(&key, newType->namens); in schema_element()
1777 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1802 newAttr->namens = estrdup((char*)ns->children->content); in schema_attribute()
1959 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1996 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
1998 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
2119 if (tmp->namens != NULL && attr->namens == NULL) { in schema_attribute_fixup()
2120 attr->namens = estrdup(tmp->namens); in schema_attribute_fixup()
2177 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
2406 if (type->namens) { in delete_type()
2407 efree(type->namens); in delete_type()
2455 if (type->namens) { in delete_type_persistent()
2456 free(type->namens); in delete_type_persistent()
2535 if (attr->namens) { in delete_attribute()
2536 efree(attr->namens); in delete_attribute()
2561 if (attr->namens) { in delete_attribute_persistent()
2562 free(attr->namens); in delete_attribute_persistent()