Home
last modified time | relevance | path

Searched refs:zend_hash_str_find (Results 1 – 25 of 69) sorted by last modified time

123

/PHP-7.4/ext/gd/
H A Dgd.c4770 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "x", sizeof("x") -1)) != NULL) { in PHP_FUNCTION()
4777 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "y", sizeof("y") - 1)) != NULL) { in PHP_FUNCTION()
4784 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "width", sizeof("width") - 1)) != NULL) { in PHP_FUNCTION()
4791 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "height", sizeof("height") - 1)) != NULL) { in PHP_FUNCTION()
4966 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "x", sizeof("x") - 1)) != NULL) { in PHP_FUNCTION()
4973 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "y", sizeof("y") - 1)) != NULL) { in PHP_FUNCTION()
4980 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "width", sizeof("width") - 1)) != NULL) { in PHP_FUNCTION()
4987 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "height", sizeof("height") - 1)) != NULL) { in PHP_FUNCTION()
5036 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(options), "x", sizeof("x") - 1)) != NULL) { in PHP_FUNCTION()
5043 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(options), "y", sizeof("y") - 1)) != NULL) { in PHP_FUNCTION()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5885 if (!err && (type = zend_hash_str_find(Z_ARRVAL_P(def), "type", sizeof("type") - 1)) == NULL) {
5889 …if (!err && (not_null = zend_hash_str_find(Z_ARRVAL_P(def), "not null", sizeof("not null") - 1)) =…
5893 …if (!err && (has_default = zend_hash_str_find(Z_ARRVAL_P(def), "has default", sizeof("has default"…
5897 …if (!err && (is_enum = zend_hash_str_find(Z_ARRVAL_P(def), "is enum", sizeof("is enum") - 1)) == N…
/PHP-7.4/ext/filter/
H A Dlogical_filters.c42 …if ((option_val = zend_hash_str_find(Z_ARRVAL_P(option_array), option_name, sizeof(option_name) - …
54 …if ((option_val = zend_hash_str_find(Z_ARRVAL_P(option_array), option_name, sizeof(option_name) - …
/PHP-7.4/main/streams/
H A Dstreams.c2293 …if (NULL == (wrapperhash = zend_hash_str_find(Z_ARRVAL(context->options), wrappername, strlen(wrap…
2296 return zend_hash_str_find(Z_ARRVAL_P(wrapperhash), optionname, strlen(optionname));
2306 wrapperhash = zend_hash_str_find(Z_ARRVAL(context->options), wrappername, strlen(wrappername));
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c780 if ((ele_value = zend_hash_str_find(hash_arr , key_name, strlen(key_name))) != NULL ) { in append_key_value()
823 if ((ele_value = zend_hash_str_find( hash_arr , key_name , strlen(key_name))) != NULL) { in append_multiple_key_values()
866 if ((ele_value = zend_hash_str_find( hash_arr , cur_key_name , strlen(cur_key_name))) != NULL) { in append_multiple_key_values()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4423 if ((s = zend_hash_str_find(&ht_headers, "CONTENT-TYPE", sizeof("CONTENT-TYPE") - 1))) { in PHP_FUNCTION()
4459 …if ((s = zend_hash_str_find(&ht_headers, "CONTENT-TRANSFER-ENCODING", sizeof("CONTENT-TRANSFER-ENC… in PHP_FUNCTION()
/PHP-7.4/ext/date/
H A Dphp_date.c2971 z_date = zend_hash_str_find(myht, "date", sizeof("date")-1); in php_date_initialize_from_hash()
4418 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash()
4428 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash()
4441 zval *z_arg = zend_hash_str_find(myht, "days", sizeof("days") - 1); \ in php_date_interval_initialize_from_hash()
4455 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash()
4470 zval *z_arg = zend_hash_str_find(myht, "f", sizeof("f") - 1); in php_date_interval_initialize_from_hash()
5299 ht_entry = zend_hash_str_find(myht, "start", sizeof("start")-1); in php_date_period_initialize_from_hash()
5313 ht_entry = zend_hash_str_find(myht, "end", sizeof("end")-1); in php_date_period_initialize_from_hash()
5326 ht_entry = zend_hash_str_find(myht, "current", sizeof("current")-1); in php_date_period_initialize_from_hash()
5339 ht_entry = zend_hash_str_find(myht, "interval", sizeof("interval")-1); in php_date_period_initialize_from_hash()
[all …]
/PHP-7.4/ext/zip/
H A Dphp_zip.c319 …if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "remove_all_path", sizeof("remove_all_path")… in php_zip_parse_options()
324 …if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "remove_path", sizeof("remove_path") - 1)) !… in php_zip_parse_options()
344 …if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "add_path", sizeof("add_path") - 1)) != NULL… in php_zip_parse_options()
/PHP-7.4/ext/xml/
H A Dxml.c705 if ((element = zend_hash_str_find(Z_ARRVAL(parser->info), name, strlen(name))) == NULL) { in _xml_add_to_info()
910 if ((myval = zend_hash_str_find(Z_ARRVAL_P(parser->ctag), "value", sizeof("value") - 1))) { in _xml_characterDataHandler()
929 if ((mytype = zend_hash_str_find(Z_ARRVAL_P(curtag),"type", sizeof("type") - 1))) { in _xml_characterDataHandler()
931 if ((myval = zend_hash_str_find(Z_ARRVAL_P(curtag), "value", sizeof("value") - 1))) { in _xml_characterDataHandler()
/PHP-7.4/ext/phar/
H A Dphar_object.c65 if (NULL != (stuff = zend_hash_str_find(_SERVER, "PATH_INFO", sizeof("PATH_INFO")-1))) { in phar_mung_server_vars()
75 …if (NULL != (stuff = zend_hash_str_find(_SERVER, "PATH_TRANSLATED", sizeof("PATH_TRANSLATED")-1)))… in phar_mung_server_vars()
89 if (NULL != (stuff = zend_hash_str_find(_SERVER, "REQUEST_URI", sizeof("REQUEST_URI")-1))) { in phar_mung_server_vars()
101 if (NULL != (stuff = zend_hash_str_find(_SERVER, "PHP_SELF", sizeof("PHP_SELF")-1))) { in phar_mung_server_vars()
114 if (NULL != (stuff = zend_hash_str_find(_SERVER, "SCRIPT_NAME", sizeof("SCRIPT_NAME")-1))) { in phar_mung_server_vars()
122 …if (NULL != (stuff = zend_hash_str_find(_SERVER, "SCRIPT_FILENAME", sizeof("SCRIPT_FILENAME")-1)))… in phar_mung_server_vars()
609 …if (NULL == (z_script_name = zend_hash_str_find(_server, "SCRIPT_NAME", sizeof("SCRIPT_NAME")-1)) … in PHP_METHOD()
615 if (NULL != (z_path_info = zend_hash_str_find(_server, "PATH_INFO", sizeof("PATH_INFO")-1)) && in PHP_METHOD()
825 if (NULL != (val = zend_hash_str_find(Z_ARRVAL_P(mimeoverride), ext, strlen(ext)))) { in PHP_METHOD()
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c197 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.uid", sizeof("msg_perm.uid") - 1)) != N… in PHP_FUNCTION()
200 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.gid", sizeof("msg_perm.gid") - 1)) != N… in PHP_FUNCTION()
203 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.mode", sizeof("msg_perm.mode") - 1)) !=… in PHP_FUNCTION()
206 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_qbytes", sizeof("msg_qbytes") - 1)) != NULL)… in PHP_FUNCTION()
/PHP-7.4/ext/imap/
H A Dphp_imap.c3618 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "date", sizeof("date") - 1)) != NULL) { in PHP_FUNCTION()
3623 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "from", sizeof("from") - 1)) != NULL) { in PHP_FUNCTION()
3643 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "to", sizeof("to") - 1)) != NULL) { in PHP_FUNCTION()
3648 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "cc", sizeof("cc") - 1)) != NULL) { in PHP_FUNCTION()
3653 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "bcc", sizeof("bcc") - 1)) != NULL) { in PHP_FUNCTION()
3696 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "type", sizeof("type") - 1)) != NULL) { in PHP_FUNCTION()
3741 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "id", sizeof("id") - 1)) != NULL) { in PHP_FUNCTION()
3796 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "md5", sizeof("md5") - 1)) != NULL) { in PHP_FUNCTION()
3804 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "type", sizeof("type") - 1)) != NULL) { in PHP_FUNCTION()
3863 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "id", sizeof("id") - 1)) != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/openssl/
H A Dopenssl.c914 if ((data = zend_hash_str_find(Z_ARRVAL(subitem), sname, strlen(sname))) != NULL) { in php_openssl_add_assoc_name_entry()
2883 …(item = zend_hash_str_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name")-1)) != NULL … in PHP_FUNCTION()
2972 …(item = zend_hash_str_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name")-1)) != NULL … in PHP_FUNCTION()
4218 if ((bn = zend_hash_str_find(Z_ARRVAL_P(_data), #_name, sizeof(#_name)-1)) != NULL && \
4391 if ((data = zend_hash_str_find(Z_ARRVAL_P(args), "rsa", sizeof("rsa")-1)) != NULL && in PHP_FUNCTION()
4409 } else if ((data = zend_hash_str_find(Z_ARRVAL_P(args), "dsa", sizeof("dsa") - 1)) != NULL && in PHP_FUNCTION()
4431 } else if ((data = zend_hash_str_find(Z_ARRVAL_P(args), "dh", sizeof("dh") - 1)) != NULL && in PHP_FUNCTION()
4455 } else if ((data = zend_hash_str_find(Z_ARRVAL_P(args), "ec", sizeof("ec") - 1)) != NULL && in PHP_FUNCTION()
4494 if ((bn = zend_hash_str_find(Z_ARRVAL_P(data), "d", sizeof("d") - 1)) != NULL && in PHP_FUNCTION()
4510 } else if ((x = zend_hash_str_find(Z_ARRVAL_P(data), "x", sizeof("x") - 1)) != NULL && in PHP_FUNCTION()
[all …]
H A Dxp_ssl.c1441 local_cert = zend_hash_str_find(Z_ARRVAL_P(current), "local_cert", sizeof("local_cert")-1); in php_openssl_enable_server_sni()
1463 local_pk = zend_hash_str_find(Z_ARRVAL_P(current), "local_pk", sizeof("local_pk")-1); in php_openssl_enable_server_sni()
/PHP-7.4/ext/standard/
H A Dimage.c461 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(info), markername, strlen(markername))) == NULL) { in php_read_APP()
H A Dstring.c3105 entry = zend_hash_str_find(pats, key, len);
H A Dinfo.c981 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF")-1)) != NULL && Z_… in php_print_info()
984 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE")-1)) != … in php_print_info()
987 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER")-1)) != … in php_print_info()
990 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW")-1)) != NULL… in php_print_info()
H A Dstreamsfuncs.c913 …if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(params), "notification", sizeof("notification")-1… in parse_context_params()
925 if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(params), "options", sizeof("options")-1))) { in parse_context_params()
H A Durl.c723 …if ((prev_val = zend_hash_str_find(Z_ARRVAL_P(return_value), Z_STRVAL_P(hdr), (p - Z_STRVAL_P(hdr)…
/PHP-7.4/Zend/
H A Dzend_execute.c3666 zval *zv = zend_hash_str_find(EG(function_table), name, len); in zend_fetch_function_str()
H A Dzend_hash.c2235 ZEND_API zval* ZEND_FASTCALL zend_hash_str_find(const HashTable *ht, const char *str, size_t len) in zend_hash_str_find() function
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c341 …if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1)… in php_bz2_filter_create()
346 tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); in php_bz2_filter_create()
366 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { in php_bz2_filter_create()
376 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { in php_bz2_filter_create()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1253 if ((el = zend_hash_str_find(Z_ARRVAL_P(any), name, strlen(name))) != NULL) { in model_to_zval_any()
H A Dphp_sdl.c1818 if ((encoder_num = zend_hash_str_find(tmp_encoders, (char*)&enc, sizeof(enc))) != 0) { in sdl_serialize_encoder_ref()
1831 if ((type_num = zend_hash_str_find(tmp_types, (char*)&type, sizeof(type))) != NULL) { in sdl_serialize_type_ref()
2308 binding_num = zend_hash_str_find(&tmp_bindings,(char*)&tmp->binding, sizeof(tmp->binding)); in add_sdl_to_cache()
2371 function_num = zend_hash_str_find(&tmp_functions, (char*)&tmp, sizeof(tmp)); in add_sdl_to_cache()
3245 if (NULL != (tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), in get_sdl()
3252 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_user_agent", sizeof("_user_agent")-1)) != N… in get_sdl()
3259 …if ((proxy_host = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host")-1… in get_sdl()
3261 …(proxy_port = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port")-1)) !… in get_sdl()
/PHP-7.4/ext/session/
H A Dsession.c1475 (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") - 1))) { in php_session_reset_id()
1478 (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), strlen(PS(session_name))))) { in php_session_reset_id()
1547 …if (PS(use_cookies) && (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") … in php_session_start()
1549 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start()
1557 if (!PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_GET", sizeof("_GET") - 1))) { in php_session_start()
1559 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start()
1563 if (!PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_POST", sizeof("_POST") - 1))) { in php_session_start()
1565 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start()
1573 …(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("R… in php_session_start()
1588 …(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("… in php_session_start()
[all …]

Completed in 226 milliseconds

123