Lines Matching refs:estrdup

76 	enc->details.ns = estrdup((char*)ns);  in create_encoder()
77 enc->details.type_str = estrdup((char*)type); in create_encoder()
324 newType->name = estrdup((char*)name->children->content); in schema_simpleType()
325 newType->namens = estrdup((char*)ns->children->content); in schema_simpleType()
327 newType->name = estrdup(cur_type->name); 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()
340 cur_type->encode->details.type_str = estrdup(newType->name); in schema_simpleType()
354 newType->name = estrdup((char*)name->children->content); in schema_simpleType()
355 newType->namens = estrdup((char*)ns->children->content); in schema_simpleType()
429 newType->name = estrdup(type); in schema_list()
430 newType->namens = estrdup((char*)nsptr->href); in schema_list()
467 newType->namens = estrdup((char*)tns->children->content); in schema_list()
504 str = estrdup((char*)memberTypes->children->content); in schema_union()
524 newType->name = estrdup(type); in schema_union()
525 newType->namens = estrdup((char*)nsptr->href); in schema_union()
563 newType->namens = estrdup((char*)tns->children->content); in schema_union()
853 (*valptr)->value = estrdup((char*)value->children->content); in schema_restriction_var_char()
1091 newModel->u.group_ref = estrdup(key.c); in schema_group()
1369 newType->name = estrdup((char*)name->children->content); in schema_complexType()
1370 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1372 newType->name = estrdup(cur_type->name); 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()
1385 cur_type->encode->details.type_str = estrdup(newType->name); in schema_complexType()
1399 newType->name = estrdup((char*)name->children->content); in schema_complexType()
1400 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1511 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1515 newType->name = estrdup(type); in schema_element()
1519 newType->ref = estrdup(nscat.c); in schema_element()
1522 newType->name = estrdup((char*)name->children->content); in schema_element()
1523 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1594 cur_type->fixed = estrdup((char*)attr->children->content); in schema_element()
1604 cur_type->def = estrdup((char*)attr->children->content); in schema_element()
1737 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1742 newAttr->ref = estrdup(key.c); in schema_attribute()
1755 newAttr->namens = estrdup((char*)ns->children->content); in schema_attribute()
1800 newAttr->def = estrdup((char*)attr->children->content); in schema_attribute()
1802 newAttr->fixed = estrdup((char*)attr->children->content); in schema_attribute()
1814 newAttr->name = estrdup((char*)attr->children->content); in schema_attribute()
1843 ext->ns = estrdup((char*)nsptr->href); in schema_attribute()
1844 ext->val = estrdup(value); in schema_attribute()
1846 ext->val = estrdup((char*)attr->children->content); in schema_attribute()
1908 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1943 newType->name = estrdup((char*)name->children->content); in schema_attributeGroup()
1944 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
1977 newAttr->ref = estrdup(key.c); in schema_attributeGroup()
2032 new_attr->ns = estrdup(new_attr->ns); in copy_extra_attribute()
2035 new_attr->val = estrdup(new_attr->val); in copy_extra_attribute()
2048 attr->name = estrdup((*tmp)->name); in schema_attribute_fixup()
2051 attr->namens = estrdup((*tmp)->namens); in schema_attribute_fixup()
2054 attr->def = estrdup((*tmp)->def); in schema_attribute_fixup()
2057 attr->fixed = estrdup((*tmp)->fixed); in schema_attribute_fixup()
2078 attr->name = estrdup(name+1); in schema_attribute_fixup()
2080 attr->name = estrdup(attr->ref); in schema_attribute_fixup()
2108 if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} in schema_attributegroup_fixup()
2109 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2110 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
2111 if (newAttr->name) {newAttr->name = estrdup(newAttr->name);} in schema_attributegroup_fixup()
2203 type->fixed = estrdup((*tmp)->fixed); in schema_type_fixup()
2206 type->def = estrdup((*tmp)->def); in schema_type_fixup()