Home
last modified time | relevance | path

Searched refs:zend_hash_str_find (Results 1 – 25 of 58) sorted by relevance

123

/PHP-8.3/ext/oci8/
H A Doci8_interface.c236 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
267 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
293 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
319 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
359 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
391 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
417 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
438 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
463 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
510 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/sodium/
H A Dsodium_pwhash.c49 if ((opt = zend_hash_str_find(options, "memory_cost", strlen("memory_cost")))) { in get_options()
58 if ((opt = zend_hash_str_find(options, "time_cost", strlen("time_cost")))) { in get_options()
65 …if ((opt = zend_hash_str_find(options, "threads", strlen("threads"))) && (zval_get_long(opt) != 1)… in get_options()
/PHP-8.3/ext/standard/
H A Dpassword.c146 if (options && (znew_cost = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in php_password_bcrypt_needs_rehash()
188 if (options && (zcost = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in php_password_bcrypt_hash()
283 …if (options && (option_buffer = zend_hash_str_find(options, "memory_cost", sizeof("memory_cost")-1… in php_password_argon2_needs_rehash()
287 …if (options && (option_buffer = zend_hash_str_find(options, "time_cost", sizeof("time_cost")-1)) !… in php_password_argon2_needs_rehash()
291 …if (options && (option_buffer = zend_hash_str_find(options, "threads", sizeof("threads")-1)) != NU… in php_password_argon2_needs_rehash()
311 …if (options && (option_buffer = zend_hash_str_find(options, "memory_cost", sizeof("memory_cost")-1… in php_password_argon2_hash()
320 …if (options && (option_buffer = zend_hash_str_find(options, "time_cost", sizeof("time_cost")-1)) !… in php_password_argon2_hash()
329 …if (options && (option_buffer = zend_hash_str_find(options, "threads", sizeof("threads")-1)) != NU… in php_password_argon2_hash()
H A Dnet.c279 zval *iface = zend_hash_str_find(Z_ARR_P(return_value), p->ifa_name, strlen(p->ifa_name)); in PHP_FUNCTION()
288 unicast = zend_hash_str_find(Z_ARR_P(iface), "unicast", sizeof("unicast") - 1); in PHP_FUNCTION()
300 status = zend_hash_str_find(Z_ARR_P(iface), "up", sizeof("up") - 1); in PHP_FUNCTION()
H A Dincomplete_class.c129 zval *val = zend_hash_str_find(object->properties, MAGIC_MEMBER, sizeof(MAGIC_MEMBER)-1); in php_lookup_class_name()
H A Dinfo.c1011 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF")-1)) != NULL && Z_… in php_print_info()
1014 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE")-1)) != … in php_print_info()
1017 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER")-1)) != … in php_print_info()
1020 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW")-1)) != NULL… in php_print_info()
H A Diptc.c359 if ((element = zend_hash_str_find(Z_ARRVAL_P(return_value), key, strlen(key))) == NULL) { in PHP_FUNCTION()
/PHP-8.3/ext/sysvmsg/
H A Dsysvmsg.c147 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.uid", sizeof("msg_perm.uid") - 1)) != N… in PHP_FUNCTION()
150 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.gid", sizeof("msg_perm.gid") - 1)) != N… in PHP_FUNCTION()
153 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.mode", sizeof("msg_perm.mode") - 1)) !=… in PHP_FUNCTION()
156 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_qbytes", sizeof("msg_qbytes") - 1)) != NULL)… in PHP_FUNCTION()
/PHP-8.3/main/
H A Dphp_ini.c296 if ((entry = zend_hash_str_find(target_hash, key, key_len)) == NULL) { in php_ini_parser_cb()
853 if ((tmp2 = zend_hash_str_find(&configuration_hash, path, strlen(path))) != NULL) {
877 if ((tmp = zend_hash_str_find(&configuration_hash, host, host_len)) != NULL) {
894 return zend_hash_str_find(&configuration_hash, name, name_length);
903 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
917 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
931 if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
/PHP-8.3/ext/soap/
H A Dsoap.c814 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()
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 &&
1928 if ((tmp = zend_hash_str_find(ht, "login", sizeof("login")-1)) != NULL &&
2009 if ((tmp = zend_hash_str_find(ht, "typemap", sizeof("typemap")-1)) != NULL &&
[all …]
H A Dphp_http.c693 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nc", sizeof("nc")-1)) != NULL && in make_http_soap_request()
705 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "realm", sizeof("realm")-1)) != NULL && in make_http_soap_request()
716 … if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "algorithm", sizeof("algorithm")-1)) != NULL && in make_http_soap_request()
723 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL && in make_http_soap_request()
751 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL && in make_http_soap_request()
756 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "qop", sizeof("qop")-1)) != NULL && in make_http_soap_request()
772 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "realm", sizeof("realm")-1)) != NULL && in make_http_soap_request()
777 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL && in make_http_soap_request()
796 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "qop", sizeof("qop")-1)) != NULL && in make_http_soap_request()
807 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "opaque", sizeof("opaque")-1)) != NULL && in make_http_soap_request()
[all …]
/PHP-8.3/ext/imap/
H A Dphp_imap.c3249 if ((pvalue = zend_hash_str_find(envelope, "remail", sizeof("remail") - 1)) != NULL) { in PHP_FUNCTION()
3259 if ((pvalue = zend_hash_str_find(envelope, "date", sizeof("date") - 1)) != NULL) { in PHP_FUNCTION()
3264 if ((pvalue = zend_hash_str_find(envelope, "from", sizeof("from") - 1)) != NULL) { in PHP_FUNCTION()
3269 if ((pvalue = zend_hash_str_find(envelope, "reply_to", sizeof("reply_to") - 1)) != NULL) { in PHP_FUNCTION()
3279 if ((pvalue = zend_hash_str_find(envelope, "subject", sizeof("subject") - 1)) != NULL) { in PHP_FUNCTION()
3284 if ((pvalue = zend_hash_str_find(envelope, "to", sizeof("to") - 1)) != NULL) { in PHP_FUNCTION()
3289 if ((pvalue = zend_hash_str_find(envelope, "cc", sizeof("cc") - 1)) != NULL) { in PHP_FUNCTION()
3294 if ((pvalue = zend_hash_str_find(envelope, "bcc", sizeof("bcc") - 1)) != NULL) { in PHP_FUNCTION()
3386 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "id", sizeof("id") - 1)) != NULL) { in PHP_FUNCTION()
3441 if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "md5", sizeof("md5") - 1)) != NULL) { in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/zlib/
H A Dzlib_filter.c326 (tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
358 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "memory", sizeof("memory") -1))) { in php_zlib_filter_create()
368 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
378 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "level", sizeof("level") - 1))) { in php_zlib_filter_create()
H A Dzlib.c155 …(enc = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", s… in php_zlib_output_encoding()
792 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("dictionary"))) != NULL) { in zlib_create_dictionary_string()
878 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION()
1096 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) { in PHP_FUNCTION()
1104 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("memory"))) != NULL) { in PHP_FUNCTION()
1112 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION()
1120 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("strategy"))) != NULL) { in PHP_FUNCTION()
/PHP-8.3/ext/bz2/
H A Dbz2_filter.c340 …if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1)… in php_bz2_filter_create()
345 tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); in php_bz2_filter_create()
365 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { in php_bz2_filter_create()
375 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { in php_bz2_filter_create()
/PHP-8.3/ext/filter/
H A Dfilter.c286 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(options), "default", sizeof("default") - 1)) != NULL) { in php_zval_filter()
483 if ((option = zend_hash_str_find(filter_args_ht, "filter", sizeof("filter") - 1)) != NULL) { in php_filter_call()
498 if ((option = zend_hash_str_find(filter_args_ht, "flags", sizeof("flags") - 1)) != NULL) { in php_filter_call()
614 if ((option = zend_hash_str_find(filter_args_ht, "flags", sizeof("flags") - 1)) != NULL) { in PHP_FUNCTION()
702 } else if (op_ht && (option = zend_hash_str_find(op_ht, "flags", sizeof("flags") - 1)) != NULL) { in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_vm_trace_handlers.h40 zv = zend_hash_str_find(&vm_trace_ht, buf, len); in zend_vm_trace()
H A Dzend_hash.h178 ZEND_API zval* ZEND_FASTCALL zend_hash_str_find(const HashTable *ht, const char *key, size_t len);
237 return zend_hash_str_find(ht, str, len) != NULL; in zend_hash_str_exists()
447 zv = zend_hash_str_find(ht, str, len); in zend_hash_str_find_ind()
457 zv = zend_hash_str_find(ht, str, len); in zend_hash_str_exists_ind()
624 return zend_hash_str_find(ht, str, len); in zend_symtable_str_find()
893 zv = zend_hash_str_find(ht, str, len); in zend_hash_str_find_ptr()
943 zval *zv = zend_hash_str_find(ht, str, len); in zend_hash_str_find_deref()
/PHP-8.3/ext/com_dotnet/
H A Dcom_com.c78 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD()
84 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD()
89 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD()
94 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD()
99 if (NULL != (tmp = zend_hash_str_find(server_params, in PHP_METHOD()
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_format.c67 if ((ele_value = zend_hash_str_find(hash_arr, key_name, strlen(key_name))) != NULL) { in internal_get_arr_ele()
/PHP-8.3/ext/session/
H A Dsession.c1493 (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") - 1))) { in php_session_reset_id()
1496 (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), strlen(PS(session_name))))) { in php_session_reset_id()
1572 …if (PS(use_cookies) && (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") … in php_session_start()
1574 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start()
1582 if (!PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_GET", sizeof("_GET") - 1))) { in php_session_start()
1584 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start()
1588 if (!PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_POST", sizeof("_POST") - 1))) { in php_session_start()
1590 …if (Z_TYPE_P(data) == IS_ARRAY && (ppid = zend_hash_str_find(Z_ARRVAL_P(data), PS(session_name), l… in php_session_start()
1598 …(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("… in php_session_start()
2994 …if ((ppid = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[where]), PS(session_name), progress->snam… in early_find_sid_in()
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c508 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
512 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
518 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()
613 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
617 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
1487 zval *zv = zend_hash_str_find(php_stream_get_url_stream_wrappers_hash(), ZEND_STRL("php")); in main()
1734 zval *zv = zend_hash_str_find(php_stream_get_url_stream_wrappers_hash(), ZEND_STRL("php")); in main()
/PHP-8.3/ext/ldap/
H A Dldap.c395 if ((val = zend_hash_str_find(Z_ARRVAL_P(array), "oid", sizeof("oid") - 1)) == NULL) { in _php_ldap_control_from_array()
428 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "size", sizeof("size") - 1)) != NULL) { in _php_ldap_control_from_array()
431 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "cookie", sizeof("cookie") - 1)) != NULL) { in _php_ldap_control_from_array()
449 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "filter", sizeof("filter") - 1)) == NULL) { in _php_ldap_control_from_array()
472 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "filter", sizeof("filter") - 1)) == NULL) { in _php_ldap_control_from_array()
496 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "attrs", sizeof("attrs") - 1)) == NULL) { in _php_ldap_control_from_array()
564 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "attr", sizeof("attr") - 1)) == NULL) { in _php_ldap_control_from_array()
578 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "oid", sizeof("oid") - 1)) != NULL) { in _php_ldap_control_from_array()
609 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "before", sizeof("before") - 1)) != NULL) { in _php_ldap_control_from_array()
617 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "after", sizeof("after") - 1)) != NULL) { in _php_ldap_control_from_array()
[all …]
/PHP-8.3/ext/date/
H A Dphp_date.c2722 z_date = zend_hash_str_find(myht, "date", sizeof("date")-1); in php_date_initialize_from_hash()
2732 z_timezone = zend_hash_str_find(myht, "timezone", sizeof("timezone")-1); in php_date_initialize_from_hash()
4480 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash()
4490 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash()
4503 zval *z_arg = zend_hash_str_find(myht, "days", sizeof("days") - 1); \ in php_date_interval_initialize_from_hash()
4517 zval *z_arg = zend_hash_str_find(myht, element, sizeof(element) - 1); \ in php_date_interval_initialize_from_hash()
4532 zval *z_arg = zend_hash_str_find(myht, "f", sizeof("f") - 1); in php_date_interval_initialize_from_hash()
5508 ht_entry = zend_hash_str_find(myht, "start", sizeof("start")-1); in php_date_period_initialize_from_hash()
5530 ht_entry = zend_hash_str_find(myht, "end", sizeof("end")-1); in php_date_period_initialize_from_hash()
5551 ht_entry = zend_hash_str_find(myht, "current", sizeof("current")-1); in php_date_period_initialize_from_hash()
[all …]
/PHP-8.3/ext/zip/
H A Dphp_zip.c370 …if ((option = zend_hash_str_find(options, "remove_all_path", sizeof("remove_all_path") - 1)) != NU… in php_zip_parse_options()
378 if ((option = zend_hash_str_find(options, "comp_method", sizeof("comp_method") - 1)) != NULL) { in php_zip_parse_options()
385 if ((option = zend_hash_str_find(options, "comp_flags", sizeof("comp_flags") - 1)) != NULL) { in php_zip_parse_options()
395 if ((option = zend_hash_str_find(options, "enc_method", sizeof("enc_method") - 1)) != NULL) { in php_zip_parse_options()
402 if ((option = zend_hash_str_find(options, "enc_password", sizeof("enc_password") - 1)) != NULL) { in php_zip_parse_options()
413 if ((option = zend_hash_str_find(options, "remove_path", sizeof("remove_path") - 1)) != NULL) { in php_zip_parse_options()
433 if ((option = zend_hash_str_find(options, "add_path", sizeof("add_path") - 1)) != NULL) { in php_zip_parse_options()
453 if ((option = zend_hash_str_find(options, "flags", sizeof("flags") - 1)) != NULL) { in php_zip_parse_options()

Completed in 169 milliseconds

123