Lines Matching refs:estrdup

75 	enc->details.ns = estrdup((char*)ns);  in create_encoder()
76 enc->details.type_str = estrdup((char*)type); in create_encoder()
323 newType->name = estrdup((char*)name->children->content); in schema_simpleType()
324 newType->namens = estrdup((char*)ns->children->content); in schema_simpleType()
326 newType->name = estrdup(cur_type->name); in schema_simpleType()
327 newType->namens = estrdup(cur_type->namens); in schema_simpleType()
338 cur_type->encode->details.ns = estrdup(newType->namens); in schema_simpleType()
339 cur_type->encode->details.type_str = estrdup(newType->name); in schema_simpleType()
353 newType->name = estrdup((char*)name->children->content); in schema_simpleType()
354 newType->namens = estrdup((char*)ns->children->content); in schema_simpleType()
428 newType->name = estrdup(type); in schema_list()
429 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()
564 newType->namens = estrdup((char*)tns->children->content); in schema_union()
854 (*valptr)->value = estrdup((char*)value->children->content); in schema_restriction_var_char()
1378 newType->name = estrdup((char*)name->children->content); in schema_complexType()
1379 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1381 newType->name = estrdup(cur_type->name); in schema_complexType()
1382 newType->namens = estrdup(cur_type->namens); in schema_complexType()
1393 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
1394 cur_type->encode->details.type_str = estrdup(newType->name); in schema_complexType()
1408 newType->name = estrdup((char*)name->children->content); in schema_complexType()
1409 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1520 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1532 newType->name = estrdup(type); in schema_element()
1539 newType->name = estrdup((char*)name->children->content); in schema_element()
1540 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1611 cur_type->fixed = estrdup((char*)attr->children->content); in schema_element()
1619 cur_type->def = estrdup((char*)attr->children->content); in schema_element()
1752 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1778 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()
1935 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1971 newType->name = estrdup((char*)name->children->content); in schema_attributeGroup()
1972 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
2059 new_attr->ns = estrdup(new_attr->ns); in copy_extra_attribute()
2062 new_attr->val = estrdup(new_attr->val); in copy_extra_attribute()
2093 attr->name = estrdup(tmp->name); in schema_attribute_fixup()
2096 attr->namens = estrdup(tmp->namens); in schema_attribute_fixup()
2099 attr->def = estrdup(tmp->def); in schema_attribute_fixup()
2102 attr->fixed = estrdup(tmp->fixed); in schema_attribute_fixup()
2121 attr->name = estrdup(name+1); in schema_attribute_fixup()
2123 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()
2241 type->fixed = estrdup(tmp->fixed); in schema_type_fixup()
2244 type->def = estrdup(tmp->def); in schema_type_fixup()