Lines Matching defs:idx

522 static void zend_hash_remove_iterator_copies(uint32_t idx) {  in zend_hash_remove_iterator_copies()
541 uint32_t idx; in zend_hash_iterator_add() local
577 static zend_always_inline bool zend_hash_iterator_find_copy_pos(uint32_t idx, HashTable *ht) { in zend_hash_iterator_find_copy_pos()
608 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos()
627 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) in zend_hash_iterator_pos_ex()
649 ZEND_API void ZEND_FASTCALL zend_hash_iterator_del(uint32_t idx) in zend_hash_iterator_del()
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
1242 uint32_t idx, i; in zend_hash_set_bucket_key() local
1446 static zend_always_inline void _zend_hash_packed_del_val(HashTable *ht, uint32_t idx, zval *zv) in _zend_hash_packed_del_val()
1467 static zend_always_inline void _zend_hash_del_el_ex(HashTable *ht, uint32_t idx, Bucket *p, Bucket … in _zend_hash_del_el_ex()
1493 static zend_always_inline void _zend_hash_del_el(HashTable *ht, uint32_t idx, Bucket *p) in _zend_hash_del_el()
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
1665 uint32_t idx; in zend_hash_str_del() local
1695 uint32_t idx; in zend_hash_index_del() local
1988 uint32_t idx; in zend_hash_graceful_destroy() local
2017 uint32_t idx; in zend_hash_graceful_reverse_destroy() local
2061 uint32_t idx; in zend_hash_apply() local
2101 uint32_t idx; in zend_hash_apply_with_argument() local
2139 uint32_t idx; in zend_hash_apply_with_arguments() local
2194 uint32_t idx; in zend_hash_reverse_apply() local
2242 uint32_t idx; in zend_hash_copy() local
2324 …ine bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Buc… in zend_array_dup_element()
2387 uint32_t idx = 0; in zend_array_dup_elements() local
2440 uint32_t idx; in zend_array_dup() local
2549 uint32_t idx; in zend_hash_merge() local
2645 uint32_t idx; in zend_hash_merge_ex() local
2746 uint32_t idx; in zend_hash_internal_pointer_end_ex() local
2775 uint32_t idx; in zend_hash_move_forward_ex() local
2814 uint32_t idx = *pos; in zend_hash_move_backwards_ex() local
2848 uint32_t idx; in zend_hash_get_current_key_ex() local
2872 uint32_t idx; in zend_hash_get_current_key_zval_ex() local
2895 uint32_t idx; in zend_hash_get_current_key_type_ex() local
2917 uint32_t idx; in zend_hash_get_current_data_ex() local
3200 uint32_t idx; in zend_hash_minmax() local
3265 …API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong *idx) in _zend_handle_numeric_str_ex()