docs 100 ext/soap/php_schema.c !zend_hash_exists(&ctx->docs, (char*)location, xmlStrlen(location)+1)) { docs 138 ext/soap/php_schema.c zend_hash_add(&ctx->docs, (char*)location, xmlStrlen(location)+1, (void**)&doc, sizeof(xmlDocPtr), NULL); docs 328 ext/soap/php_sdl.c if (zend_hash_exists(&ctx->docs, struri, strlen(struri)+1)) { docs 346 ext/soap/php_sdl.c zend_hash_add(&ctx->docs, struri, strlen(struri)+1, (void**)&wsdl, sizeof(xmlDocPtr), NULL); docs 742 ext/soap/php_sdl.c zend_hash_init(&ctx.docs, 0, NULL, delete_document, 0); docs 1180 ext/soap/php_sdl.c zend_hash_destroy(&ctx.docs); docs 70 ext/soap/php_sdl.h HashTable docs; /* array of xmlDocPtr */