portTypes         412 ext/soap/php_sdl.c 				if (zend_hash_str_add_ptr(&ctx->portTypes, (char*)name->children->content, xmlStrlen(name->children->content), trav) == NULL) {
portTypes         738 ext/soap/php_sdl.c 	zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0);
portTypes         890 ext/soap/php_sdl.c 				if ((tmp = zend_hash_str_find_ptr(&ctx.portTypes, ctype, strlen(ctype))) == NULL) {
portTypes        1170 ext/soap/php_sdl.c 	zend_hash_destroy(&ctx.portTypes);
portTypes          74 ext/soap/php_sdl.h 	HashTable  portTypes;        /* array of xmlNodePtr */