Searched refs:attributeGroups (Results 1 – 2 of 2) sorted by relevance
78 HashTable *attributeGroups; /* array of sdlTypesPtr */ member
176 if (!ctx->attributeGroups) { in load_schema()177 ctx->attributeGroups = emalloc(sizeof(HashTable)); in load_schema()178 zend_hash_init(ctx->attributeGroups, 0, NULL, delete_type, 0); in load_schema()1981 if (zend_hash_add_ptr(ctx->attributeGroups, key.s, newType) == NULL) { in schema_attributeGroup()2139 if (ctx->attributeGroups != NULL) { in schema_attributegroup_fixup()2140 tmp = (sdlTypePtr)schema_find_by_ref(ctx->attributeGroups, attr->ref); in schema_attributegroup_fixup()2292 if (ctx->attributeGroups) { in schema_pass2()2293 ZEND_HASH_FOREACH_PTR(ctx->attributeGroups, type) { in schema_pass2()2316 if (ctx->attributeGroups) { in schema_pass2()2317 zend_hash_destroy(ctx->attributeGroups); in schema_pass2()[all …]
Completed in 19 milliseconds