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()
468 newType->namens = estrdup((char*)tns->children->content); in schema_list()
505 str = estrdup((char*)memberTypes->children->content); in schema_union()
525 newType->name = estrdup(type); in schema_union()
526 newType->namens = estrdup((char*)nsptr->href); in schema_union()
565 newType->namens = estrdup((char*)tns->children->content); in schema_union()
855 (*valptr)->value = estrdup((char*)value->children->content); in schema_restriction_var_char()
1379 newType->name = estrdup((char*)name->children->content); in schema_complexType()
1380 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1382 newType->name = estrdup(cur_type->name); in schema_complexType()
1383 newType->namens = estrdup(cur_type->namens); in schema_complexType()
1394 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
1395 cur_type->encode->details.type_str = estrdup(newType->name); in schema_complexType()
1409 newType->name = estrdup((char*)name->children->content); in schema_complexType()
1410 newType->namens = estrdup((char*)ns->children->content); in schema_complexType()
1521 newType->namens = estrdup((char*)nsptr->href); in schema_element()
1533 newType->name = estrdup(type); in schema_element()
1540 newType->name = estrdup((char*)name->children->content); in schema_element()
1541 newType->namens = estrdup((char*)ns->children->content); in schema_element()
1612 cur_type->fixed = estrdup((char*)attr->children->content); in schema_element()
1622 cur_type->def = estrdup((char*)attr->children->content); in schema_element()
1755 newAttr->namens = estrdup((char*)nsptr->href); in schema_attribute()
1781 newAttr->namens = estrdup((char*)ns->children->content); in schema_attribute()
1826 newAttr->def = estrdup((char*)attr->children->content); in schema_attribute()
1828 newAttr->fixed = estrdup((char*)attr->children->content); in schema_attribute()
1840 newAttr->name = estrdup((char*)attr->children->content); in schema_attribute()
1869 ext->ns = estrdup((char*)nsptr->href); in schema_attribute()
1870 ext->val = estrdup(value); in schema_attribute()
1872 ext->val = estrdup((char*)attr->children->content); in schema_attribute()
1937 dummy_type->namens = estrdup((char*)tns->children->content); in schema_attribute()
1973 newType->name = estrdup((char*)name->children->content); in schema_attributeGroup()
1974 newType->namens = estrdup((char*)ns->children->content); in schema_attributeGroup()
2061 new_attr->ns = estrdup(new_attr->ns); in copy_extra_attribute()
2064 new_attr->val = estrdup(new_attr->val); in copy_extra_attribute()
2095 attr->name = estrdup(tmp->name); in schema_attribute_fixup()
2098 attr->namens = estrdup(tmp->namens); in schema_attribute_fixup()
2101 attr->def = estrdup(tmp->def); in schema_attribute_fixup()
2104 attr->fixed = estrdup(tmp->fixed); in schema_attribute_fixup()
2123 attr->name = estrdup(name+1); in schema_attribute_fixup()
2125 attr->name = estrdup(attr->ref); in schema_attribute_fixup()
2153 if (newAttr->def) {newAttr->def = estrdup(newAttr->def);} in schema_attributegroup_fixup()
2154 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2155 if (newAttr->namens) {newAttr->namens = estrdup(newAttr->namens);} in schema_attributegroup_fixup()
2156 if (newAttr->name) {newAttr->name = estrdup(newAttr->name);} in schema_attributegroup_fixup()
2243 type->fixed = estrdup(tmp->fixed); in schema_type_fixup()
2246 type->def = estrdup(tmp->def); in schema_type_fixup()