Lines Matching refs:namens

343 			newType->namens = estrdup((char*)ns->children->content);  in schema_simpleType()
346 newType->namens = estrdup(cur_type->namens); in schema_simpleType()
357 cur_type->encode->details.ns = estrdup(newType->namens); in schema_simpleType()
373 newType->namens = estrdup((char*)ns->children->content); in schema_simpleType()
448 newType->namens = estrdup((char*)nsptr->href); in schema_list()
486 newType->namens = estrdup((char*)tns->children->content); in schema_list()
544 newType->namens = estrdup((char*)nsptr->href); in schema_union()
583 newType->namens = estrdup((char*)tns->children->content); in schema_union()
1398 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1401 newType->namens = estrdup(cur_type->namens); in schema_complexType()
1412 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
1428 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1539 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1559 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1570 smart_str_appends(&key, newType->namens); in schema_element()
1771 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1797 newAttr->namens = estrdup((char*)ns->children->content); in schema_attribute()
1954 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1991 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
1993 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
2114 if (tmp->namens != NULL && attr->namens == NULL) { in schema_attribute_fixup()
2115 attr->namens = estrdup(tmp->namens); in schema_attribute_fixup()
2172 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
2401 if (type->namens) { in delete_type()
2402 efree(type->namens); in delete_type()
2450 if (type->namens) { in delete_type_persistent()
2451 free(type->namens); in delete_type_persistent()
2530 if (attr->namens) { in delete_attribute()
2531 efree(attr->namens); in delete_attribute()
2556 if (attr->namens) { in delete_attribute_persistent()
2557 free(attr->namens); in delete_attribute_persistent()