Lines Matching refs:ht
1003 static HashTable* soap_create_typemap(sdlPtr sdl, HashTable *ht) /* {{{ */ in soap_create_typemap() argument
1009 ZEND_HASH_FOREACH_VAL(ht, tmp) { in soap_create_typemap()
1135 HashTable *ht = Z_ARRVAL_P(options); in PHP_METHOD() local
1138 if ((tmp = zend_hash_str_find(ht, "soap_version", sizeof("soap_version")-1)) != NULL) { in PHP_METHOD()
1147 if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL && in PHP_METHOD()
1154 if ((tmp = zend_hash_str_find(ht, "actor", sizeof("actor")-1)) != NULL && in PHP_METHOD()
1159 if ((tmp = zend_hash_str_find(ht, "encoding", sizeof("encoding")-1)) != NULL && in PHP_METHOD()
1171 if ((tmp = zend_hash_str_find(ht, "classmap", sizeof("classmap")-1)) != NULL && in PHP_METHOD()
1176 if ((tmp = zend_hash_str_find(ht, "typemap", sizeof("typemap")-1)) != NULL && in PHP_METHOD()
1182 if ((tmp = zend_hash_str_find(ht, "features", sizeof("features")-1)) != NULL && in PHP_METHOD()
1187 if ((tmp = zend_hash_str_find(ht, "cache_wsdl", sizeof("cache_wsdl")-1)) != NULL && in PHP_METHOD()
1192 if ((tmp = zend_hash_str_find(ht, "send_errors", sizeof("send_errors")-1)) != NULL) { in PHP_METHOD()
2287 HashTable *ht = Z_ARRVAL_P(options); local
2292 if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL &&
2299 if ((tmp = zend_hash_str_find(ht, "style", sizeof("style")-1)) != NULL &&
2305 if ((tmp = zend_hash_str_find(ht, "use", sizeof("use")-1)) != NULL &&
2312 if ((tmp = zend_hash_str_find(ht, "stream_context", sizeof("stream_context")-1)) != NULL &&
2320 if ((tmp = zend_hash_str_find(ht, "location", sizeof("location")-1)) != NULL &&
2327 if ((tmp = zend_hash_str_find(ht, "soap_version", sizeof("soap_version")-1)) != NULL) {
2333 if ((tmp = zend_hash_str_find(ht, "login", sizeof("login")-1)) != NULL &&
2336 if ((tmp = zend_hash_str_find(ht, "password", sizeof("password")-1)) != NULL &&
2340 if ((tmp = zend_hash_str_find(ht, "authentication", sizeof("authentication")-1)) != NULL &&
2346 if ((tmp = zend_hash_str_find(ht, "proxy_host", sizeof("proxy_host")-1)) != NULL &&
2349 if ((tmp = zend_hash_str_find(ht, "proxy_port", sizeof("proxy_port")-1)) != NULL) {
2356 if ((tmp = zend_hash_str_find(ht, "proxy_login", sizeof("proxy_login")-1)) != NULL &&
2359 if ((tmp = zend_hash_str_find(ht, "proxy_password", sizeof("proxy_password")-1)) != NULL &&
2365 if ((tmp = zend_hash_str_find(ht, "local_cert", sizeof("local_cert")-1)) != NULL &&
2371 if ((tmp = zend_hash_str_find(ht, "passphrase", sizeof("passphrase")-1)) != NULL &&
2376 if ((tmp = zend_hash_str_find(ht, "trace", sizeof("trace")-1)) != NULL &&
2382 if ((tmp = zend_hash_str_find(ht, "exceptions", sizeof("exceptions")-1)) != NULL &&
2388 if ((tmp = zend_hash_str_find(ht, "compression", sizeof("compression")-1)) != NULL &&
2397 if ((tmp = zend_hash_str_find(ht, "encoding", sizeof("encoding")-1)) != NULL &&
2409 if ((tmp = zend_hash_str_find(ht, "classmap", sizeof("classmap")-1)) != NULL &&
2414 if ((tmp = zend_hash_str_find(ht, "typemap", sizeof("typemap")-1)) != NULL &&
2420 if ((tmp = zend_hash_str_find(ht, "features", sizeof("features")-1)) != NULL &&
2425 …if ((tmp = zend_hash_str_find(ht, "connection_timeout", sizeof("connection_timeout")-1)) != NULL) {
2439 if ((tmp = zend_hash_str_find(ht, "cache_wsdl", sizeof("cache_wsdl")-1)) != NULL &&
2444 if ((tmp = zend_hash_str_find(ht, "user_agent", sizeof("user_agent")-1)) != NULL &&
2449 if ((tmp = zend_hash_str_find(ht, "keep_alive", sizeof("keep_alive")-1)) != NULL &&
2455 if ((tmp = zend_hash_str_find(ht, "ssl_method", sizeof("ssl_method")-1)) != NULL &&
2792 static void verify_soap_headers_array(HashTable *ht) /* {{{ */ argument
2796 ZEND_HASH_FOREACH_VAL(ht, tmp) {
3663 static void set_soap_header_attributes(xmlNodePtr h, HashTable *ht, int version) /* {{{ */ argument
3667 if ((tmp = zend_hash_str_find(ht, "mustUnderstand", sizeof("mustUnderstand")-1)) != NULL &&
3675 if ((tmp = zend_hash_str_find(ht, "actor", sizeof("actor")-1)) != NULL) {
3851 HashTable* ht = Z_OBJPROP_P(hdr_ret); local
3855 if ((tmp = zend_hash_str_find(ht, "namespace", sizeof("namespace")-1)) != NULL &&
3861 if ((tmp = zend_hash_str_find(ht, "name", sizeof("name")-1)) != NULL &&
3873 if ((tmp = zend_hash_str_find(ht, "data", sizeof("data")-1)) != NULL) {
4064 HashTable *ht = NULL; local
4072 ht = Z_OBJPROP(h->retval);
4073 if ((tmp = zend_hash_str_find(ht, "namespace", sizeof("namespace")-1)) != NULL &&
4079 if ((tmp = zend_hash_str_find(ht, "name", sizeof("name")-1)) != NULL &&
4095 if ((tmp = zend_hash_str_find(ht, "data", sizeof("data")-1)) != NULL) {
4108 if (ht) {
4109 set_soap_header_attributes(xmlHdr, ht, version);
4120 if (ht) {
4121 set_soap_header_attributes(xmlHdr, ht, version);
4290 HashTable *ht; local
4297 ht = Z_OBJPROP_P(header);
4298 if ((name = zend_hash_str_find(ht, "name", sizeof("name")-1)) != NULL &&
4300 (ns = zend_hash_str_find(ht, "namespace", sizeof("namespace")-1)) != NULL &&
4325 if ((tmp = zend_hash_str_find(ht, "data", sizeof("data")-1)) != NULL) {
4334 set_soap_header_attributes(h, ht, version);
4430 HashTable *ht; local
4437 ht = function->requestParameters;
4439 ht = function->responseParameters;
4442 if (ht == NULL) {
4447 if ((tmp = zend_hash_str_find_ptr(ht, param_name, strlen(param_name))) != NULL) {
4450 ZEND_HASH_FOREACH_PTR(ht, tmp) {
4457 if ((tmp = zend_hash_index_find_ptr(ht, index)) != NULL) {
4859 HashTable *ht = (HashTable*)data; local
4860 zend_hash_destroy(ht);
4861 efree(ht);