Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 78) sorted by relevance

1234

/PHP-8.4/Zend/
H A Dzend_hash.c541 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 Dzend_gc.c406 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 Dzend_hash.h467 zend_ulong idx; in zend_symtable_add_new() local
478 zend_ulong idx; in zend_symtable_update() local
490 zend_ulong idx; in zend_symtable_update_ind() local
502 zend_ulong idx; in zend_symtable_del() local
514 zend_ulong idx; in zend_symtable_del_ind() local
526 zend_ulong idx; in zend_symtable_find() local
538 zend_ulong idx; in zend_symtable_find_ind() local
550 zend_ulong idx; in zend_symtable_exists() local
562 zend_ulong idx; in zend_symtable_exists_ind() local
574 zend_ulong idx; in zend_symtable_str_update() local
[all …]
/PHP-8.4/ext/dom/lexbor/lexbor/html/tree/
H A Dactive_formatting.h73 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 Dopen_elements.h75 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 Dactive_formatting.c48 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 Dtemplate_insertion.h44 lxb_html_tree_template_insertion_get(lxb_html_tree_t *tree, size_t idx) in lxb_html_tree_template_insertion_get()
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_btree.h25 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 Dphpdbg_btree.c40 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-8.4/ext/dom/lexbor/lexbor/core/
H A Darray.c113 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 Darray.h62 lexbor_array_get(lexbor_array_t *array, size_t idx) in lexbor_array_get()
H A Darray_obj.h70 lexbor_array_obj_get(const lexbor_array_obj_t *array, size_t idx) in lexbor_array_obj_get()
H A Darray_obj.c189 lexbor_array_obj_get_noi(lexbor_array_obj_t *array, size_t idx) in lexbor_array_obj_get_noi()
/PHP-8.4/ext/dom/lexbor/lexbor/dom/
H A Dcollection.c82 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 Dcollection.h69 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-8.4/ext/dom/lexbor/lexbor/html/
H A Dtree.c1002 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 Dencoding.h66 lxb_html_encoding_meta_entry(lxb_html_encoding_t *em, size_t idx) in lxb_html_encoding_meta_entry()
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_helpers.c230 zend_ulong idx; in zend_jit_symtable_find() local
288 zend_ulong idx; in zend_jit_symtable_lookup_rw() local
323 zend_ulong idx; in zend_jit_symtable_lookup_w() local
1769 uintptr_t idx; in zend_jit_fetch_global_helper() local
1868 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_r_dynamic() local
1887 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_r_dynamic() local
1924 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_is_dynamic() local
1943 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_is_dynamic() local
1978 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_r_dynamic_ex() local
1996 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_r_dynamic_ex() local
[all …]
H A Dzend_jit_vm_helpers.c495 …_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()
548 …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()
555 int idx; in zend_jit_trace_subtrace() local
614 int idx, count; local
/PHP-8.4/ext/com_dotnet/
H A Dcom_typeinfo.c97 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.4/ext/opcache/jit/ir/
H A Dir_strtab.c202 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-8.4/ext/intl/dateformat/
H A Ddateformat_format_object.cpp102 uint32_t idx = 0; in PHP_FUNCTION() local
/PHP-8.4/scripts/dev/
H A Dcheck_parameters.php123 function check_param($db, $idx, $exp, $optional, $allow_uninit = false)
/PHP-8.4/main/
H A Dphp_variables.c76 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-8.4/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dforeign_content.c32 size_t idx = tree->open_elements->length - 1; in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed() local

Completed in 81 milliseconds

1234