/php-src/Zend/ |
H A D | zend_hash.c | 541 uint32_t idx; in zend_hash_iterator_add() local 741 uint32_t idx; in zend_hash_find_bucket() local 778 uint32_t idx; in zend_hash_str_find_bucket() local 800 uint32_t idx; in zend_hash_index_find_bucket() local 821 uint32_t idx; in _zend_hash_add_or_update_i() local 902 uint32_t idx; in _zend_hash_str_add_or_update_i() local 1086 uint32_t idx; in _zend_hash_index_add_or_update_i() local 1538 uint32_t idx; in zend_hash_del() local 1570 uint32_t idx; in zend_hash_del_ind() local 1620 uint32_t idx; in zend_hash_str_del_ind() local [all …]
|
H A D | zend_gc.c | 406 uint32_t idx; in gc_fetch_unused() local 425 uint32_t idx; in gc_fetch_next_unused() local 656 uint32_t idx; in gc_possible_root_when_full() local 700 uint32_t idx; in gc_possible_root() local 736 uint32_t idx; in gc_extra_root() local 1178 uint32_t idx; in gc_compact() local 1381 uint32_t idx, end; in gc_scan_roots() local 1414 uint32_t idx; in gc_add_garbage() local 1627 uint32_t idx, end; in gc_collect_roots() local 1930 uint32_t idx, end; in zend_gc_collect_cycles() local [all …]
|
H A D | zend_hash.h | 476 zend_ulong idx; in zend_symtable_add_new() local 487 zend_ulong idx; in zend_symtable_update() local 499 zend_ulong idx; in zend_symtable_update_ind() local 511 zend_ulong idx; in zend_symtable_del() local 523 zend_ulong idx; in zend_symtable_del_ind() local 535 zend_ulong idx; in zend_symtable_find() local 547 zend_ulong idx; in zend_symtable_find_ind() local 559 zend_ulong idx; in zend_symtable_exists() local 571 zend_ulong idx; in zend_symtable_exists_ind() local 583 zend_ulong idx; in zend_symtable_str_update() local [all …]
|
/php-src/ext/dom/lexbor/lexbor/html/tree/ |
H A D | active_formatting.h | 73 lxb_html_tree_active_formatting_get(lxb_html_tree_t *tree, size_t idx) in lxb_html_tree_active_formatting_get() 100 lxb_dom_node_t *node, size_t idx) in lxb_html_tree_active_formatting_insert() 106 lxb_html_tree_active_formatting_remove(lxb_html_tree_t *tree, size_t idx) in lxb_html_tree_active_formatting_remove()
|
H A D | open_elements.h | 75 lxb_html_tree_open_elements_get(lxb_html_tree_t *tree, size_t idx) in lxb_html_tree_open_elements_get() 94 size_t idx) in lxb_html_tree_open_elements_insert_after()
|
H A D | active_formatting.c | 48 size_t idx = tree->active_formatting->length; in lxb_html_tree_active_formatting_remove_by_node() local 190 size_t idx = tree->active_formatting->length; in lxb_html_tree_active_formatting_between_last_marker() local 216 size_t idx = tree->active_formatting->length; in lxb_html_tree_active_formatting_push_with_check_dupl() local
|
H A D | template_insertion.h | 44 lxb_html_tree_template_insertion_get(lxb_html_tree_t *tree, size_t idx) in lxb_html_tree_template_insertion_get()
|
/php-src/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()
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | array.c | 113 lexbor_array_insert(lexbor_array_t *array, size_t idx, void *value) in lexbor_array_insert() 148 lexbor_array_set(lexbor_array_t *array, size_t idx, void *value) in lexbor_array_set() 193 lexbor_array_get_noi(lexbor_array_t *array, size_t idx) in lexbor_array_get_noi()
|
H A D | array.h | 62 lexbor_array_get(lexbor_array_t *array, size_t idx) in lexbor_array_get()
|
H A D | array_obj.h | 70 lexbor_array_obj_get(const lexbor_array_obj_t *array, size_t idx) in lexbor_array_obj_get()
|
/php-src/ext/dom/lexbor/lexbor/dom/ |
H A D | collection.c | 82 lxb_dom_collection_element_noi(lxb_dom_collection_t *col, size_t idx) in lxb_dom_collection_element_noi() 88 lxb_dom_collection_node_noi(lxb_dom_collection_t *col, size_t idx) in lxb_dom_collection_node_noi()
|
H A D | collection.h | 69 lxb_dom_collection_element(lxb_dom_collection_t *col, size_t idx) in lxb_dom_collection_element() 75 lxb_dom_collection_node(lxb_dom_collection_t *col, size_t idx) in lxb_dom_collection_node()
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | tree.c | 1002 size_t idx = tree->open_elements->length; in lxb_html_tree_reset_insertion_mode_appropriately() local 1157 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope() local 1183 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope_by_node() local 1207 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope_h123456() local 1246 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope_tbody_thead_tfoot() local 1282 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope_td_th() local 1412 size_t idx = tree->active_formatting->length; in lxb_html_tree_adoption_agency_algorithm() local
|
H A D | encoding.h | 66 lxb_html_encoding_meta_entry(lxb_html_encoding_t *em, size_t idx) in lxb_html_encoding_meta_entry()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 316 zend_ulong idx; in zend_jit_symtable_find() local 374 zend_ulong idx; in zend_jit_symtable_lookup_rw() local 409 zend_ulong idx; in zend_jit_symtable_lookup_w() local 1855 uintptr_t idx; in zend_jit_fetch_global_helper() local 1960 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_r_dynamic() local 1979 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_r_dynamic() local 2016 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_is_dynamic() local 2035 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_is_dynamic() local 2070 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_r_dynamic_ex() local 2088 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_r_dynamic_ex() local [all …]
|
H A D | zend_jit_vm_helpers.c | 495 …_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() 544 …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() 551 int idx; in zend_jit_trace_subtrace() local 610 int idx, count; local
|
/php-src/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-src/ext/opcache/jit/ir/ |
H A D | ir_strtab.c | 202 const char *ir_strtab_str(const ir_strtab *strtab, ir_ref idx) in ir_strtab_str() 208 const char *ir_strtab_strl(const ir_strtab *strtab, ir_ref idx, size_t *len) in ir_strtab_strl()
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 102 uint32_t idx = 0; in PHP_FUNCTION() local
|
/php-src/scripts/dev/ |
H A D | check_parameters.php | 123 function check_param($db, $idx, $exp, $optional, $allow_uninit = false)
|
/php-src/main/ |
H A D | php_variables.c | 76 zend_ulong idx; in php_register_known_variable() local 310 zend_ulong idx; in php_register_variable_ex() local 609 zend_ulong idx; in import_environment_variable() local
|
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/ |
H A D | foreign_content.c | 32 size_t idx = tree->open_elements->length - 1; in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed() local
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 55 zend_ulong idx; in MYSQLND_METHOD() local
|