docs              100 ext/soap/php_schema.c 	    !zend_hash_str_exists(&ctx->docs, (char*)location, xmlStrlen(location))) {
docs              138 ext/soap/php_schema.c 		zend_hash_str_add_ptr(&ctx->docs, (char*)location, xmlStrlen(location), doc);
docs              324 ext/soap/php_sdl.c 	if (zend_hash_str_exists(&ctx->docs, struri, strlen(struri))) {
docs              342 ext/soap/php_sdl.c 	zend_hash_str_add_ptr(&ctx->docs, struri, strlen(struri), wsdl);
docs              735 ext/soap/php_sdl.c 	zend_hash_init(&ctx.docs, 0, NULL, delete_document, 0);
docs             1172 ext/soap/php_sdl.c 	zend_hash_destroy(&ctx.docs);
docs               70 ext/soap/php_sdl.h 	HashTable  docs;             /* array of xmlDocPtr */