Home
last modified time | relevance | path

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

12

/PHP-7.3/Zend/
H A Dzend_hash.c734 Bucket *p; in _zend_hash_str_add_or_update_i()
900 Bucket *p; in _zend_hash_index_add_or_update_i()
1050 Bucket *p; in zend_hash_rehash()
1220 Bucket *p; in zend_hash_del()
1250 Bucket *p; in zend_hash_del_ind()
1298 Bucket *p; in zend_hash_str_del_ind()
1342 Bucket *p; in zend_hash_str_del()
1371 Bucket *p; in zend_hash_index_del()
1628 Bucket *p; in zend_hash_graceful_destroy()
1648 Bucket *p; in zend_hash_graceful_reverse_destroy()
[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.h244 ZEND_API void zend_hash_bucket_swap(Bucket *p, Bucket *q);
245 ZEND_API void zend_hash_bucket_renum_swap(Bucket *p, Bucket *q);
246 ZEND_API void zend_hash_bucket_packed_swap(Bucket *p, Bucket *q);
896 Bucket *_p = __ht->arData; \
897 Bucket *_end = _p + __ht->nNumUsed; \
908 Bucket *_p = __ht->arData + _idx; \
929 Bucket *prev = HT_HASH_TO_BUCKET(__ht, i); \
1055 Bucket *__fill_bkt = __fill_ht->arData + __fill_ht->nNumUsed; \
1078 Bucket *p = ht->arData + idx; in _zend_hash_append_ex()
1104 Bucket *p = ht->arData + idx; in _zend_hash_append_ptr_ex()
[all …]
H A Dzend_ini.c183 const Bucket *f; in ini_key_compare()
184 const Bucket *s; in ini_key_compare()
186 f = (const Bucket *) a; in ini_key_compare()
187 s = (const Bucket *) b; in ini_key_compare()
H A Dzend_types.h233 } Bucket; typedef
250 Bucket *arData;
282 ((Bucket*)((char*)(data) + (idx)))
284 ((idx) * sizeof(Bucket))
286 ((idx) / sizeof(Bucket))
309 ((size_t)(nTableSize) * sizeof(Bucket))
315 (HT_HASH_SIZE((ht)->nTableMask) + ((size_t)(ht)->nNumUsed * sizeof(Bucket)))
344 (ht)->arData = (Bucket*)(((char*)(ptr)) + HT_HASH_SIZE((ht)->nTableMask)); \
H A Dzend_string.c128 Bucket *p; in zend_interned_string_ht_lookup_ex()
150 Bucket *p; in zend_interned_string_ht_lookup()
H A Dzend_object_handlers.c643 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_std_read_property()
644 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_std_read_property()
1612 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) { in zend_std_has_property()
1613 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_std_has_property()
H A Dzend_gc.c686 Bucket *p, *end; in gc_scan_black()
806 Bucket *p, *end; in gc_mark_grey()
988 Bucket *p, *end; in gc_scan()
1161 Bucket *p, *end; in gc_collect_white()
1349 Bucket *p, *end; in gc_remove_nested_data_from_buffer()
H A Dzend_vm_def.h1825 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) {
1826 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx);
1969 if (EXPECTED(idx < zobj->properties->nNumUsed * sizeof(Bucket))) {
1970 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx);
5847 Bucket *p;
5998 Bucket *p;
7462 if (EXPECTED(idx < EG(symbol_table).nNumUsed * sizeof(Bucket))) {
7463 Bucket *p = (Bucket*)((char*)EG(symbol_table).arData + idx);
8827 Bucket *p;
/PHP-7.3/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);
482 phpdbg_watch_element *phpdbg_add_bucket_watch_element(Bucket *bucket, phpdbg_watch_element *element…
537 phpdbg_add_bucket_watch_element((Bucket *) zv, child);
701 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);
1283 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.3/ext/standard/
H A Darray.c142 Bucket *f = (Bucket *) a; in php_array_key_compare()
143 Bucket *s = (Bucket *) b; in php_array_key_compare()
189 Bucket *f = (Bucket *) a; in php_array_key_compare_numeric()
190 Bucket *s = (Bucket *) b; in php_array_key_compare_numeric()
219 Bucket *f = (Bucket *) a; in php_array_key_compare_string_case()
220 Bucket *s = (Bucket *) b; in php_array_key_compare_string_case()
252 Bucket *f = (Bucket *) a; in php_array_key_compare_string()
253 Bucket *s = (Bucket *) b; in php_array_key_compare_string()
285 Bucket *f = (Bucket *) a; in php_array_key_compare_string_natural_general()
286 Bucket *s = (Bucket *) b; in php_array_key_compare_string_natural_general()
[all …]
H A Dinfo.c771 Bucket *f = (Bucket *) a; in module_name_cmp()
772 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.3/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.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c120 Bucket *p; in zend_accel_move_user_functions()
173 Bucket *p, *q, *end; in zend_hash_clone_constants()
224 Bucket *p, *q, *end; in zend_hash_clone_methods()
282 Bucket *p, *q, *end; in zend_hash_clone_prop_info()
468 Bucket *p, *end; in zend_accel_function_hash_copy()
512 Bucket *p, *end; in zend_accel_function_hash_copy_from_shm()
555 Bucket *p, *end; in zend_accel_class_hash_copy()
592 Bucket *p, *end; in zend_accel_class_hash_copy_from_shm()
H A Dzend_persist.c89 Bucket *p; in zend_hash_persist()
120 Bucket *old_buckets = ht->arData; in zend_hash_persist()
134 …r*)ZCG(mem) + ZEND_ALIGNED_SIZE((hash_size * sizeof(uint32_t)) + (ht->nNumUsed * sizeof(Bucket)))); in zend_hash_persist()
136 memcpy(ht->arData, old_buckets, ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist()
184 Bucket *p; in zend_hash_persist_immutable()
213 Bucket *old_buckets = ht->arData; in zend_hash_persist_immutable()
227 …mem) = (void*)((char*)ZCG(mem) + (hash_size * sizeof(uint32_t)) + (ht->nNumUsed * sizeof(Bucket))); in zend_hash_persist_immutable()
229 memcpy(ht->arData, old_buckets, ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist_immutable()
H A Dzend_persist_calc.c54 Bucket *p; in zend_hash_persist_calc()
72 ADD_SIZE(hash_size * sizeof(uint32_t) + ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist_calc()
H A Dzend_file_cache.c273 Bucket *p, *end;
922 Bucket *p, *end;
/PHP-7.3/ext/phar/
H A Ddirstream.c158 Bucket *f; in phar_compare_dir_name()
159 Bucket *s; in phar_compare_dir_name()
162 f = (Bucket *) a; in phar_compare_dir_name()
163 s = (Bucket *) b; in phar_compare_dir_name()
/PHP-7.3/sapi/cli/
H A Dphp_cli.c195 Bucket *f = (Bucket *) a; in module_name_cmp()
196 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c201 Bucket *f = (Bucket *) a; in module_name_cmp()
202 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c256 Bucket *f = (Bucket *) a; in module_name_cmp()
257 Bucket *s = (Bucket *) b; in module_name_cmp()
/PHP-7.3/ext/spl/
H A Dphp_spl.c489 Bucket tmp = (ht)->arData[(ht)->nNumUsed-1]; \
491 sizeof(Bucket) * ((ht)->nNumUsed - 1)); \

Completed in 197 milliseconds

12