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()
1378 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1381 newType->namens = estrdup(cur_type->namens); in schema_complexType()
1392 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
1408 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1519 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1539 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1550 smart_str_appends(&key, newType->namens); in schema_element()
1753 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1779 newAttr->namens = estrdup((char*)ns->children->content); in schema_attribute()
1932 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1968 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
1970 smart_str_appends(&key, newType->namens); in schema_attributeGroup()
2092 if ((*tmp)->namens != NULL && attr->namens == NULL) { in schema_attribute_fixup()
2093 attr->namens = estrdup((*tmp)->namens); in schema_attribute_fixup()
2153 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
2391 if (type->namens) { in delete_type()
2392 efree(type->namens); in delete_type()
2438 if (type->namens) { in delete_type_persistent()
2439 free(type->namens); in delete_type_persistent()
2518 if (attr->namens) { in delete_attribute()
2519 efree(attr->namens); in delete_attribute()
2544 if (attr->namens) { in delete_attribute_persistent()
2545 free(attr->namens); in delete_attribute_persistent()