Home
last modified time | relevance | path

Searched refs:zend_hash_find (Results 1 – 25 of 141) sorted by last modified time

123456

/PHP-5.3/win32/
H A Dregistry.c252 if (zend_hash_find(PW32G(registry_directories), path, path_len+1, (void**)&pht) == SUCCESS) { in UpdateIniFromRegistry()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c703 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
H A Dfpm_php.c31 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) { in fpm_php_zend_ini_alter_master()
276 …if (zend_hash_find(&EG(symbol_table), table, strlen(table) + 1, (void **) &data) == SUCCESS && Z_T… in fpm_php_get_string_from_table()
H A Dfastcgi.c619 if (zend_hash_find(&fcgi_mgmt_vars, str_index, str_length, (void**) &value) != SUCCESS) { in fcgi_read_request()
1056 if (zend_hash_find(req->env, (char*)var, var_len+1, (void**)&val) == SUCCESS) {
/PHP-5.3/sapi/cli/
H A Dphp_cli.c1340 if (zend_hash_find(&module_registry, lcname, len+1, (void**)&module) == FAILURE) { in WinMain()
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c786 if (zend_hash_find(&fcgi_mgmt_vars, str_index, str_length, (void**) &value) != SUCCESS) { in fcgi_read_request()
1243 if (zend_hash_find(req->env, (char*)var, var_len+1, (void**)&val) == SUCCESS) {
H A Dcgi_main.c722 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
/PHP-5.3/sapi/apache2handler/
H A Dapache_config.c124 …if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry… in should_overwrite_per_dir_entry()
162 if (zend_hash_find(&n->config, str, str_len, (void **) &pe) == SUCCESS) { in merge_php_config()
177 if (zend_hash_find(&d->config, name, name_len, (void **) &pe) == SUCCESS) { in get_php_config()
/PHP-5.3/sapi/apache2filter/
H A Dapache_config.c140 if (zend_hash_find(&n->config, str, str_len, (void **) &pe) == SUCCESS) { in merge_php_config()
155 if (zend_hash_find(&d->config, name, name_len, (void **) &pe) == SUCCESS) { in get_php_config()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c414 …&& zend_hash_find(symbol_table, "SCRIPT_FILENAME", sizeof("SCRIPT_FILENAME"), (void **) &path_tran… in sapi_apache_register_server_variables()
801 …if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &new_per_dir_entry)… in should_overwrite_per_dir_entry()
H A Dphp_apache.c601 … if (zend_hash_find(Z_ARRVAL_P(first), string_key, string_key_len, (void **)&value) == FAILURE) { in add_header_to_table()
/PHP-5.3/sapi/apache/
H A Dmod_php5.c289 …&& zend_hash_find(symbol_table, "SCRIPT_FILENAME", sizeof("SCRIPT_FILENAME"), (void **) &path_tran… in sapi_apache_register_server_variables()
746 …if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry… in should_overwrite_per_dir_entry()
/PHP-5.3/main/streams/
H A Dfilter.c262 if (SUCCESS == zend_hash_find(filter_hash, (char*)filtername, n + 1, (void**)&factory)) { in php_stream_filter_create()
274 if (SUCCESS == zend_hash_find(filter_hash, wildname, strlen(wildname) + 1, (void**)&factory)) { in php_stream_filter_create()
H A Dstreams.c112 …if (zend_hash_find(&EG(persistent_list), (char*)persistent_id, strlen(persistent_id)+1, (void*) &l… in php_stream_from_persistent_id()
157 zend_hash_find(FG(wrapper_errors), (const char*)&wrapper, in php_get_wrapper_errors_list()
259 zend_hash_find(FG(wrapper_errors), (const char*)&wrapper, in php_stream_wrapper_log_error()
1713 if (FAILURE == zend_hash_find(wrapper_hash, (char*)tmp, n + 1, (void**)&wrapperpp)) {
1715 if (FAILURE == zend_hash_find(wrapper_hash, (char*)tmp, n + 1, (void**)&wrapperpp)) {
1781 if (zend_hash_find(wrapper_hash, "file", sizeof("file"), (void**)&wrapperpp) == SUCCESS) {
2159 …if (FAILURE == zend_hash_find(Z_ARRVAL_P(context->options), (char*)wrappername, strlen(wrappername…
2162 …return zend_hash_find(Z_ARRVAL_PP(wrapperhash), (char*)optionname, strlen(optionname)+1, (void**)o…
2176 …if (FAILURE == zend_hash_find(Z_ARRVAL_P(context->options), (char*)wrappername, strlen(wrappername…
2196 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(context->links), (char*)hostent, strlen(hostent)+1, (void…
H A Dtransports.c110 if (FAILURE == zend_hash_find(&xport_hash, (char*)tmp, n + 1, (void**)&factory)) { in _php_stream_xport_create()
H A Duserspace.c574 …if ((zend_hash_find(global_wrapper_hash, protocol, protocol_len + 1, (void**)&wrapperpp) == FAILUR… in PHP_FUNCTION()
858 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(array), #name, sizeof(#name), (void**)&elem)) { \ in statbuf_from_array()
/PHP-5.3/main/
H A Dphp_ini.c258 …if (zend_hash_find(active_hash, Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, (void **) &find_arr) == FA… in php_ini_parser_cb()
327 if (zend_hash_find(target_hash, key, key_len + 1, (void **) &entry) == FAILURE) { in php_ini_parser_cb()
846 if (zend_hash_find(&configuration_hash, path, strlen(path) + 1, (void **) &tmp2) == SUCCESS) { in php_ini_activate_per_dir_config()
872 if (zend_hash_find(&configuration_hash, host, host_len, (void **) &tmp) == SUCCESS) { in php_ini_activate_per_host_config()
885 if (zend_hash_find(&configuration_hash, name, name_length, (void **) &tmp) == SUCCESS) { in cfg_get_entry()
899 if (zend_hash_find(&configuration_hash, varname, strlen(varname) + 1, (void **) &tmp) == FAILURE) { in cfg_get_long()
917 if (zend_hash_find(&configuration_hash, varname, strlen(varname) + 1, (void **) &tmp) == FAILURE) { in cfg_get_double()
935 if (zend_hash_find(&configuration_hash, varname, strlen(varname)+1, (void **) &tmp) == FAILURE) { in cfg_get_string()
H A Dphp_logos.c78 …if(FAILURE==zend_hash_find(&phpinfo_logo_hash, (char *) logo_string, strlen(logo_string), (void **… in php_info_logos()
H A Dphp_variables.c650 …|| (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &… in php_autoglobal_merge()
806 if (zend_hash_find(&EG(symbol_table), "argc", sizeof("argc"), (void**)&argc) == SUCCESS && in php_auto_globals_create_server()
807 zend_hash_find(&EG(symbol_table), "argv", sizeof("argv"), (void**)&argv) == SUCCESS) { in php_auto_globals_create_server()
H A Dphp3_compat.h57 #define _php3_hash_find zend_hash_find
H A Dmain.c2081 if (zend_hash_find(&module_registry, "standard", sizeof("standard"), (void**)&module)==SUCCESS) { in php_module_startup()
2093 if (zend_hash_find(&module_registry, "core", sizeof("core"), (void**)&module)==SUCCESS) { in php_module_startup()
H A DSAPI.c164 if (zend_hash_find(&SG(known_post_content_types), content_type, in sapi_read_post_data()
/PHP-5.3/ext/zlib/
H A Dzlib_filter.c331zend_hash_find(HASH_OF(filterparams), "window", sizeof("window"), (void **) &tmpzval) == SUCCESS) { in php_zlib_filter_create()
366 …if (zend_hash_find(HASH_OF(filterparams), "memory", sizeof("memory"), (void**) &tmpzval) == SUCCES… in php_zlib_filter_create()
379 …if (zend_hash_find(HASH_OF(filterparams), "window", sizeof("window"), (void**) &tmpzval) == SUCCES… in php_zlib_filter_create()
392 …if (zend_hash_find(HASH_OF(filterparams), "level", sizeof("level"), (void**) &tmpzval) == SUCCESS)… in php_zlib_filter_create()
H A Dzlib.c1007 …|| zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "HTTP_ACCEPT_ENCODING", sizeof("H… in PHP_FUNCTION()
1116 …|| zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "HTTP_ACCEPT_ENCODING", sizeof("H… in php_enable_output_compression()
/PHP-5.3/ext/zip/
H A Dphp_zip.c361 …if (zend_hash_find(HASH_OF(options), "remove_all_path", sizeof("remove_all_path"), (void **)&optio… in php_zip_parse_options()
375 …if (zend_hash_find(HASH_OF(options), "remove_path", sizeof("remove_path"), (void **)&option) == SU… in php_zip_parse_options()
395 …if (zend_hash_find(HASH_OF(options), "add_path", sizeof("add_path"), (void **)&option) == SUCCESS)… in php_zip_parse_options()
902 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in php_zip_get_property_ptr_ptr()
938 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in php_zip_read_property()
980 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in php_zip_has_property()

Completed in 115 milliseconds

123456