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()
467 newType->namens = estrdup((char*)tns->children->content); in schema_list()
525 newType->namens = estrdup((char*)nsptr->href); in schema_union()
563 newType->namens = estrdup((char*)tns->children->content); in schema_union()
1370 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1373 newType->namens = estrdup(cur_type->namens); in schema_complexType()
1384 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
1400 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1511 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1523 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1534 smart_str_appends(&key, newType->namens); in schema_element()
1737 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1755 newAttr->namens = estrdup((char*)ns->children->content); in schema_attribute()
1908 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1944 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
1946 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
2050 if ((*tmp)->namens != NULL && attr->namens == NULL) { in schema_attribute_fixup()
2051 attr->namens = estrdup((*tmp)->namens); in schema_attribute_fixup()
2110 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
2347 if (type->namens) { in delete_type()
2348 efree(type->namens); in delete_type()
2394 if (type->namens) { in delete_type_persistent()
2395 free(type->namens); in delete_type_persistent()
2474 if (attr->namens) { in delete_attribute()
2475 efree(attr->namens); in delete_attribute()
2500 if (attr->namens) { in delete_attribute_persistent()
2501 free(attr->namens); in delete_attribute_persistent()