Lines Matching refs:zend_hash_str_find

805 		if ((tmp = zend_hash_str_find(ht, "soap_version", sizeof("soap_version")-1)) != NULL) {  in PHP_METHOD()
814 if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL && in PHP_METHOD()
821 if ((tmp = zend_hash_str_find(ht, "actor", sizeof("actor")-1)) != NULL && in PHP_METHOD()
826 if ((tmp = zend_hash_str_find(ht, "encoding", sizeof("encoding")-1)) != NULL && in PHP_METHOD()
838 if ((tmp = zend_hash_str_find(ht, "classmap", sizeof("classmap")-1)) != NULL && in PHP_METHOD()
843 if ((tmp = zend_hash_str_find(ht, "typemap", sizeof("typemap")-1)) != NULL && in PHP_METHOD()
849 if ((tmp = zend_hash_str_find(ht, "features", sizeof("features")-1)) != NULL && in PHP_METHOD()
854 if ((tmp = zend_hash_str_find(ht, "cache_wsdl", sizeof("cache_wsdl")-1)) != NULL && in PHP_METHOD()
859 if ((tmp = zend_hash_str_find(ht, "send_errors", sizeof("send_errors")-1)) != NULL) { in PHP_METHOD()
1242 …(encoding = zend_hash_str_find(Z_ARRVAL_P(server_vars), "HTTP_CONTENT_ENCODING", sizeof("HTTP_CONT…
1352 …(tmp_soap_p = zend_hash_str_find(Z_ARRVAL_P(session_vars), "_bogus_session_name", sizeof("_bogus_s…
1683 …(agent_name = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT",…
1887 if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL &&
1894 if ((tmp = zend_hash_str_find(ht, "style", sizeof("style")-1)) != NULL &&
1900 if ((tmp = zend_hash_str_find(ht, "use", sizeof("use")-1)) != NULL &&
1907 if ((tmp = zend_hash_str_find(ht, "stream_context", sizeof("stream_context")-1)) != NULL &&
1915 if ((tmp = zend_hash_str_find(ht, "location", sizeof("location")-1)) != NULL &&
1922 if ((tmp = zend_hash_str_find(ht, "soap_version", sizeof("soap_version")-1)) != NULL) {
1928 if ((tmp = zend_hash_str_find(ht, "login", sizeof("login")-1)) != NULL &&
1931 if ((tmp = zend_hash_str_find(ht, "password", sizeof("password")-1)) != NULL &&
1935 if ((tmp = zend_hash_str_find(ht, "authentication", sizeof("authentication")-1)) != NULL &&
1941 if ((tmp = zend_hash_str_find(ht, "proxy_host", sizeof("proxy_host")-1)) != NULL &&
1944 if ((tmp = zend_hash_str_find(ht, "proxy_port", sizeof("proxy_port")-1)) != NULL) {
1951 if ((tmp = zend_hash_str_find(ht, "proxy_login", sizeof("proxy_login")-1)) != NULL &&
1954 if ((tmp = zend_hash_str_find(ht, "proxy_password", sizeof("proxy_password")-1)) != NULL &&
1960 if ((tmp = zend_hash_str_find(ht, "local_cert", sizeof("local_cert")-1)) != NULL &&
1966 if ((tmp = zend_hash_str_find(ht, "passphrase", sizeof("passphrase")-1)) != NULL &&
1977 if ((tmp = zend_hash_str_find(ht, "exceptions", sizeof("exceptions")-1)) != NULL &&
1983 if ((tmp = zend_hash_str_find(ht, "compression", sizeof("compression")-1)) != NULL &&
1992 if ((tmp = zend_hash_str_find(ht, "encoding", sizeof("encoding")-1)) != NULL &&
2004 if ((tmp = zend_hash_str_find(ht, "classmap", sizeof("classmap")-1)) != NULL &&
2009 if ((tmp = zend_hash_str_find(ht, "typemap", sizeof("typemap")-1)) != NULL &&
2015 if ((tmp = zend_hash_str_find(ht, "features", sizeof("features")-1)) != NULL &&
2020 …if ((tmp = zend_hash_str_find(ht, "connection_timeout", sizeof("connection_timeout")-1)) != NULL) {
2031 if ((tmp = zend_hash_str_find(ht, "cache_wsdl", sizeof("cache_wsdl")-1)) != NULL &&
2036 if ((tmp = zend_hash_str_find(ht, "user_agent", sizeof("user_agent")-1)) != NULL &&
2041 if ((tmp = zend_hash_str_find(ht, "keep_alive", sizeof("keep_alive")-1)) != NULL &&
2047 if ((tmp = zend_hash_str_find(ht, "ssl_method", sizeof("ssl_method")-1)) != NULL &&
2414 if ((tmp = zend_hash_str_find(hto, "location", sizeof("location")-1)) != NULL &&
2419 if ((tmp = zend_hash_str_find(hto, "soapaction", sizeof("soapaction")-1)) != NULL &&
2424 if ((tmp = zend_hash_str_find(hto, "uri", sizeof("uri")-1)) != NULL &&
3562 …(tmp = zend_hash_str_find(Z_OBJPROP_P(detail), sparam->element->name, strlen(sparam->element->name…