Lines Matching refs:sdlAttributePtr
1730 sdlAttributePtr newAttr; in schema_attribute()
1795 …if (zend_hash_add(addHash, key.c, key.len + 1, &newAttr, sizeof(sdlAttributePtr), NULL) != SUCCESS… in schema_attribute()
1981 sdlAttributePtr newAttr; in schema_attributeGroup()
2006 zend_hash_next_index_insert(cur_type->attributes, &newAttr, sizeof(sdlAttributePtr), NULL); in schema_attributeGroup()
2080 static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) in schema_attribute_fixup()
2082 sdlAttributePtr *tmp; in schema_attribute_fixup()
2086 tmp = (sdlAttributePtr*)schema_find_by_ref(ctx->attributes, attr->ref); in schema_attribute_fixup()
2130 static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht) in schema_attributegroup_fixup()
2133 sdlAttributePtr *tmp_attr; in schema_attributegroup_fixup()
2145 sdlAttributePtr newAttr; in schema_attributegroup_fixup()
2164 zend_hash_add(ht, key, key_len, &newAttr, sizeof(sdlAttributePtr), NULL); in schema_attributegroup_fixup()
2235 sdlAttributePtr *attr; in schema_type_fixup()
2292 sdlAttributePtr *attr; in schema_pass2()
2507 sdlAttributePtr attr = *((sdlAttributePtr*)attribute); in delete_attribute()
2533 sdlAttributePtr attr = *((sdlAttributePtr*)attribute); in delete_attribute_persistent()