Home
last modified time | relevance | path

Searched refs:Bucket (Results 1 – 25 of 42) sorted by relevance

12

/php-src/Zend/
H A Dzend_hash.c350 Bucket *dst; in zend_hash_packed_to_hash()
898 Bucket *p; in _zend_hash_str_add_or_update_i()
1082 Bucket *p; in _zend_hash_index_add_or_update_i()
1325 Bucket *p; in zend_hash_rehash()
1534 Bucket *p; in zend_hash_del()
1566 Bucket *p; in zend_hash_del_ind()
1616 Bucket *p; in zend_hash_str_del_ind()
1661 Bucket *p; in zend_hash_str_del()
1691 Bucket *p; in zend_hash_index_del()
2542 Bucket *p; in zend_hash_merge()
[all …]
H A Dzend_vm_trace_map.h46 static int zend_vm_trace_compare(const Bucket *p1, const Bucket *p2) in zend_vm_trace_compare()
H A Dzend_vm_trace_handlers.h54 static int zend_vm_trace_compare(const Bucket *p1, const Bucket *p2) in zend_vm_trace_compare()
H A Dzend_hash.h294 ZEND_API void zend_hash_bucket_swap(Bucket *p, Bucket *q);
295 ZEND_API void zend_hash_bucket_renum_swap(Bucket *p, Bucket *q);
296 ZEND_API void zend_hash_bucket_packed_swap(Bucket *p, Bucket *q);
298 typedef int (*bucket_compare_func_t)(Bucket *a, Bucket *b);
1032 Bucket *_p = (Bucket*)__z; \
1059 Bucket *_p = (Bucket*)__z; \
1236 Bucket *_p = __ht->arData + (_from); \
1251 Bucket *_p = __ht->arData + _idx; \
1611 Bucket *p = ht->arData + idx; in _zend_hash_append_ex()
1637 Bucket *p = ht->arData + idx; in _zend_hash_append_ptr_ex()
[all …]
H A Dzend_types.h384 } Bucket; typedef
403 Bucket *arData; /* array of hash buckets */
444 ((Bucket*)((char*)(data) + (idx)))
446 ((idx) * sizeof(Bucket))
448 ((idx) / sizeof(Bucket))
471 ((size_t)(nTableSize) * sizeof(Bucket))
477 (HT_HASH_SIZE((ht)->nTableMask) + ((size_t)(ht)->nNumUsed * sizeof(Bucket)))
543 (ht)->arData = (Bucket*)(((char*)(ptr)) + HT_HASH_SIZE((ht)->nTableMask)); \
H A Dzend_string.c141 Bucket *p; in zend_interned_string_ht_lookup_ex()
161 Bucket *p; in zend_interned_string_ht_lookup()
H A Dzend_gc.c779 Bucket *p; in gc_scan_black()
925 p = (Bucket*)zv; in gc_scan_black()
978 Bucket *p; in gc_mark_grey()
1209 Bucket *p; in gc_scan()
1421 Bucket *p; in gc_collect_white()
1648 Bucket *p; in gc_remove_nested_data_from_buffer()
H A Dzend_object_handlers.c661 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_std_read_property()
662 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_std_read_property()
1837 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_std_has_property()
1838 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_std_has_property()
H A Dzend_ini.c176 static int ini_key_compare(Bucket *f, Bucket *s) /* {{{ */ in ini_key_compare()
/php-src/ext/standard/
H A Darray.c3579 Bucket *p;
3677 Bucket *p;
4899 Bucket b;
4917 Bucket *p;
5969 Bucket *ab = *(Bucket **)a;
5970 Bucket *bb = *(Bucket **)b;
5993 Bucket *t;
5994 Bucket **f = (Bucket **)p;
5995 Bucket **g = (Bucket **)q;
6122 Bucket *indirects = (Bucket *)safe_emalloc(array_size, sizeof(Bucket) * (num_arrays + 1), 0);
[all …]
H A Dinfo.c772 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.h66 Bucket *bucket;
76 Bucket bucket;
H A Dphpdbg_watch.c141 …if (memcmp(&((Bucket *) oldPtr)->h, &((Bucket *) newPtr)->h, sizeof(Bucket) - sizeof(zval) /* key/… in phpdbg_check_watch_diff()
362 void phpdbg_set_bucket_watchpoint(Bucket *bucket, phpdbg_watchpoint_t *watch) {
363 phpdbg_set_addr_watchpoint(bucket, sizeof(Bucket), watch);
537 phpdbg_watch_element *phpdbg_add_bucket_watch_element(Bucket *bucket, phpdbg_watch_element *element…
592 phpdbg_add_bucket_watch_element((Bucket *) zv, child);
750 phpdbg_add_bucket_watch_element((Bucket *) zv, element);
1250 phpdbg_add_bucket_watch_element((Bucket *) zv, element);
1270 phpdbg_add_bucket_watch_element((Bucket *) orig_zv, element);
1283 phpdbg_add_bucket_watch_element((Bucket *) zv, element);
1346 element = phpdbg_add_bucket_watch_element((Bucket *) zv, element);
[all …]
/php-src/ext/opcache/
H A Dzend_persist_calc.c67 ADD_SIZE(hash_size * sizeof(uint32_t) + ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist_calc()
128 Bucket *p; in zend_persist_zval_calc()
230 Bucket *p; in zend_persist_op_array_calc_ex()
408 Bucket *p; in zend_persist_class_entry_calc()
560 Bucket *p; in zend_accel_persist_class_table_calc()
593 Bucket *p; in zend_accel_script_persist_calc()
H A Dzend_accelerator_util_funcs.c88 Bucket *p, *end; in zend_accel_move_user_functions()
119 Bucket *p, *end; in zend_accel_move_user_classes()
151 Bucket *p, *end; in _zend_accel_function_hash_copy()
202 Bucket *p, *end; in _zend_accel_class_hash_copy()
H A Dzend_persist.c95 Bucket *p; in zend_hash_persist()
131 Bucket *old_buckets = ht->arData; in zend_hash_persist()
141 …r*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumUsed * sizeof(Bucket)))); in zend_hash_persist()
143 memcpy(ht->arData, old_buckets, ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist()
237 Bucket *p; in zend_persist_zval()
491 Bucket *p; in zend_persist_op_array_ex()
850 Bucket *p; in zend_persist_class_entry()
1224 Bucket *p; in zend_accel_persist_class_table()
1320 Bucket *p; in zend_accel_script_persist()
H A DZendAccelerator.c631 Bucket *p, *q; in accel_copy_permanent_strings()
2588 Bucket *p; in accel_reset_pcre_cache()
3549 Bucket *p;
3588 Bucket *p;
3644 Bucket *b1 = base;
3645 Bucket *b2;
3646 Bucket *end = b1 + count;
3647 Bucket tmp;
4282 Bucket *p = script->function_table.arData;
4293 Bucket *p = script->class_table.arData;
[all …]
/php-src/ext/spl/
H A Dphp_spl.c480 Bucket tmp = (ht)->arData[(ht)->nNumUsed-1]; \
482 sizeof(Bucket) * ((ht)->nNumUsed - 1)); \
487 static Bucket *spl_find_registered_function(autoload_func_info *find_alfi) { in spl_find_registered_function()
602 Bucket *p = spl_find_registered_function(alfi); in PHP_FUNCTION()
H A Dspl_array.c51 Bucket *bucket;
1835 new_intern->bucket = (Bucket *)((char *)(arg1) - XtOffsetOf(Bucket, val));; in spl_instantiate_child_arg()
/php-src/ext/dom/
H A Dnamespace_compat.c62 ZEND_ASSERT(XtOffsetOf(Bucket, val) == 0); in php_dom_libxml_ns_mapper_ensure_prefix_map()
64 Bucket *bucket = (Bucket *) zv; in php_dom_libxml_ns_mapper_ensure_prefix_map()
/php-src/ext/intl/collator/
H A Dcollator_sort.c191 static int collator_compare_func(Bucket *f, Bucket *s) in collator_compare_func()
/php-src/ext/phar/
H A Ddirstream.c156 static int phar_compare_dir_name(Bucket *f, Bucket *s) /* {{{ */ in phar_compare_dir_name()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1781 if (EXPECTED(idx < EG(symbol_table).nNumUsed * sizeof(Bucket))) { in zend_jit_fetch_global_helper()
1782 Bucket *p = (Bucket*)((char*)EG(symbol_table).arData + idx); in zend_jit_fetch_global_helper()
1877 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_jit_fetch_obj_r_dynamic()
1878 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_jit_fetch_obj_r_dynamic()
1933 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_jit_fetch_obj_is_dynamic()
1934 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_jit_fetch_obj_is_dynamic()
/php-src/sapi/cli/
H A Dphp_cli.c182 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp()
/php-src/
H A D.gdbinit232 set $p = (Bucket*)($ht->arData + $k)
338 set $bucket = (Bucket*)($ht->arData + $i)

Completed in 159 milliseconds

12