Home
last modified time | relevance | path

Searched refs:HASH_OF (Results 1 – 20 of 20) sorted by relevance

/PHP-7.2/ext/filter/
H A Dfilter.c413 zend_hash_str_exists(HASH_OF(options), "default", sizeof("default") - 1)) { in php_zval_filter()
415 if ((tmp = zend_hash_str_find(HASH_OF(options), "default", sizeof("default") - 1)) != NULL) { in php_zval_filter()
583 if (array_ptr && HASH_OF(array_ptr) && zend_hash_exists(HASH_OF(array_ptr), var)) { in PHP_FUNCTION()
611 if ((option = zend_hash_str_find(HASH_OF(filter_args), "filter", sizeof("filter") - 1)) != NULL) { in php_filter_call()
615 if ((option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) { in php_filter_call()
623 …if ((option = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL)… in php_filter_call()
742 if (!input || !HASH_OF(input) || (tmp = zend_hash_find(HASH_OF(input), var)) == NULL) { in PHP_FUNCTION()
752 (opt = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL && in PHP_FUNCTION()
754 (def = zend_hash_str_find(HASH_OF(opt), "default", sizeof("default") - 1)) != NULL) { in PHP_FUNCTION()
819 if (!array_input || !HASH_OF(array_input)) { in PHP_FUNCTION()
[all …]
H A Dlogical_filters.c44 …if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1))…
57 …if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1))…
72 …if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1))…
/PHP-7.2/ext/dom/
H A Dnodelist.c74 nodeht = HASH_OF(&objmap->baseobj_zv); in dom_nodelist_length_read()
160 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in PHP_FUNCTION()
H A Ddom_iterators.c203 nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_iterator_move_forward()
287 nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_get_iterator()
/PHP-7.2/ext/bz2/
H A Dbz2_filter.c338 …if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1)… in php_bz2_filter_create()
343 tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); in php_bz2_filter_create()
363 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { in php_bz2_filter_create()
373 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { in php_bz2_filter_create()
/PHP-7.2/ext/zlib/
H A Dzlib_filter.c324 (tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
356 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "memory", sizeof("memory") -1))) { in php_zlib_filter_create()
366 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
376 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "level", sizeof("level") - 1))) { in php_zlib_filter_create()
/PHP-7.2/ext/standard/
H A Dhttp.c142 …php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TY… in php_url_encode_hash_ex()
239 …if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_T… in PHP_FUNCTION()
H A Durl.c724 …if ((h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1)) != NUL…
729 h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1);
732 hashT = HASH_OF(&stream->wrapperdata);
H A Dmail.c172 ZEND_HASH_FOREACH_KEY_VAL(HASH_OF(val), idx, tmp_key, tmp_val) { in php_mail_build_headers_elems()
195 ZEND_HASH_FOREACH_KEY_VAL(HASH_OF(headers), idx, key, val) { in php_mail_build_headers()
H A Dvar.c697 if (!HASH_OF(retval)) { in php_var_serialize_call_sleep()
740 php_var_serialize_collect_names(&names, HASH_OF(retval_ptr)); in php_var_serialize_class()
H A Darray.c1375 HashTable *target_hash = HASH_OF(array); in php_array_walk()
/PHP-7.2/ext/mbstring/
H A Dmbstring.c3909 target_hash = HASH_OF(var); in PHP_FUNCTION()
3919 target_hash = HASH_OF(var); in PHP_FUNCTION()
3943 target_hash = HASH_OF(var); in PHP_FUNCTION()
3972 if (HASH_OF(var)->u.v.nApplyCount > 1) { in PHP_FUNCTION()
3973 HASH_OF(var)->u.v.nApplyCount--; in PHP_FUNCTION()
4018 target_hash = HASH_OF(var); in PHP_FUNCTION()
4028 target_hash = HASH_OF(var); in PHP_FUNCTION()
4040 --(HASH_OF(hash_entry)->u.v.nApplyCount); in PHP_FUNCTION()
4054 target_hash = HASH_OF(var); in PHP_FUNCTION()
4092 if (HASH_OF(var)->u.v.nApplyCount > 1) { in PHP_FUNCTION()
[all …]
/PHP-7.2/
H A DREADME.input_filter177 if(zend_hash_find(HASH_OF(array_ptr), var, var_len+5, (void **)&tmp) == SUCCESS) {
H A DREADME.PARAMETER_PARSING_API60 H - array or HASH_OF(object) (returned as HashTable*)
/PHP-7.2/ext/wddx/
H A Dwddx.c480 if (!Z_ISUNDEF(retval) && (sleephash = HASH_OF(&retval))) { in php_wddx_serialize_object()
692 target_hash = HASH_OF(name_var); in php_wddx_add_var()
949 target_hash = HASH_OF(&ent2->data); in php_wddx_pop_element()
/PHP-7.2/ext/phar/
H A Dstream.c212 …if (context && Z_TYPE(context->options) != IS_UNDEF && (pzoption = zend_hash_str_find(HASH_OF(&con… in phar_wrapper_open_url()
213 pharcontext = HASH_OF(pzoption); in phar_wrapper_open_url()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c558 ht = HASH_OF(&val); in PHP_to_XMLRPC_worker()
572 ht = HASH_OF(pIter); in PHP_to_XMLRPC_worker()
/PHP-7.2/ext/curl/
H A Dinterface.c2587 ph = HASH_OF(zvalue); in _php_curl_setopt()
2692 postfields = HASH_OF(zvalue); in _php_curl_setopt()
/PHP-7.2/Zend/
H A Dzend_API.h671 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p… macro
H A Dzend_builtin_functions.c626 target_hash = HASH_OF(array); in ZEND_FUNCTION()

Completed in 122 milliseconds