Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/dom/
H A Dnodelist.c67 nodeht = HASH_OF(&objmap->baseobj_zv); in dom_nodelist_length_read()
134 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.1/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.1/ext/bz2/
H A Dbz2_filter.c353 …if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1)… in php_bz2_filter_create()
358 tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); in php_bz2_filter_create()
378 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { in php_bz2_filter_create()
388 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { in php_bz2_filter_create()
/PHP-7.1/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()
244 …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.c681 …if ((h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1)) != NUL…
686 h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1);
689 hashT = HASH_OF(&stream->wrapperdata);
H A Dvar.c909 if (HASH_OF(&retval)) { in php_var_serialize_intern()
H A Darray.c1362 HashTable *target_hash = HASH_OF(array); in php_array_walk()
/PHP-7.1/
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.1/ext/mbstring/
H A Dmbstring.c3784 target_hash = HASH_OF(var); in PHP_FUNCTION()
3794 target_hash = HASH_OF(var); in PHP_FUNCTION()
3818 target_hash = HASH_OF(var); in PHP_FUNCTION()
3847 if (HASH_OF(var)->u.v.nApplyCount > 1) { in PHP_FUNCTION()
3848 HASH_OF(var)->u.v.nApplyCount--; in PHP_FUNCTION()
3893 target_hash = HASH_OF(var); in PHP_FUNCTION()
3903 target_hash = HASH_OF(var); in PHP_FUNCTION()
3915 --(HASH_OF(hash_entry)->u.v.nApplyCount); in PHP_FUNCTION()
3929 target_hash = HASH_OF(var); in PHP_FUNCTION()
3967 if (HASH_OF(var)->u.v.nApplyCount > 1) { in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/oci8/
H A Doci8_statement.c1026 hash = HASH_OF(zv); in php_oci_bind_post_exec()
1772 hash = HASH_OF(var); in php_oci_bind_array_helper_string()
1846 hash = HASH_OF(var); in php_oci_bind_array_helper_number()
1887 hash = HASH_OF(var); in php_oci_bind_array_helper_double()
1929 hash = HASH_OF(var); in php_oci_bind_array_helper_date()
/PHP-7.1/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.1/ext/json/
H A Djson_encoder.c169 tmp_ht = HASH_OF(data); in php_json_encode_array()
/PHP-7.1/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.1/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.1/ext/curl/
H A Dinterface.c2589 ph = HASH_OF(zvalue); in _php_curl_setopt()
2694 postfields = HASH_OF(zvalue); in _php_curl_setopt()
/PHP-7.1/Zend/
H A Dzend_API.h658 #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.c735 target_hash = HASH_OF(array); in ZEND_FUNCTION()

Completed in 101 milliseconds