Home
last modified time | relevance | path

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

/PHP-7.3/ext/filter/
H A Dfilter.c414 zend_hash_str_exists(HASH_OF(options), "default", sizeof("default") - 1)) { in php_zval_filter()
416 if ((tmp = zend_hash_str_find(HASH_OF(options), "default", sizeof("default") - 1)) != NULL) { in php_zval_filter()
584 if (array_ptr && HASH_OF(array_ptr) && zend_hash_exists(HASH_OF(array_ptr), var)) { in PHP_FUNCTION()
612 if ((option = zend_hash_str_find(HASH_OF(filter_args), "filter", sizeof("filter") - 1)) != NULL) { in php_filter_call()
616 if ((option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) { in php_filter_call()
624 …if ((option = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL)… in php_filter_call()
737 if (!input || !HASH_OF(input) || (tmp = zend_hash_find(HASH_OF(input), var)) == NULL) { in PHP_FUNCTION()
747 (opt = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL && in PHP_FUNCTION()
749 (def = zend_hash_str_find(HASH_OF(opt), "default", sizeof("default") - 1)) != NULL) { in PHP_FUNCTION()
814 if (!array_input || !HASH_OF(array_input)) { in PHP_FUNCTION()
[all …]
H A Dlogical_filters.c42 …if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1))…
55 …if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1))…
70 …if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1))…
/PHP-7.3/ext/dom/
H A Dnodelist.c72 nodeht = HASH_OF(&objmap->baseobj_zv); in dom_nodelist_length_read()
158 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in PHP_FUNCTION()
H A Ddom_iterators.c201 nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_iterator_move_forward()
286 nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_get_iterator()
/PHP-7.3/ext/bz2/
H A Dbz2_filter.c336 …if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1)… in php_bz2_filter_create()
341 tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); in php_bz2_filter_create()
361 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { in php_bz2_filter_create()
371 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { in php_bz2_filter_create()
/PHP-7.3/ext/zlib/
H A Dzlib_filter.c322 (tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
354 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "memory", sizeof("memory") -1))) { in php_zlib_filter_create()
364 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
374 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "level", sizeof("level") - 1))) { in php_zlib_filter_create()
/PHP-7.3/ext/standard/
H A Dhttp.c140 …php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TY… in php_url_encode_hash_ex()
238 …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.c710 …if ((h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1)) != NUL…
715 h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1);
718 hashT = HASH_OF(&stream->wrapperdata);
H A Dmail.c170 ZEND_HASH_FOREACH_KEY_VAL(HASH_OF(val), idx, tmp_key, tmp_val) { in php_mail_build_headers_elems()
193 ZEND_HASH_FOREACH_KEY_VAL(HASH_OF(headers), idx, key, val) { in php_mail_build_headers()
H A Dvar.c717 if (!HASH_OF(retval)) { in php_var_serialize_call_sleep()
760 php_var_serialize_collect_names(&names, HASH_OF(retval_ptr)); in php_var_serialize_class()
H A Darray.c1360 HashTable *target_hash = HASH_OF(array); in php_array_walk()
/PHP-7.3/
H A DREADME.input_filter176 if(zend_hash_find(HASH_OF(array_ptr), var, var_len+5, (void **)&tmp) == SUCCESS) {
H A DREADME.PARAMETER_PARSING_API67 H - array or HASH_OF(object) (returned as HashTable*)
/PHP-7.3/ext/wddx/
H A Dwddx.c478 if (!Z_ISUNDEF(retval) && (sleephash = HASH_OF(&retval))) { in php_wddx_serialize_object()
690 target_hash = HASH_OF(name_var); in php_wddx_add_var()
945 target_hash = HASH_OF(&ent2->data); in php_wddx_pop_element()
/PHP-7.3/ext/phar/
H A Dstream.c214 …if (context && Z_TYPE(context->options) != IS_UNDEF && (pzoption = zend_hash_str_find(HASH_OF(&con… in phar_wrapper_open_url()
215 pharcontext = HASH_OF(pzoption); in phar_wrapper_open_url()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c3177 chash = php_mb_convert_encoding_recursive(HASH_OF(entry), _to_encoding, _from_encodings); in php_mb_convert_encoding_recursive()
3277 tmp = php_mb_convert_encoding_recursive(HASH_OF(input), arg_new, _from_encodings); in PHP_FUNCTION()
3732 ht = HASH_OF(var); in mb_recursive_encoder_detector_feed()
3785 ht = HASH_OF(var); in mb_recursive_convert_variable()
4784 if (!php_mb_check_encoding_recursive(HASH_OF(entry), enc)) { in php_mb_check_encoding_recursive()
4827 if (!php_mb_check_encoding_recursive(HASH_OF(input), enc)) { in PHP_FUNCTION()
/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c553 ht = HASH_OF(&val); in PHP_to_XMLRPC_worker()
/PHP-7.3/ext/curl/
H A Dinterface.c2675 ph = HASH_OF(zvalue); in _php_curl_setopt()
2785 postfields = HASH_OF(zvalue); in _php_curl_setopt()
/PHP-7.3/Zend/
H A Dzend_API.h653 #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.c681 target_hash = HASH_OF(array); in ZEND_FUNCTION()

Completed in 124 milliseconds