Searched refs:tmp_attr (Results 1 – 1 of 1) sorted by relevance
2136 sdlAttributePtr tmp_attr; in schema_attributegroup_fixup() local2144 while ((tmp_attr = zend_hash_get_current_data_ptr(tmp->attributes)) != NULL) { in schema_attributegroup_fixup()2149 schema_attribute_fixup(ctx, tmp_attr); in schema_attributegroup_fixup()2152 memcpy(newAttr, tmp_attr, sizeof(sdlAttribute)); in schema_attributegroup_fixup()2171 schema_attributegroup_fixup(ctx, tmp_attr, ht); in schema_attributegroup_fixup()
Completed in 10 milliseconds