/PHP-8.2/Zend/ |
H A D | zend_hash.c | 511 uint32_t idx; in zend_hash_iterator_add() local 673 uint32_t idx; in zend_hash_find_bucket() local 710 uint32_t idx; in zend_hash_str_find_bucket() local 732 uint32_t idx; in zend_hash_index_find_bucket() local 753 uint32_t idx; in _zend_hash_add_or_update_i() local 834 uint32_t idx; in _zend_hash_str_add_or_update_i() local 1018 uint32_t idx; in _zend_hash_index_add_or_update_i() local 1476 uint32_t idx; in zend_hash_del() local 1508 uint32_t idx; in zend_hash_del_ind() local 1558 uint32_t idx; in zend_hash_str_del_ind() local [all …]
|
H A D | zend_gc.c | 165 #define GC_IDX2PTR(idx) (GC_G(buf) + (idx)) argument 327 static zend_always_inline uint32_t gc_compress(uint32_t idx) in gc_compress() 355 uint32_t idx; in gc_fetch_unused() local 374 uint32_t idx; in gc_fetch_next_unused() local 585 uint32_t idx; in gc_possible_root_when_full() local 629 uint32_t idx; in gc_possible_root() local 672 uint32_t idx = GC_REF_ADDRESS(ref); in gc_remove_from_buffer() local 945 uint32_t idx; in gc_compact() local 1146 uint32_t idx; in gc_add_garbage() local 1314 uint32_t idx, end; in gc_collect_roots() local [all …]
|
H A D | zend_hash.h | 472 zend_ulong idx; in zend_symtable_add_new() local 483 zend_ulong idx; in zend_symtable_update() local 495 zend_ulong idx; in zend_symtable_update_ind() local 507 zend_ulong idx; in zend_symtable_del() local 519 zend_ulong idx; in zend_symtable_del_ind() local 531 zend_ulong idx; in zend_symtable_find() local 543 zend_ulong idx; in zend_symtable_find_ind() local 555 zend_ulong idx; in zend_symtable_exists() local 567 zend_ulong idx; in zend_symtable_exists_ind() local 579 zend_ulong idx; in zend_symtable_str_update() local [all …]
|
H A D | zend_string.c | 135 uint32_t idx; in zend_interned_string_ht_lookup_ex() local 155 uint32_t idx; in zend_interned_string_ht_lookup() local
|
H A D | zend_portability.h | 238 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 240 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument 244 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 246 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
|
H A D | zend_object_handlers.c | 644 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_read_property() local 662 uintptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_std_read_property() local 1784 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_has_property() local 1802 uintptr_t idx = (char*)value - (char*)zobj->properties->arData; in zend_std_has_property() local
|
H A D | zend_types.h | 423 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument 425 # define HT_IDX_TO_HASH(idx) \ argument 427 # define HT_HASH_TO_IDX(idx) \ argument 431 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument 433 # define HT_IDX_TO_HASH(idx) \ argument 435 # define HT_HASH_TO_IDX(idx) \ argument 441 #define HT_HASH_EX(data, idx) \ argument 443 #define HT_HASH(ht, idx) \ argument 490 #define HT_HASH_TO_BUCKET(ht, idx) \ argument
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_btree.h | 25 zend_ulong idx; member 61 #define phpdbg_btree_insert(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument 62 #define phpdbg_btree_update(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument 63 #define phpdbg_btree_overwrite(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG… argument
|
H A D | phpdbg_btree.c | 40 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find() 67 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest() 144 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update() 179 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_delete()
|
H A D | phpdbg_watch.c | 570 void phpdbg_add_recursive_watch_from_ht(phpdbg_watch_element *element, zend_long idx, zend_string *… 633 zend_long idx; local 1021 zend_long idx; local
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_typeinfo.c | 97 UINT idx; in php_com_load_typelib() local 341 unsigned int idx; in php_com_locate_typeinfo() local 348 unsigned int idx; in php_com_locate_typeinfo() local
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 491 …_init_call_ex(zend_execute_data *call, zend_jit_trace_rec *trace_buffer, int idx, uint32_t is_mega… in zend_jit_trace_record_fake_init_call_ex() 538 …ake_init_call(zend_execute_data *call, zend_jit_trace_rec *trace_buffer, int idx, uint32_t is_mega… in zend_jit_trace_record_fake_init_call() 545 int idx; in zend_jit_trace_subtrace() local 598 int idx, count; local
|
H A D | zend_jit_helpers.c | 232 zend_ulong idx; in zend_jit_symtable_find() local 255 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw_no_packed(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw_no_packed() 268 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw() 290 zend_ulong idx; in zend_jit_symtable_lookup_rw() local 325 zend_ulong idx; in zend_jit_symtable_lookup_w() local 1766 uintptr_t idx; in zend_jit_fetch_global_helper() local 1871 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_r_dynamic() local 1890 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_r_dynamic() local 1927 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_is_dynamic() local 1946 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_is_dynamic() local
|
H A D | zend_jit_trace.c | 1079 int idx = tssa->vars[var].definition; in is_checked_guard() local 1188 int i, v, idx, len, ssa_ops_count, vars_count, ssa_vars_count; in zend_jit_trace_build_tssa() local 2646 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_build_tssa() local 2709 int i, j, idx, count, level; in zend_jit_trace_allocate_registers() local 7401 int idx, len, i, v, vars_count, call_level; in zend_jit_dump_trace() local 7765 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_root() local 8099 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_side() local
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 100 uint32_t idx = 0; in PHP_FUNCTION() local
|
/PHP-8.2/scripts/dev/ |
H A D | check_parameters.php | 129 function check_param($db, $idx, $exp, $optional, $allow_uninit = false)
|
/PHP-8.2/main/ |
H A D | php_variables.c | 75 zend_ulong idx; in php_register_known_variable() local 309 zend_ulong idx; in php_register_variable_ex() local 607 zend_ulong idx; in import_environment_variable() local
|
/PHP-8.2/ext/standard/ |
H A D | http.c | 34 zend_ulong idx; in php_url_encode_hash_ex() local
|
H A D | metaphone.c | 123 int idx; in Lookahead() local
|
H A D | array.c | 2883 int64_t idx, j, n_elems, rnd_idx, n_left; local 2991 uint32_t idx; local 3204 uint32_t idx; local 3269 uint32_t idx; local 3629 zend_long idx = zv - ht->arPacked; local 4556 uint32_t i, idx; local 4772 uint32_t idx; local 5157 uint32_t idx; local 5427 zend_long idx; local 5623 uint32_t idx; local
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 55 zend_ulong idx; in MYSQLND_METHOD() local
|
/PHP-8.2/win32/ |
H A D | codepage.c | 109 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w() local 386 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
|
/PHP-8.2/ext/zip/ |
H A D | php_zip.c | 2003 zend_long idx = -1; local 2108 int idx; local 2173 zip_int64_t idx; local 2234 zip_int64_t idx; local 2299 zip_int64_t idx; local 2358 int idx; local 2417 zip_int64_t idx; local 2477 zip_int64_t idx; local
|
/PHP-8.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_iso2022_jp_ms.c | 234 int idx; in cp932ext3_cp932ext2_jis() local
|
/PHP-8.2/ext/opcache/jit/libudis86/ |
H A D | decode.c | 1076 uint8_t idx; in decode_ssepfx() local 1148 uint8_t idx = 0; in decode_ext() local
|