Home
last modified time | relevance | path

Searched refs:zend_hash_find (Results 26 – 50 of 151) sorted by relevance

1234567

/PHP-5.5/ext/phar/
H A Dphar_object.c50 if (SUCCESS != zend_hash_find(mimes, ext, strlen(ext), (void **) &mime)) { in phar_file_type()
76 if (SUCCESS == zend_hash_find(_SERVER, "PATH_INFO", sizeof("PATH_INFO"), (void **) &stuff)) { in phar_mung_server_vars()
106 if (SUCCESS == zend_hash_find(_SERVER, "REQUEST_URI", sizeof("REQUEST_URI"), (void **) &stuff)) { in phar_mung_server_vars()
122 if (SUCCESS == zend_hash_find(_SERVER, "PHP_SELF", sizeof("PHP_SELF"), (void **) &stuff)) { in phar_mung_server_vars()
138 if (SUCCESS == zend_hash_find(_SERVER, "SCRIPT_NAME", sizeof("SCRIPT_NAME"), (void **) &stuff)) { in phar_mung_server_vars()
383 zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), fname, fname_len, (void **) &pphar); in phar_postprocess_ru_web()
386 zend_hash_find(&cached_phars, fname, fname_len, (void **) &pphar); in phar_postprocess_ru_web()
502 if (SUCCESS != zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), arch, arch_len, (void **)&pphar)) { in PHP_METHOD()
622 if (SUCCESS == zend_hash_find(_server, "PATH_INFO", sizeof("PATH_INFO"), (void**)&z_path_info) && in PHP_METHOD()
840 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(mimeoverride), ext, strlen(ext)+1, (void **) &val)) { in PHP_METHOD()
[all …]
H A Dfunc_interceptors.c656 if (SUCCESS == zend_hash_find(&(phar->manifest), entry + 1, entry_len - 1, (void **) &data)) { in phar_file_stat()
662 if (SUCCESS == zend_hash_find(&(phar->manifest), entry, entry_len, (void **) &data)) { in phar_file_stat()
700 if (SUCCESS == zend_hash_find(&(phar->manifest), entry + 1, entry_len - 1, (void **) &data)) { in phar_file_stat()
936 if (SUCCESS == zend_hash_find(&(phar->manifest), entry + 1, entry_len - 1, (void **) &etemp)) { in PharFileFunction()
944 if (SUCCESS == zend_hash_find(&(phar->manifest), entry, entry_len, (void **) &etemp)) { in PharFileFunction()
1003 if (SUCCESS == zend_hash_find(&(phar->manifest), entry + 1, entry_len - 1, (void **) &etemp)) { in PHAR_FUNC()
1011 if (SUCCESS == zend_hash_find(&(phar->manifest), entry, entry_len, (void **) &etemp)) { in PHAR_FUNC()
1058 if (SUCCESS == zend_hash_find(CG(function_table), #func, sizeof(#func), (void **)&orig)) { \
1095 …if (PHAR_G(orig_##func) && SUCCESS == zend_hash_find(CG(function_table), #func, sizeof(#func), (vo…
H A Dstream.c106 …request_init && PHAR_GLOBALS->phar_fname_map.arBuckets && FAILURE == zend_hash_find(&(PHAR_GLOBALS… in phar_parse_url()
211 …if (context && context->options && zend_hash_find(HASH_OF(context->options), "phar", sizeof("phar"… in phar_wrapper_open_url()
215 && zend_hash_find(pharcontext, "compress", sizeof("compress"), (void**)&pzoption) == SUCCESS in phar_wrapper_open_url()
222 if (zend_hash_find(pharcontext, "metadata", sizeof("metadata"), (void**)&pzoption) == SUCCESS) { in phar_wrapper_open_url()
618 if (SUCCESS == zend_hash_find(&phar->manifest, internal_file, internal_file_len, (void**)&entry)) { in phar_wrapper_stat()
651 if (SUCCESS != zend_hash_find(&phar->manifest, str_key, keylen, (void **) &entry)) { in phar_wrapper_stat()
671 …if (SUCCESS != zend_hash_find(&phar->manifest, internal_file, internal_file_len, (void**)&entry)) { in phar_wrapper_stat()
719 …if (FAILURE == zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), resource->host, host_len, (void **)… in phar_wrapper_unlink()
863 …if (SUCCESS == zend_hash_find(&(phar->manifest), resource_from->path+1, strlen(resource_from->path… in phar_wrapper_rename()
H A Dutil.c74 …if (SUCCESS == zend_hash_find(&(entry->phar->manifest), entry->link, strlen(entry->link), (void **… in phar_get_link_source()
75 SUCCESS == zend_hash_find(&(entry->phar->manifest), link, strlen(link), (void **)&link_entry)) { in phar_get_link_source()
331 zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), arch, arch_len, (void **) &pphar); in phar_find_in_include_path()
334 zend_hash_find(&cached_phars, arch, arch_len, (void **) &pphar); in phar_find_in_include_path()
934 …&& SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void**)&fd_ptr)) { in phar_resolve_alias()
993 …if (PHAR_G(last_phar)->alias_len && SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), PHA… in phar_get_archive()
1062 …if (fd->alias_len && SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), fd->alias, fd->ali… in phar_get_archive()
1272 if (SUCCESS == zend_hash_find(&phar->manifest, path, path_len, (void**)&entry)) { in phar_get_entry_info_dir()
1328 if (SUCCESS != zend_hash_find(&phar->manifest, str_key, keylen, (void **) &entry)) { in phar_get_entry_info_dir()
1380 if (SUCCESS != zend_hash_find(&phar->manifest, path, path_len, (void**)&entry)) { in phar_get_entry_info_dir()
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c80 if (SUCCESS == zend_hash_find(HASH_OF(server_params), in PHP_FUNCTION()
88 if (SUCCESS == zend_hash_find(HASH_OF(server_params), in PHP_FUNCTION()
95 if (SUCCESS == zend_hash_find(HASH_OF(server_params), in PHP_FUNCTION()
102 if (SUCCESS == zend_hash_find(HASH_OF(server_params), in PHP_FUNCTION()
109 if (SUCCESS == zend_hash_find(HASH_OF(server_params), in PHP_FUNCTION()
429 …if (obj->id_of_name_cache && SUCCESS == zend_hash_find(obj->id_of_name_cache, name, namelen, (void… in php_com_get_id_of_name()
H A Dcom_wrapper.c185 if (zend_hash_find(disp->name_to_dispid, name, namelen+1, (void**)&tmp) == FAILURE) { in disp_getidsofnames()
232 if (zend_hash_find(disp->name_to_dispid, name, namelen+1, (void**)&tmp) == SUCCESS) { in disp_getdispid()
483 if (zend_hash_find(disp->name_to_dispid, name, namelen, (void**)&tmp) == SUCCESS) in generate_dispids()
515 if (zend_hash_find(disp->name_to_dispid, name, namelen, (void**)&tmp) == SUCCESS) in generate_dispids()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_plugin.c160 …if (SUCCESS == zend_hash_find(&mysqlnd_registered_plugins, name, strlen(name) + 1, (void **) &plug… in _mysqlnd_plugin_find()
/PHP-5.5/ext/pdo/
H A Dpdo.c81 …if (zend_hash_find(CG(class_table), "runtimeexception", sizeof("RuntimeException"), (void **) &pce… in php_pdo_get_exception_base()
210 zend_hash_find(&pdo_driver_hash, (char*)name, namelen, (void**)&driver); in pdo_find_driver()
H A Dpdo_sql_parser.c526 if (zend_hash_find(params, plc->pos, plc->len, (void**) &param) == FAILURE) { in pdo_parse_params()
551 ret = zend_hash_find(params, plc->pos, plc->len, (void**) &param); in pdo_parse_params()
682 …if (!strcmp(name, "?") || zend_hash_find(stmt->bound_param_map, name, plc->len + 1, (void**) &p) =… in pdo_parse_params()
801 if((SUCCESS == zend_hash_find(params, s.tok, s.cur-s.tok,(void **)&param))
H A Dpdo_sql_parser.re168 if (zend_hash_find(params, plc->pos, plc->len, (void**) &param) == FAILURE) {
193 ret = zend_hash_find(params, plc->pos, plc->len, (void**) &param);
324 …if (!strcmp(name, "?") || zend_hash_find(stmt->bound_param_map, name, plc->len + 1, (void**) &p) =…
443 if((SUCCESS == zend_hash_find(params, s.tok, s.cur-s.tok,(void **)&param))
/PHP-5.5/ext/spl/
H A Dphp_spl.c77 found = zend_hash_find(EG(class_table), lc_name, len +1, (void **) &ce); in spl_find_ce_by_name()
585zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr… in PHP_FUNCTION()
618zend_hash_find(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &EG… in PHP_FUNCTION()
620zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &EG(autoload_… in PHP_FUNCTION()
690zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr… in PHP_FUNCTION()
715 …if (zend_hash_find(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME), (… in PHP_FUNCTION()
723zend_hash_find(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &fp… in PHP_FUNCTION()
H A Dspl_functions.c86 if (zend_hash_find(Z_ARRVAL_P(list), pce->name, len+1, (void*)&tmp) == FAILURE) { in spl_add_class_name()
H A Dspl_array.c230zend_hash_find(&class_type->function_table, "offsetget", sizeof("offsetget"), (void **) &int… in spl_array_object_new_ex()
234zend_hash_find(&class_type->function_table, "offsetset", sizeof("offsetset"), (void **) &int… in spl_array_object_new_ex()
238zend_hash_find(&class_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &int… in spl_array_object_new_ex()
242zend_hash_find(&class_type->function_table, "offsetunset", sizeof("offsetunset"), (void **) &int… in spl_array_object_new_ex()
246zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &int… in spl_array_object_new_ex()
255zend_hash_find(&class_type->function_table, "rewind", sizeof("rewind"), (void **) &class_type->i… in spl_array_object_new_ex()
256zend_hash_find(&class_type->function_table, "valid", sizeof("valid"), (void **) &class_type->i… in spl_array_object_new_ex()
257zend_hash_find(&class_type->function_table, "key", sizeof("key"), (void **) &class_type->i… in spl_array_object_new_ex()
258zend_hash_find(&class_type->function_table, "current", sizeof("current"), (void **) &class_type->i… in spl_array_object_new_ex()
259zend_hash_find(&class_type->function_table, "next", sizeof("next"), (void **) &class_type->i… in spl_array_object_new_ex()
H A Dspl_dllist.c431zend_hash_find(&class_type->function_table, "offsetget", sizeof("offsetget"), (void **) &int… in spl_dllist_object_new_ex()
435zend_hash_find(&class_type->function_table, "offsetset", sizeof("offsetset"), (void **) &int… in spl_dllist_object_new_ex()
439zend_hash_find(&class_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &int… in spl_dllist_object_new_ex()
443zend_hash_find(&class_type->function_table, "offsetunset", sizeof("offsetunset"), (void **) &int… in spl_dllist_object_new_ex()
447zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &int… in spl_dllist_object_new_ex()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c92 if (zend_hash_find(sdl->elements, nscat, len + 1, (void **)&sdl_type) == SUCCESS) { in get_element()
172 if (zend_hash_find(&SOAP_GLOBAL(defEnc), (char*)nscat, len + 1, (void **)&enc) == SUCCESS) { in get_encoder_ex()
208 zend_hash_find(sdl->bindings, key.c, key.len, (void **)&binding); in get_binding_from_name()
467 if (zend_hash_find(&ctx->messages, ctype, strlen(ctype)+1, (void**)&message) != SUCCESS) { in wsdl_soap_binding_header()
676 if (zend_hash_find(&ctx->messages, ctype, strlen(ctype)+1, (void**)&tmp) != SUCCESS) { in wsdl_message()
843 if (zend_hash_find(&ctx.bindings, ctype, strlen(ctype)+1, (void*)&tmp) != SUCCESS) { in load_wsdl()
898 if (zend_hash_find(&ctx.portTypes, ctype, strlen(ctype)+1, (void**)&tmp) != SUCCESS) { in load_wsdl()
2431 if (zend_hash_find(ptr_map, (char *)enc, sizeof(encodePtr), (void**)&tmp) == SUCCESS) { in make_persistent_sdl_encoder_ref()
3127 if (zend_hash_find(&ptr_map, (char*)tmp, sizeof(*tmp), (void**)&preq) == FAILURE) { in make_persistent_sdl()
3215 if (SUCCESS == zend_hash_find(SOAP_GLOBAL(mem_cache), uri, uri_len+1, (void*)&p)) { in get_sdl()
[all …]
H A Dphp_packet_soap.c355 …if (zend_hash_find(Z_ARRVAL_P(return_value), (char*)val->name, strlen((char*)val->name)+1, (void**… in parse_packet_soap()
412 if (zend_hash_find(hdrs, key.c, key.len+1, (void**)&hdr) == SUCCESS) { in parse_packet_soap()
/PHP-5.5/ext/standard/
H A Dincomplete_class.c147 …if (zend_hash_find(object_properties, MAGIC_MEMBER, sizeof(MAGIC_MEMBER), (void **) &val) == SUCCE… in php_lookup_class_name()
H A Dinfo.c204 if (zend_hash_find(&EG(symbol_table), name, name_length+1, (void **) &data)!=FAILURE in php_print_gpcse_array()
1109 …if (zend_hash_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF"), (void **) &data) != FAILURE … in php_print_info()
1112 …if (zend_hash_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE"), (void **) &data) !… in php_print_info()
1115 …if (zend_hash_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER"), (void **) &data) !… in php_print_info()
1118 …if (zend_hash_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW"), (void **) &data) != FA… in php_print_info()
H A Dvar.c562 if (var_old && zend_hash_find(var_hash, p, len, var_old) == SUCCESS) { in php_add_var_hash()
667 if (zend_hash_find(propers, Z_STRVAL_PP(name), Z_STRLEN_PP(name) + 1, (void *) &d) == SUCCESS) { in php_var_serialize_class()
679 if (zend_hash_find(propers, priv_name, prop_name_length + 1, (void *) &d) == SUCCESS) { in php_var_serialize_class()
687 if (zend_hash_find(propers, prot_name, prop_name_length + 1, (void *) &d) == SUCCESS) { in php_var_serialize_class()
H A Durl.c730 …if (zend_hash_find(HASH_OF(stream->wrapperdata), "headers", sizeof("headers"), (void **)&h) != FAI…
735 zend_hash_find(HASH_OF(stream->wrapperdata), "headers", sizeof("headers"), (void **)&h);
762 …if (zend_hash_find(HASH_OF(return_value), Z_STRVAL_PP(hdr), (p - Z_STRVAL_PP(hdr) + 1), (void **) …
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c73 if (zend_hash_find(hash_arr, key_name, strlen(key_name) + 1, in internal_get_arr_ele()
/PHP-5.5/ext/simplexml/
H A Dsxe.c193 …if (zend_hash_find(CG(class_table), "simplexmlelement", sizeof("SimpleXMLElement"), (void **) &pce… in PHP_MINIT_FUNCTION()
/PHP-5.5/main/streams/
H A Dstreams.c121 …if (zend_hash_find(&EG(persistent_list), (char*)persistent_id, strlen(persistent_id)+1, (void*) &l… in php_stream_from_persistent_id()
166 zend_hash_find(FG(wrapper_errors), (const char*)&wrapper, in php_get_wrapper_errors_list()
268 zend_hash_find(FG(wrapper_errors), (const char*)&wrapper, in php_stream_wrapper_log_error()
1787 if (FAILURE == zend_hash_find(wrapper_hash, (char*)tmp, n + 1, (void**)&wrapperpp)) {
1789 if (FAILURE == zend_hash_find(wrapper_hash, (char*)tmp, n + 1, (void**)&wrapperpp)) {
1855 if (zend_hash_find(wrapper_hash, "file", sizeof("file"), (void**)&wrapperpp) == SUCCESS) {
2232 …if (FAILURE == zend_hash_find(Z_ARRVAL_P(context->options), (char*)wrappername, strlen(wrappername…
2235 …return zend_hash_find(Z_ARRVAL_PP(wrapperhash), (char*)optionname, strlen(optionname)+1, (void**)o…
2249 …if (FAILURE == zend_hash_find(Z_ARRVAL_P(context->options), (char*)wrappername, strlen(wrappername…
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c223 if (zend_hash_find(Z_OBJPROP_P(object), name, name_len, (void **) &value) == FAILURE) { in _default_get_entry()
236 if (zend_hash_find(Z_OBJPROP_P(object), name, name_len, (void **) &value) == FAILURE) { in _default_lookup_entry()
1219 if (zend_hash_find(&module_registry, lcname, name_len + 1, (void **)&module) == FAILURE) { in reflection_extension_factory()
1633 if (zend_hash_find(EG(function_table), nsname, name_len + 1, (void **)&fptr) == FAILURE) { in ZEND_METHOD()
2170 if (zend_hash_find(EG(function_table), lcname, lcname_len + 1, (void**) &fptr) == FAILURE) { in ZEND_METHOD()
3108 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
3131 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
3154 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
4046 if (zend_hash_find(&ce->constants_table, name, name_len + 1, (void **) &value) == FAILURE) { in ZEND_METHOD()
4685 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
[all …]
/PHP-5.5/Zend/
H A Dzend_exceptions.c381 if (zend_hash_find(ht, key, sizeof(key), (void**)&tmp) == SUCCESS) { \
564 if (zend_hash_find(ht, "file", sizeof("file"), (void**)&file) == SUCCESS) { in _build_trace_string()
569 if (zend_hash_find(ht, "line", sizeof("line"), (void**)&tmp) == SUCCESS) { in _build_trace_string()
591 if (zend_hash_find(ht, "args", sizeof("args"), (void**)&tmp) == SUCCESS) { in _build_trace_string()

Completed in 142 milliseconds

1234567