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()
1099 newModel->u.group_ref = estrdup(key.c); in schema_group()
1377 newType->name = estrdup((char*)name->children->content); in schema_complexType()
1378 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1380 newType->name = estrdup(cur_type->name); 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()
1393 cur_type->encode->details.type_str = estrdup(newType->name); in schema_complexType()
1407 newType->name = estrdup((char*)name->children->content); in schema_complexType()
1408 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1519 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1531 newType->name = estrdup(type); in schema_element()
1535 newType->ref = estrdup(nscat.c); in schema_element()
1538 newType->name = estrdup((char*)name->children->content); in schema_element()
1539 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1610 cur_type->fixed = estrdup((char*)attr->children->content); in schema_element()
1620 cur_type->def = estrdup((char*)attr->children->content); in schema_element()
1753 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1766 newAttr->ref = estrdup(key.c); in schema_attribute()
1779 newAttr->namens = estrdup((char*)ns->children->content); in schema_attribute()
1824 newAttr->def = estrdup((char*)attr->children->content); in schema_attribute()
1826 newAttr->fixed = estrdup((char*)attr->children->content); in schema_attribute()
1838 newAttr->name = estrdup((char*)attr->children->content); in schema_attribute()
1867 ext->ns = estrdup((char*)nsptr->href); in schema_attribute()
1868 ext->val = estrdup(value); in schema_attribute()
1870 ext->val = estrdup((char*)attr->children->content); in schema_attribute()
1932 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1967 newType->name = estrdup((char*)name->children->content); in schema_attributeGroup()
1968 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
2001 newAttr->ref = estrdup(key.c); in schema_attributeGroup()
2056 new_attr->ns = estrdup(new_attr->ns); in copy_extra_attribute()
2059 new_attr->val = estrdup(new_attr->val); in copy_extra_attribute()
2090 attr->name = estrdup((*tmp)->name); in schema_attribute_fixup()
2093 attr->namens = estrdup((*tmp)->namens); in schema_attribute_fixup()
2096 attr->def = estrdup((*tmp)->def); in schema_attribute_fixup()
2099 attr->fixed = estrdup((*tmp)->fixed); in schema_attribute_fixup()
2120 attr->name = estrdup(name+1); in schema_attribute_fixup()
2122 attr->name = estrdup(attr->ref); in schema_attribute_fixup()
2151 if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} in schema_attributegroup_fixup()
2152 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2153 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
2154 if (newAttr->name) {newAttr->name = estrdup(newAttr->name);} in schema_attributegroup_fixup()
2247 type->fixed = estrdup((*tmp)->fixed); in schema_type_fixup()
2250 type->def = estrdup((*tmp)->def); in schema_type_fixup()