Lines Matching refs:namens

325 			newType->namens = estrdup((char*)ns->children->content);  in schema_simpleType()
328 newType->namens = estrdup(cur_type->namens); in schema_simpleType()
339 cur_type->encode->details.ns = estrdup(newType->namens); in schema_simpleType()
355 newType->namens = estrdup((char*)ns->children->content); in schema_simpleType()
430 newType->namens = estrdup((char*)nsptr->href); in schema_list()
468 newType->namens = estrdup((char*)tns->children->content); in schema_list()
526 newType->namens = estrdup((char*)nsptr->href); in schema_union()
565 newType->namens = estrdup((char*)tns->children->content); in schema_union()
1380 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1383 newType->namens = estrdup(cur_type->namens); in schema_complexType()
1394 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
1410 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1521 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1541 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1552 smart_str_appends(&key, newType->namens); in schema_element()
1755 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1781 newAttr->namens = estrdup((char*)ns->children->content); in schema_attribute()
1937 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1974 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
1976 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
2097 if (tmp->namens != NULL && attr->namens == NULL) { in schema_attribute_fixup()
2098 attr->namens = estrdup(tmp->namens); in schema_attribute_fixup()
2155 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
2377 if (type->namens) { in delete_type()
2378 efree(type->namens); in delete_type()
2426 if (type->namens) { in delete_type_persistent()
2427 free(type->namens); in delete_type_persistent()
2506 if (attr->namens) { in delete_attribute()
2507 efree(attr->namens); in delete_attribute()
2532 if (attr->namens) { in delete_attribute_persistent()
2533 free(attr->namens); in delete_attribute_persistent()