Lines Matching defs:idx

517 static void zend_hash_remove_iterator_copies(uint32_t idx) {  in zend_hash_remove_iterator_copies()
536 uint32_t idx; in zend_hash_iterator_add() local
572 static zend_always_inline bool zend_hash_iterator_find_copy_pos(uint32_t idx, HashTable *ht) { in zend_hash_iterator_find_copy_pos()
603 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos()
622 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) in zend_hash_iterator_pos_ex()
644 ZEND_API void ZEND_FASTCALL zend_hash_iterator_del(uint32_t idx) in zend_hash_iterator_del()
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
1237 uint32_t idx, i; in zend_hash_set_bucket_key() local
1441 static zend_always_inline void _zend_hash_packed_del_val(HashTable *ht, uint32_t idx, zval *zv) in _zend_hash_packed_del_val()
1462 static zend_always_inline void _zend_hash_del_el_ex(HashTable *ht, uint32_t idx, Bucket *p, Bucket … in _zend_hash_del_el_ex()
1488 static zend_always_inline void _zend_hash_del_el(HashTable *ht, uint32_t idx, Bucket *p) in _zend_hash_del_el()
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
1660 uint32_t idx; in zend_hash_str_del() local
1690 uint32_t idx; in zend_hash_index_del() local
1983 uint32_t idx; in zend_hash_graceful_destroy() local
2012 uint32_t idx; in zend_hash_graceful_reverse_destroy() local
2056 uint32_t idx; in zend_hash_apply() local
2096 uint32_t idx; in zend_hash_apply_with_argument() local
2134 uint32_t idx; in zend_hash_apply_with_arguments() local
2189 uint32_t idx; in zend_hash_reverse_apply() local
2237 uint32_t idx; in zend_hash_copy() local
2319 …ine bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Buc… in zend_array_dup_element()
2379 uint32_t idx = 0; in zend_array_dup_elements() local
2432 uint32_t idx; in zend_array_dup() local
2541 uint32_t idx; in zend_hash_merge() local
2637 uint32_t idx; in zend_hash_merge_ex() local
2738 uint32_t idx; in zend_hash_internal_pointer_end_ex() local
2767 uint32_t idx; in zend_hash_move_forward_ex() local
2806 uint32_t idx = *pos; in zend_hash_move_backwards_ex() local
2840 uint32_t idx; in zend_hash_get_current_key_ex() local
2864 uint32_t idx; in zend_hash_get_current_key_zval_ex() local
2887 uint32_t idx; in zend_hash_get_current_key_type_ex() local
2909 uint32_t idx; in zend_hash_get_current_data_ex() local
3191 uint32_t idx; in zend_hash_minmax() local
3256 …API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong *idx) in _zend_handle_numeric_str_ex()