Searched refs:new_attr (Results 1 – 1 of 1) sorted by relevance
2072 sdlExtraAttributePtr new_attr; in copy_extra_attribute() local2074 new_attr = emalloc(sizeof(sdlExtraAttribute)); in copy_extra_attribute()2075 memcpy(new_attr, Z_PTR_P(zv), sizeof(sdlExtraAttribute)); in copy_extra_attribute()2076 Z_PTR_P(zv) = new_attr; in copy_extra_attribute()2077 if (new_attr->ns) { in copy_extra_attribute()2078 new_attr->ns = estrdup(new_attr->ns); in copy_extra_attribute()2080 if (new_attr->val) { in copy_extra_attribute()2081 new_attr->val = estrdup(new_attr->val); in copy_extra_attribute()
Completed in 12 milliseconds