Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_sdl.h71 HashTable portTypes; /* array of xmlNodePtr */ member
H A Dphp_sdl.c423 …if (zend_hash_str_add_ptr(&ctx->portTypes, (char*)name->children->content, xmlStrlen(name->childre… in load_wsdl_ex()
749 zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0); in load_wsdl()
902 if ((tmp = zend_hash_str_find_ptr(&ctx.portTypes, ctype, strlen(ctype))) == NULL) { in load_wsdl()
1190 zend_hash_destroy(&ctx.portTypes); in load_wsdl()

Completed in 18 milliseconds