Home
last modified time | relevance | path

Searched refs:zend_hash_str_find_deref (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/hash/
H A Dhash_xxhash.c46 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_XXH32Init()
110 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_XXH64Init()
163 zval *_seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in _PHP_XXH3_Init()
164 zval *_secret = zend_hash_str_find_deref(args, "secret", sizeof("secret") - 1); in _PHP_XXH3_Init()
H A Dhash_murmur.c42 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3AInit()
99 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3CInit()
173 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3FInit()
/PHP-8.3/ext/standard/
H A Duser_filters.c382 …if (NULL == (pzbucket = zend_hash_str_find_deref(Z_OBJPROP_P(zobject), "bucket", sizeof("bucket")-… in php_stream_bucket_attach()
396 …if (NULL != (pzdata = zend_hash_str_find_deref(Z_OBJPROP_P(zobject), "data", sizeof("data")-1)) &&… in php_stream_bucket_attach()
H A Dvar.c1347 classes = zend_hash_str_find_deref(options, "allowed_classes", sizeof("allowed_classes")-1); in php_unserialize_with_options()
1375 max_depth = zend_hash_str_find_deref(options, "max_depth", sizeof("max_depth") - 1); in php_unserialize_with_options()
H A Dproc_open.c665 zval *item = zend_hash_str_find_deref(opt_ary, opt_name, opt_name_len); in get_option()
/PHP-8.3/ext/filter/
H A Dfilter.c487 …if ((option = zend_hash_str_find_deref(filter_args_ht, "options", sizeof("options") - 1)) != NULL)… in php_filter_call()
618 if ((opt = zend_hash_str_find_deref(filter_args_ht, "options", sizeof("options") - 1)) != NULL && in PHP_FUNCTION()
620 (def = zend_hash_str_find_deref(Z_ARRVAL_P(opt), "default", sizeof("default") - 1)) != NULL in PHP_FUNCTION()
H A Dlogical_filters.c65 …if ((option_val = zend_hash_str_find_deref(Z_ARRVAL_P(option_array), option_name, sizeof(option_na…
80 …if ((option_val = zend_hash_str_find_deref(Z_ARRVAL_P(option_array), option_name, sizeof(option_na…
/PHP-8.3/ext/iconv/
H A Diconv.c2003 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset") -… in PHP_FUNCTION()
2015 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset")… in PHP_FUNCTION()
2026 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-length", sizeof("line-length") - 1))… in PHP_FUNCTION()
2030 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-break-chars", sizeof("line-break-cha… in PHP_FUNCTION()
/PHP-8.3/ext/dom/
H A Dnode.c1840 tmp = zend_hash_str_find_deref(ht, "namespaces", sizeof("namespaces")-1); in dom_canonicalization()
/PHP-8.3/Zend/
H A Dzend_hash.h941 static zend_always_inline zval *zend_hash_str_find_deref(HashTable *ht, const char *str, size_t len) in zend_hash_str_find_deref() function
/PHP-8.3/ext/soap/
H A Dphp_encoding.c1212 return zend_hash_str_find_deref(Z_ARRVAL_P(object), name, strlen(name)); in get_zval_property()
1420 …if ((classname = zend_hash_str_find_deref(SOAP_GLOBAL(class_map), type->type_str, strlen(type->typ… in to_zval_object_ex()

Completed in 54 milliseconds