Searched refs:zend_hash_str_find_deref (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/hash/ |
H A D | hash_xxhash.c | 46 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_XXH32Init() 113 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_XXH64Init() 167 zval *_seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in _PHP_XXH3_Init() 168 zval *_secret = zend_hash_str_find_deref(args, "secret", sizeof("secret") - 1); in _PHP_XXH3_Init()
|
H A D | hash_murmur.c | 42 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3AInit() 104 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3CInit() 183 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3FInit()
|
/php-src/ext/filter/ |
H A D | filter.c | 483 …if ((option = zend_hash_str_find_deref(filter_args_ht, "options", sizeof("options") - 1)) != NULL)… in php_filter_call() 614 if ((opt = zend_hash_str_find_deref(filter_args_ht, "options", sizeof("options") - 1)) != NULL && in PHP_FUNCTION() 616 (def = zend_hash_str_find_deref(Z_ARRVAL_P(opt), "default", sizeof("default") - 1)) != NULL in PHP_FUNCTION()
|
H A D | logical_filters.c | 65 …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-src/ext/iconv/ |
H A D | iconv.c | 2002 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset") -… in PHP_FUNCTION() 2014 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset")… in PHP_FUNCTION() 2025 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-length", sizeof("line-length") - 1))… in PHP_FUNCTION() 2029 …if ((pzval = zend_hash_str_find_deref(Z_ARRVAL_P(pref), "line-break-chars", sizeof("line-break-cha… in PHP_FUNCTION()
|
/php-src/ext/standard/ |
H A D | var.c | 1401 classes = zend_hash_str_find_deref(options, "allowed_classes", sizeof("allowed_classes")-1); in php_unserialize_with_options() 1438 max_depth = zend_hash_str_find_deref(options, "max_depth", sizeof("max_depth") - 1); in php_unserialize_with_options()
|
H A D | proc_open.c | 662 zval *item = zend_hash_str_find_deref(opt_ary, opt_name, opt_name_len); in get_option()
|
/php-src/ext/ldap/ |
H A D | ldap.c | 2717 …zval *attrib_zv = zend_hash_str_find_deref(Z_ARRVAL_P(modification_zv), LDAP_MODIFY_BATCH_ATTRIB, … in PHP_FUNCTION() 2719 …zval *modtype_zv = zend_hash_str_find_deref(Z_ARRVAL_P(modification_zv), LDAP_MODIFY_BATCH_MODTYPE… in PHP_FUNCTION() 2721 …zval *modification_values = zend_hash_str_find_deref(Z_ARRVAL_P(modification_zv), LDAP_MODIFY_BATC… in PHP_FUNCTION()
|
/php-src/Zend/ |
H A D | zend_hash.h | 958 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-src/ext/soap/ |
H A D | php_encoding.c | 1220 return zend_hash_str_find_deref(Z_ARRVAL_P(object), name, strlen(name)); in get_zval_property() 1431 …classname = zend_hash_str_find_deref(SOAP_GLOBAL(class_map), type->type_str, strlen(type->type_str… in to_zval_object_ex()
|
/php-src/ext/dom/ |
H A D | node.c | 2167 tmp = zend_hash_str_find_deref(ht, "namespaces", sizeof("namespaces")-1); in dom_canonicalization()
|
Completed in 59 milliseconds