Home
last modified time | relevance | path

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

/php-src/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-src/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-src/ext/dom/
H A Dnodelist.c65 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_get_nodelist_length()
145 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_nodelist_get_item_into_zval()
H A Ddom_iterators.c180 HashTable *nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_iterator_move_forward()
278 nodeht = HASH_OF(&objmap->baseobj_zv); in php_dom_get_iterator()
/php-src/ext/standard/
H A Dhttp.c200 …php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, new_prefix, (Z_TYPE_P(zdata) == IS_OBJECT… in php_url_encode_hash_ex()
237 …php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, /* key_prefix */ NULL, (Z_… in PHP_FUNCTION()
H A Darray.c1467 HashTable *target_hash = HASH_OF(array); in php_array_walk()
/php-src/docs-old/
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.md82 H - array or HASH_OF(object) (returned as HashTable*)
/php-src/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-src/ext/curl/
H A Dinterface.c1535 ZEND_HASH_FOREACH_VAL(HASH_OF(current), current_element) { in build_mime_structure_from_hash()
2127 if (zend_hash_num_elements(HASH_OF(zvalue)) == 0) { in _php_curl_setopt()
/php-src/ext/mbstring/
H A Dmbstring.c3691 HashTable *ht = HASH_OF(var); in mb_recursive_count_strings()
3723 HashTable *ht = HASH_OF(var); in mb_recursive_find_strings()
3766 HashTable *ht = HASH_OF(var); in mb_recursive_convert_variable()
/php-src/Zend/
H A Dzend_API.h1060 #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

Completed in 82 milliseconds