Home
last modified time | relevance | path

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

12

/PHP-7.2/Zend/
H A Dzend_hash.c546 Bucket *p; in _zend_hash_add_or_update_i()
709 Bucket *p; in _zend_hash_index_add_or_update_i()
874 Bucket *p; in zend_hash_rehash()
1036 Bucket *p; in zend_hash_del()
1067 Bucket *p; in zend_hash_del_ind()
1116 Bucket *p; in zend_hash_str_del_ind()
1160 Bucket *p; in zend_hash_str_del()
1189 Bucket *p; in zend_hash_index_del()
1446 Bucket *p; in zend_hash_graceful_destroy()
1466 Bucket *p; in zend_hash_graceful_reverse_destroy()
[all …]
H A Dzend_hash.h232 ZEND_API void zend_hash_bucket_swap(Bucket *p, Bucket *q);
233 ZEND_API void zend_hash_bucket_renum_swap(Bucket *p, Bucket *q);
234 ZEND_API void zend_hash_bucket_packed_swap(Bucket *p, Bucket *q);
831 Bucket *_p = __ht->arData; \
832 Bucket *_end = _p + __ht->nNumUsed; \
844 Bucket *_p = __ht->arData + (_idx - 1); \
862 Bucket *prev = HT_HASH_TO_BUCKET(__ht, i); \
998 Bucket *__fill_bkt = __fill_ht->arData + __fill_ht->nNumUsed; \
1021 Bucket *p = ht->arData + idx; in _zend_hash_append()
1043 Bucket *p = ht->arData + idx; in _zend_hash_append_ptr()
[all …]
H A Dzend_types.h232 } Bucket; typedef
249 Bucket *arData;
281 ((Bucket*)((char*)(data) + (idx)))
283 ((idx) * sizeof(Bucket))
285 ((idx) / sizeof(Bucket))
306 ((size_t)(nTableSize) * sizeof(Bucket))
312 (HT_HASH_SIZE((ht)->nTableMask) + ((size_t)(ht)->nNumUsed * sizeof(Bucket)))
323 (ht)->arData = (Bucket*)(((char*)(ptr)) + HT_HASH_SIZE((ht)->nTableMask)); \
H A Dzend_ini.c185 const Bucket *f; in ini_key_compare()
186 const Bucket *s; in ini_key_compare()
188 f = (const Bucket *) a; in ini_key_compare()
189 s = (const Bucket *) b; in ini_key_compare()
H A Dzend_string.c114 Bucket *p; in zend_interned_string_ht_lookup()
H A Dzend_gc.c371 Bucket *p, *end; in gc_scan_black()
482 Bucket *p, *end; in gc_mark_grey()
603 Bucket *p, *end; in gc_scan()
764 Bucket *p, *end;
952 Bucket *p, *end;
H A Dzend_API.c1894 Bucket *b1 = base; in zend_sort_modules()
1895 Bucket *b2; in zend_sort_modules()
1896 Bucket *end = b1 + count; in zend_sort_modules()
1897 Bucket tmp; in zend_sort_modules()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_watch.h68 Bucket *bucket;
78 Bucket bucket;
111 Bucket *last;
H A Dphpdbg_watch.c135 …if (memcmp(&((Bucket *) oldPtr)->h, &((Bucket *) newPtr)->h, sizeof(Bucket) - sizeof(zval) /* key/… in phpdbg_check_watch_diff()
307 void phpdbg_set_bucket_watchpoint(Bucket *bucket, phpdbg_watchpoint_t *watch) {
308 phpdbg_set_addr_watchpoint(bucket, sizeof(Bucket), watch);
481 phpdbg_watch_element *phpdbg_add_bucket_watch_element(Bucket *bucket, phpdbg_watch_element *element…
536 phpdbg_add_bucket_watch_element((Bucket *) zv, child);
700 phpdbg_add_bucket_watch_element((Bucket *) zv, element);
1188 phpdbg_add_bucket_watch_element((Bucket *) zv, element);
1208 phpdbg_add_bucket_watch_element((Bucket *) orig_zv, element);
1221 phpdbg_add_bucket_watch_element((Bucket *) zv, element);
1282 element = phpdbg_add_bucket_watch_element((Bucket *) zv, element);
[all …]
H A Dphpdbg_wait.c52 Bucket *f, *s; in phpdbg_array_data_compare()
56 f = *((Bucket **) a); in phpdbg_array_data_compare()
57 s = *((Bucket **) b); in phpdbg_array_data_compare()
/PHP-7.2/ext/standard/
H A Darray.c144 Bucket *f = (Bucket *) a; in php_array_key_compare()
145 Bucket *s = (Bucket *) b; in php_array_key_compare()
191 Bucket *f = (Bucket *) a; in php_array_key_compare_numeric()
192 Bucket *s = (Bucket *) b; in php_array_key_compare_numeric()
221 Bucket *f = (Bucket *) a; in php_array_key_compare_string_case()
222 Bucket *s = (Bucket *) b; in php_array_key_compare_string_case()
254 Bucket *f = (Bucket *) a; in php_array_key_compare_string()
255 Bucket *s = (Bucket *) b; in php_array_key_compare_string()
287 Bucket *f = (Bucket *) a; in php_array_key_compare_string_natural_general()
288 Bucket *s = (Bucket *) b; in php_array_key_compare_string_natural_general()
[all …]
H A Dinfo.c779 Bucket *f = (Bucket *) a; in module_name_cmp()
780 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.2/ext/intl/collator/
H A Dcollator_sort.c215 Bucket *f; in collator_compare_func()
216 Bucket *s; in collator_compare_func()
221 f = (Bucket *) a; in collator_compare_func()
222 s = (Bucket *) b; in collator_compare_func()
/PHP-7.2/ext/opcache/
H A Dzend_persist.c87 Bucket *p; in zend_hash_persist()
117 Bucket *old_buckets = ht->arData; in zend_hash_persist()
131 …r*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumUsed * sizeof(Bucket)))); in zend_hash_persist()
133 memcpy(ht->arData, old_buckets, ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist()
181 Bucket *p; in zend_hash_persist_immutable()
209 Bucket *old_buckets = ht->arData; in zend_hash_persist_immutable()
223 …mem) = (void*)((char*)ZCG(mem) + (hash_size * sizeof(uint32_t)) + (ht->nNumUsed * sizeof(Bucket))); in zend_hash_persist_immutable()
225 memcpy(ht->arData, old_buckets, ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist_immutable()
H A Dzend_accelerator_util_funcs.c120 Bucket *p; in zend_accel_move_user_functions()
174 Bucket *p, *q, *end; in zend_hash_clone_constants()
225 Bucket *p, *q, *end; in zend_hash_clone_methods()
283 Bucket *p, *q, *end; in zend_hash_clone_prop_info()
476 Bucket *p, *end; in zend_accel_function_hash_copy()
520 Bucket *p, *end; in zend_accel_function_hash_copy_from_shm()
563 Bucket *p, *end; in zend_accel_class_hash_copy()
H A Dzend_persist_calc.c57 Bucket *p; in zend_hash_persist_calc()
75 ADD_SIZE(hash_size * sizeof(uint32_t) + ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist_calc()
H A DZendAccelerator.c371 Bucket *p; in accel_interned_strings_restore_state()
407 Bucket *arData, *p; in accel_find_interned_string()
445 Bucket *p; in accel_new_interned_string()
511 Bucket *p, *q; in accel_copy_permanent_strings()
2214 Bucket *p; in accel_reset_pcre_cache()
H A Dzend_file_cache.c265 Bucket *p, *end;
923 Bucket *p, *end;
/PHP-7.2/ext/phar/
H A Ddirstream.c157 Bucket *f; in phar_compare_dir_name()
158 Bucket *s; in phar_compare_dir_name()
161 f = (Bucket *) a; in phar_compare_dir_name()
162 s = (Bucket *) b; in phar_compare_dir_name()
H A Dstream.c882 Bucket *b; in phar_wrapper_rename()
/PHP-7.2/sapi/cli/
H A Dphp_cli.c197 Bucket *f = (Bucket *) a; in module_name_cmp()
198 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c232 Bucket *f = (Bucket *) a; in module_name_cmp()
233 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c258 Bucket *f = (Bucket *) a; in module_name_cmp()
259 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.2/ext/spl/
H A Dphp_spl.c472 Bucket tmp = (ht)->arData[(ht)->nNumUsed-1]; \
474 sizeof(Bucket) * ((ht)->nNumUsed - 1)); \
/PHP-7.2/
H A D.gdbinit335 set $p = (Bucket*)($ht->arData + $i)

Completed in 115 milliseconds

12