Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/
H A Dnodelist.c46 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_get_nodelist_length()
120 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_nodelist_get_item_into_zval()
H A Ddom_iterators.c199 nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_iterator_move_forward()
285 nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_get_iterator()
/PHP-8.1/ext/bz2/
H A Dbz2_filter.c340 …if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "concatenated", sizeof("concatenated")-1)… in php_bz2_filter_create()
345 tmpzval = zend_hash_str_find(HASH_OF(filterparams), "small", sizeof("small")-1); in php_bz2_filter_create()
365 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "blocks", sizeof("blocks")-1))) { in php_bz2_filter_create()
375 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "work", sizeof("work")-1))) { in php_bz2_filter_create()
/PHP-8.1/ext/zlib/
H A Dzlib_filter.c326 (tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
358 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "memory", sizeof("memory") -1))) { in php_zlib_filter_create()
368 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "window", sizeof("window") - 1))) { in php_zlib_filter_create()
378 if ((tmpzval = zend_hash_str_find(HASH_OF(filterparams), "level", sizeof("level") - 1))) { in php_zlib_filter_create()
/PHP-8.1/ext/standard/
H A Dhttp.c147 …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 …php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_… in PHP_FUNCTION()
H A Darray.c1349 HashTable *target_hash = HASH_OF(array); in php_array_walk()
/PHP-8.1/docs/
H A Dinput-filter.md173 if(zend_hash_find(HASH_OF(array_ptr), var, var_len+5, (void **)&tmp) == SUCCESS) {
H A Dparameter-parsing-api.md76 H - array or HASH_OF(object) (returned as HashTable*)
/PHP-8.1/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-8.1/ext/mbstring/
H A Dmbstring.c3022 ht = HASH_OF(var); in mb_recursive_encoder_detector_feed()
3075 ht = HASH_OF(var); in mb_recursive_convert_variable()
/PHP-8.1/Zend/
H A Dzend_API.h842 #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
/PHP-8.1/ext/curl/
H A Dinterface.c2806 if (zend_hash_num_elements(HASH_OF(zvalue)) == 0) { in _php_curl_setopt()

Completed in 83 milliseconds