Lines Matching refs:namens

322 			newType->namens = estrdup((char*)ns->children->content);  in schema_simpleType()
325 newType->namens = estrdup(cur_type->namens); in schema_simpleType()
336 cur_type->encode->details.ns = estrdup(newType->namens); in schema_simpleType()
352 newType->namens = estrdup((char*)ns->children->content); in schema_simpleType()
427 newType->namens = estrdup((char*)nsptr->href); in schema_list()
465 newType->namens = estrdup((char*)tns->children->content); in schema_list()
523 newType->namens = estrdup((char*)nsptr->href); in schema_union()
562 newType->namens = estrdup((char*)tns->children->content); in schema_union()
1377 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1380 newType->namens = estrdup(cur_type->namens); in schema_complexType()
1391 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
1407 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1518 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1538 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1549 smart_str_appends(&key, newType->namens); in schema_element()
1750 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1776 newAttr->namens = estrdup((char*)ns->children->content); in schema_attribute()
1933 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1970 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
1972 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
2093 if (tmp->namens != NULL && attr->namens == NULL) { in schema_attribute_fixup()
2094 attr->namens = estrdup(tmp->namens); in schema_attribute_fixup()
2151 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
2373 if (type->namens) { in delete_type()
2374 efree(type->namens); in delete_type()
2422 if (type->namens) { in delete_type_persistent()
2423 free(type->namens); in delete_type_persistent()
2502 if (attr->namens) { in delete_attribute()
2503 efree(attr->namens); in delete_attribute()
2528 if (attr->namens) { in delete_attribute_persistent()
2529 free(attr->namens); in delete_attribute_persistent()