/PHP-8.0/Zend/ |
H A D | zend_hash.c | 285 Bucket *p; in zend_new_pair() 816 Bucket *p; in _zend_hash_str_add_or_update_i() 984 Bucket *p; in _zend_hash_index_add_or_update_i() 1199 Bucket *p; in zend_hash_rehash() 1368 Bucket *p; in zend_hash_del() 1398 Bucket *p; in zend_hash_del_ind() 1446 Bucket *p; in zend_hash_str_del_ind() 1490 Bucket *p; in zend_hash_str_del() 1519 Bucket *p; in zend_hash_index_del() 1776 Bucket *p; in zend_hash_graceful_destroy() [all …]
|
H A D | zend_vm_trace_map.h | 46 static int zend_vm_trace_compare(const Bucket *p1, const Bucket *p2) in zend_vm_trace_compare()
|
H A D | zend_vm_trace_handlers.h | 54 static int zend_vm_trace_compare(const Bucket *p1, const Bucket *p2) in zend_vm_trace_compare()
|
H A D | zend_hash.h | 262 ZEND_API void zend_hash_bucket_swap(Bucket *p, Bucket *q); 263 ZEND_API void zend_hash_bucket_renum_swap(Bucket *p, Bucket *q); 264 ZEND_API void zend_hash_bucket_packed_swap(Bucket *p, Bucket *q); 266 typedef int (*bucket_compare_func_t)(Bucket *a, Bucket *b); 945 Bucket *_p = __ht->arData; \ 946 Bucket *_end = _p + __ht->nNumUsed; \ 957 Bucket *_p = __ht->arData + _idx; \ 978 Bucket *prev = HT_HASH_TO_BUCKET(__ht, i); \ 1195 Bucket *p = ht->arData + idx; in _zend_hash_append_ex() 1221 Bucket *p = ht->arData + idx; in _zend_hash_append_ptr_ex() [all …]
|
H A D | zend_types.h | 355 } Bucket; typedef 372 Bucket *arData; 404 ((Bucket*)((char*)(data) + (idx))) 406 ((idx) * sizeof(Bucket)) 408 ((idx) / sizeof(Bucket)) 431 ((size_t)(nTableSize) * sizeof(Bucket)) 437 (HT_HASH_SIZE((ht)->nTableMask) + ((size_t)(ht)->nNumUsed * sizeof(Bucket))) 466 (ht)->arData = (Bucket*)(((char*)(ptr)) + HT_HASH_SIZE((ht)->nTableMask)); \
|
H A D | zend_string.c | 126 Bucket *p; in zend_interned_string_ht_lookup_ex() 148 Bucket *p; in zend_interned_string_ht_lookup()
|
H A D | zend_ini.c | 169 static int ini_key_compare(Bucket *f, Bucket *s) /* {{{ */ in ini_key_compare()
|
H A D | zend_gc.c | 694 Bucket *p, *end; in gc_scan_black() 813 Bucket *p, *end; in gc_mark_grey() 989 Bucket *p, *end; in gc_scan() 1161 Bucket *p, *end; in gc_collect_white() 1334 Bucket *p, *end; in gc_remove_nested_data_from_buffer()
|
H A D | zend_object_handlers.c | 577 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_std_read_property() 578 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_std_read_property() 1644 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_std_has_property() 1645 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_std_has_property()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 66 Bucket *bucket; 76 Bucket bucket; 109 Bucket *last;
|
H A D | phpdbg_watch.c | 133 …if (memcmp(&((Bucket *) oldPtr)->h, &((Bucket *) newPtr)->h, sizeof(Bucket) - sizeof(zval) /* key/… in phpdbg_check_watch_diff() 305 void phpdbg_set_bucket_watchpoint(Bucket *bucket, phpdbg_watchpoint_t *watch) { 306 phpdbg_set_addr_watchpoint(bucket, sizeof(Bucket), watch); 480 phpdbg_watch_element *phpdbg_add_bucket_watch_element(Bucket *bucket, phpdbg_watch_element *element… 535 phpdbg_add_bucket_watch_element((Bucket *) zv, child); 699 phpdbg_add_bucket_watch_element((Bucket *) zv, element); 1189 phpdbg_add_bucket_watch_element((Bucket *) zv, element); 1209 phpdbg_add_bucket_watch_element((Bucket *) orig_zv, element); 1222 phpdbg_add_bucket_watch_element((Bucket *) zv, element); 1285 element = phpdbg_add_bucket_watch_element((Bucket *) zv, element); [all …]
|
H A D | phpdbg_wait.c | 49 static int phpdbg_array_data_compare(Bucket *f, Bucket *s) { in phpdbg_array_data_compare()
|
/PHP-8.0/ext/standard/ |
H A D | array.c | 2622 Bucket *p; 3180 Bucket *p; 3229 Bucket *p; 4438 Bucket b; 4456 Bucket *p; 5458 Bucket *ab = *(Bucket **)a; 5459 Bucket *bb = *(Bucket **)b; 5482 Bucket *t; 5483 Bucket **f = (Bucket **)p; 5484 Bucket **g = (Bucket **)q; [all …]
|
H A D | info.c | 743 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp()
|
/PHP-8.0/ext/opcache/ |
H A D | zend_persist_calc.c | 73 ADD_SIZE(hash_size * sizeof(uint32_t) + ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist_calc() 119 Bucket *p; in zend_persist_zval_calc() 209 Bucket *p; in zend_persist_op_array_calc_ex() 390 Bucket *p; in zend_persist_class_entry_calc() 535 Bucket *p; in zend_accel_persist_class_table_calc() 556 Bucket *p; in zend_accel_script_persist_calc()
|
H A D | zend_accelerator_util_funcs.c | 85 Bucket *p, *end; in zend_accel_move_user_functions() 116 Bucket *p, *end; in zend_accel_move_user_classes() 147 Bucket *p, *end; in zend_hash_clone_constants() 176 Bucket *p, *end; in zend_hash_clone_methods() 216 Bucket *p, *end; in zend_hash_clone_prop_info() 430 Bucket *p, *end; in zend_accel_function_hash_copy() 482 Bucket *p, *end; in zend_accel_function_hash_copy_from_shm() 525 Bucket *p, *end; in zend_accel_class_hash_copy() 562 Bucket *p, *end; in zend_accel_class_hash_copy_from_shm()
|
H A D | zend_persist.c | 91 Bucket *p; in zend_hash_persist() 123 Bucket *old_buckets = ht->arData; in zend_hash_persist() 133 …r*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumUsed * sizeof(Bucket)))); in zend_hash_persist() 135 memcpy(ht->arData, old_buckets, ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist() 205 Bucket *p; in zend_persist_zval() 439 Bucket *p; in zend_persist_op_array_ex() 788 Bucket *p; in zend_persist_class_entry() 1140 Bucket *p; in zend_accel_persist_class_table() 1172 Bucket *p; in zend_accel_script_persist()
|
H A D | ZendAccelerator.c | 573 Bucket *p, *q; in accel_copy_permanent_strings() 2393 Bucket *p; in accel_reset_pcre_cache() 3335 Bucket *p; 3374 Bucket *p; 3440 Bucket *b1 = base; 3441 Bucket *b2; 3442 Bucket *end = b1 + count; 3443 Bucket tmp; 4326 Bucket *p = script->function_table.arData; 4337 Bucket *p = script->class_table.arData; [all …]
|
/PHP-8.0/ext/spl/ |
H A D | php_spl.c | 471 Bucket tmp = (ht)->arData[(ht)->nNumUsed-1]; \ 473 sizeof(Bucket) * ((ht)->nNumUsed - 1)); \ 478 static Bucket *spl_find_registered_function(autoload_func_info *find_alfi) { in spl_find_registered_function() 584 Bucket *p = spl_find_registered_function(alfi); in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/collator/ |
H A D | collator_sort.c | 195 static int collator_compare_func(Bucket *f, Bucket *s) in collator_compare_func()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_disasm_x86.c | 248 static int zend_jit_cmp_labels(Bucket *b1, Bucket *b2) in zend_jit_cmp_labels()
|
H A D | zend_jit_helpers.c | 1673 if (EXPECTED(idx < EG(symbol_table).nNumUsed * sizeof(Bucket))) { in zend_jit_fetch_global_helper() 1674 Bucket *p = (Bucket*)((char*)EG(symbol_table).arData + idx); in zend_jit_fetch_global_helper() 1828 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_jit_fetch_obj_r_dynamic() 1829 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_jit_fetch_obj_r_dynamic() 1886 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_jit_fetch_obj_is_dynamic() 1887 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_jit_fetch_obj_is_dynamic()
|
/PHP-8.0/ext/phar/ |
H A D | dirstream.c | 158 static int phar_compare_dir_name(Bucket *f, Bucket *s) /* {{{ */ in phar_compare_dir_name()
|
/PHP-8.0/ |
H A D | UPGRADING.INTERNALS | 119 typedef int (*bucket_compare_func_t)(Bucket *a, Bucket *b);
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli.c | 178 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp()
|