/PHP-7.4/Zend/ |
H A D | zend_hash.c | 459 uint32_t idx; in zend_hash_iterator_add() local 621 uint32_t idx; in zend_hash_find_bucket() local 661 uint32_t idx; in zend_hash_str_find_bucket() local 684 uint32_t idx; in zend_hash_index_find_bucket() local 705 uint32_t idx; in _zend_hash_add_or_update_i() local 793 uint32_t idx; in _zend_hash_str_add_or_update_i() local 961 uint32_t idx; in _zend_hash_index_add_or_update_i() local 1342 uint32_t idx; in zend_hash_del() local 1372 uint32_t idx; in zend_hash_del_ind() local 1420 uint32_t idx; in zend_hash_str_del_ind() local [all …]
|
H A D | zend_gc.c | 164 #define GC_IDX2PTR(idx) (GC_G(buf) + (idx)) argument 326 static zend_always_inline uint32_t gc_compress(uint32_t idx) in gc_compress() 354 uint32_t idx; in gc_fetch_unused() local 373 uint32_t idx; in gc_fetch_next_unused() local 584 uint32_t idx; in gc_possible_root_when_full() local 628 uint32_t idx; in gc_possible_root() local 671 uint32_t idx = GC_REF_ADDRESS(ref); in gc_remove_from_buffer() local 936 uint32_t idx; in gc_compact() local 1131 uint32_t idx; in gc_add_garbage() local 1289 uint32_t idx, end; in gc_collect_roots() local [all …]
|
H A D | zend_hash.h | 410 zend_ulong idx; in zend_symtable_add_new() local 421 zend_ulong idx; in zend_symtable_update() local 433 zend_ulong idx; in zend_symtable_update_ind() local 445 zend_ulong idx; in zend_symtable_del() local 457 zend_ulong idx; in zend_symtable_del_ind() local 469 zend_ulong idx; in zend_symtable_find() local 481 zend_ulong idx; in zend_symtable_find_ind() local 493 zend_ulong idx; in zend_symtable_exists() local 505 zend_ulong idx; in zend_symtable_exists_ind() local 517 zend_ulong idx; in zend_symtable_str_update() local [all …]
|
H A D | zend_string.c | 125 uint32_t idx; in zend_interned_string_ht_lookup_ex() local 147 uint32_t idx; in zend_interned_string_ht_lookup() local
|
H A D | zend_portability.h | 203 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 205 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument 209 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 211 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
|
H A D | zend_object_handlers.c | 693 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_read_property() local 712 uintptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_std_read_property() local 1720 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_has_property() local 1739 uintptr_t idx = (char*)value - (char*)zobj->properties->arData; in zend_std_has_property() local
|
H A D | zend_types.h | 294 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument 296 # define HT_IDX_TO_HASH(idx) \ argument 298 # define HT_HASH_TO_IDX(idx) \ argument 302 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument 304 # define HT_IDX_TO_HASH(idx) \ argument 306 # define HT_HASH_TO_IDX(idx) \ argument 312 #define HT_HASH_EX(data, idx) \ argument 314 #define HT_HASH(ht, idx) \ argument 353 #define HT_HASH_TO_BUCKET(ht, idx) \ argument
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_btree.h | 27 zend_ulong idx; member 63 #define phpdbg_btree_insert(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument 64 #define phpdbg_btree_update(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument 65 #define phpdbg_btree_overwrite(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG… argument
|
H A D | phpdbg_btree.c | 42 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find() 69 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest() 146 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update() 181 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_delete()
|
H A D | phpdbg_out.h | 39 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) PHP_ATTRIBUTE_FORMAT(type, idx, first) argument 41 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) argument
|
H A D | phpdbg_watch.c | 516 void phpdbg_add_recursive_watch_from_ht(phpdbg_watch_element *element, zend_long idx, zend_string *… 579 zend_long idx; local 964 zend_long idx; local
|
/PHP-7.4/ext/spl/ |
H A D | spl_engine.c | 43 zend_ulong idx; in spl_offset_convert_to_long() local
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_typeinfo.c | 99 UINT idx; in php_com_load_typelib() local 340 unsigned int idx; in php_com_locate_typeinfo() local 347 unsigned int idx; in php_com_locate_typeinfo() local
|
/PHP-7.4/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 95 uint32_t idx; in PHP_FUNCTION() local
|
/PHP-7.4/scripts/dev/ |
H A D | check_parameters.php | 130 function check_param($db, $idx, $exp, $optional, $allow_uninit = false)
|
/PHP-7.4/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_iso2022_jp_ms.c | 279 int idx; in cp932ext3_cp932ext2_jis() local
|
/PHP-7.4/ext/standard/ |
H A D | http.c | 36 zend_ulong idx; in php_url_encode_hash_ex() local
|
H A D | metaphone.c | 128 int idx; in Lookahead() local
|
H A D | array.c | 2961 uint32_t idx, j, n_elems; local 3061 uint32_t idx; local 3229 uint32_t idx; local 3279 uint32_t idx; local 4547 uint32_t idx; local 4679 uint32_t idx; local 4776 uint32_t idx; local 5095 uint32_t idx; local 5187 uint32_t idx; local 5464 zend_long idx; local [all …]
|
/PHP-7.4/ext/zip/ |
H A D | php_zip.c | 1620 int idx; local 1933 zend_long idx = -1; local 2042 int idx; local 2108 zip_int64_t idx; local 2169 zip_int64_t idx; local 2234 zip_int64_t idx; local 2293 int idx; local 2352 zip_int64_t idx; local
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 57 zend_ulong idx; in MYSQLND_METHOD() local
|
/PHP-7.4/win32/ |
H A D | codepage.c | 107 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w() local 358 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
|
/PHP-7.4/main/ |
H A D | php_variables.c | 266 zend_ulong idx; in php_register_variable_ex() local 564 zend_ulong idx; in import_environment_variable() local
|
H A D | fastcgi.c | 183 unsigned int idx; member 332 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_set() local 369 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_del() local 388 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_get() local
|
/PHP-7.4/ext/json/ |
H A D | json_encoder.c | 47 zend_ulong index, idx; in php_json_determine_array_type() local
|