Home
last modified time | relevance | path

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

1234

/php-src/Zend/
H A Dzend_hash.c536 uint32_t idx; in zend_hash_iterator_add() local
736 uint32_t idx; in zend_hash_find_bucket() local
773 uint32_t idx; in zend_hash_str_find_bucket() local
795 uint32_t idx; in zend_hash_index_find_bucket() local
816 uint32_t idx; in _zend_hash_add_or_update_i() local
897 uint32_t idx; in _zend_hash_str_add_or_update_i() local
1081 uint32_t idx; in _zend_hash_index_add_or_update_i() local
1533 uint32_t idx; in zend_hash_del() local
1565 uint32_t idx; in zend_hash_del_ind() local
1615 uint32_t idx; in zend_hash_str_del_ind() local
[all …]
H A Dzend_gc.c396 uint32_t idx; in gc_fetch_unused() local
415 uint32_t idx; in gc_fetch_next_unused() local
636 uint32_t idx; in gc_possible_root_when_full() local
680 uint32_t idx; in gc_possible_root() local
716 uint32_t idx; in gc_extra_root() local
756 uint32_t idx = GC_REF_ADDRESS(ref); in gc_remove_from_buffer() local
1158 uint32_t idx; in gc_compact() local
1361 uint32_t idx, end; in gc_scan_roots() local
1394 uint32_t idx; in gc_add_garbage() local
1607 uint32_t idx, end; in gc_collect_roots() local
[all …]
H A Dzend_hash.h466 zend_ulong idx; in zend_symtable_add_new() local
477 zend_ulong idx; in zend_symtable_update() local
489 zend_ulong idx; in zend_symtable_update_ind() local
501 zend_ulong idx; in zend_symtable_del() local
513 zend_ulong idx; in zend_symtable_del_ind() local
525 zend_ulong idx; in zend_symtable_find() local
537 zend_ulong idx; in zend_symtable_find_ind() local
549 zend_ulong idx; in zend_symtable_exists() local
561 zend_ulong idx; in zend_symtable_exists_ind() local
573 zend_ulong idx; in zend_symtable_str_update() local
[all …]
/php-src/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-src/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-src/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()
/php-src/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-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c1009 size_t idx = tree->open_elements->length; in lxb_html_tree_reset_insertion_mode_appropriately() local
1164 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope() local
1190 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope_by_node() local
1214 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope_h123456() local
1253 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope_tbody_thead_tfoot() local
1289 size_t idx = tree->open_elements->length; in lxb_html_tree_element_in_scope_td_th() local
1419 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-src/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-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c486 …_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()
533 …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()
540 int idx; in zend_jit_trace_subtrace() local
593 int idx, count; local
H A Dzend_jit_helpers.c230 zend_ulong idx; in zend_jit_symtable_find() local
253 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()
266 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw()
288 zend_ulong idx; in zend_jit_symtable_lookup_rw() local
323 zend_ulong idx; in zend_jit_symtable_lookup_w() local
1776 uintptr_t idx; in zend_jit_fetch_global_helper() local
1875 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_r_dynamic() local
1894 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_r_dynamic() local
1931 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_is_dynamic() local
1950 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_is_dynamic() local
/php-src/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-src/ext/intl/dateformat/
H A Ddateformat_format_object.cpp100 uint32_t idx = 0; in PHP_FUNCTION() local
/php-src/scripts/dev/
H A Dcheck_parameters.php129 function check_param($db, $idx, $exp, $optional, $allow_uninit = false)
/php-src/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-src/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
/php-src/ext/mysqlnd/
H A Dmysqlnd_result_meta.c55 zend_ulong idx; in MYSQLND_METHOD() local

Completed in 86 milliseconds

1234