Home
last modified time | relevance | path

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

/PHP-5.3/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()
2094 if (ctx->attributeGroups != NULL) { in schema_attributegroup_fixup()
2258 if (ctx->attributeGroups) { in schema_pass2()
2259 zend_hash_internal_pointer_reset(ctx->attributeGroups); in schema_pass2()
2260 while (zend_hash_get_current_data(ctx->attributeGroups,(void**)&type) == SUCCESS) { in schema_pass2()
2262 zend_hash_move_forward(ctx->attributeGroups); in schema_pass2()
2290 if (ctx->attributeGroups) { in schema_pass2()
2291 zend_hash_destroy(ctx->attributeGroups); in schema_pass2()
[all …]

Completed in 14 milliseconds