portTypes 416 ext/soap/php_sdl.c if (zend_hash_add(&ctx->portTypes, (char*)name->children->content, xmlStrlen(name->children->content)+1,&trav, sizeof(xmlNodePtr), NULL) != SUCCESS) { portTypes 745 ext/soap/php_sdl.c zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0); portTypes 898 ext/soap/php_sdl.c if (zend_hash_find(&ctx.portTypes, ctype, strlen(ctype)+1, (void**)&tmp) != SUCCESS) { portTypes 1178 ext/soap/php_sdl.c zend_hash_destroy(&ctx.portTypes); portTypes 74 ext/soap/php_sdl.h HashTable portTypes; /* array of xmlNodePtr */