Home
last modified time | relevance | path

Searched refs:attributeGroups (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/soap/
H A Dphp_sdl.h78 HashTable *attributeGroups; /* array of sdlTypesPtr */ member
H A Dphp_schema.c176 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()
2136 if (ctx->attributeGroups != NULL) { in schema_attributegroup_fixup()
2137 tmp = (sdlTypePtr*)schema_find_by_ref(ctx->attributeGroups, attr->ref); in schema_attributegroup_fixup()
2302 if (ctx->attributeGroups) { in schema_pass2()
2303 zend_hash_internal_pointer_reset(ctx->attributeGroups); in schema_pass2()
2306 zend_hash_move_forward(ctx->attributeGroups); in schema_pass2()
2334 if (ctx->attributeGroups) { in schema_pass2()
2335 zend_hash_destroy(ctx->attributeGroups); in schema_pass2()
[all …]

Completed in 16 milliseconds