Lines Matching defs:idx
459 uint32_t idx; in zend_hash_iterator_add() local
492 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos()
511 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) in zend_hash_iterator_pos_ex()
533 ZEND_API void ZEND_FASTCALL zend_hash_iterator_del(uint32_t idx) in zend_hash_iterator_del()
621 uint32_t idx; in zend_hash_find_bucket() local
661 uint32_t idx; in zend_hash_str_find_bucket() local
684 uint32_t idx; in zend_hash_index_find_bucket() local
705 uint32_t idx; in _zend_hash_add_or_update_i() local
793 uint32_t idx; in _zend_hash_str_add_or_update_i() local
961 uint32_t idx; in _zend_hash_index_add_or_update_i() local
1089 uint32_t idx, i; in zend_hash_set_bucket_key() local
1264 static zend_always_inline void _zend_hash_del_el_ex(HashTable *ht, uint32_t idx, Bucket *p, Bucket … in _zend_hash_del_el_ex()
1311 static zend_always_inline void _zend_hash_del_el(HashTable *ht, uint32_t idx, Bucket *p) in _zend_hash_del_el()
1342 uint32_t idx; in zend_hash_del() local
1372 uint32_t idx; in zend_hash_del_ind() local
1420 uint32_t idx; in zend_hash_str_del_ind() local
1464 uint32_t idx; in zend_hash_str_del() local
1493 uint32_t idx; in zend_hash_index_del() local
1750 uint32_t idx; in zend_hash_graceful_destroy() local
1770 uint32_t idx; in zend_hash_graceful_reverse_destroy() local
1803 uint32_t idx; in zend_hash_apply() local
1827 uint32_t idx; in zend_hash_apply_with_argument() local
1851 uint32_t idx; in zend_hash_apply_with_arguments() local
1883 uint32_t idx; in zend_hash_reverse_apply() local
1910 uint32_t idx; in zend_hash_copy() local
1942 …line int zend_array_dup_element(HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Buc… in zend_array_dup_element()
2014 uint32_t idx = 0; in zend_array_dup_elements() local
2042 uint32_t idx; in zend_array_dup() local
2125 uint32_t idx; in zend_hash_merge() local
2193 uint32_t idx; in zend_hash_merge_ex() local
2290 uint32_t idx; in zend_hash_internal_pointer_end_ex() local
2309 uint32_t idx; in zend_hash_move_forward_ex() local
2334 uint32_t idx = *pos; in zend_hash_move_backwards_ex() local
2358 uint32_t idx; in zend_hash_get_current_key_ex() local
2378 uint32_t idx; in zend_hash_get_current_key_zval_ex() local
2397 uint32_t idx; in zend_hash_get_current_key_type_ex() local
2416 uint32_t idx; in zend_hash_get_current_data_ex() local
2650 uint32_t idx; in zend_hash_minmax() local
2685 …_API int ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong *idx) in _zend_handle_numeric_str_ex()