Lines Matching defs:idx
322 uint32_t idx; in zend_hash_iterator_add() local
355 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos()
376 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) in zend_hash_iterator_pos_ex()
400 ZEND_API void ZEND_FASTCALL zend_hash_iterator_del(uint32_t idx) in zend_hash_iterator_del()
474 uint32_t idx; in zend_hash_find_bucket() local
499 uint32_t idx; in zend_hash_str_find_bucket() local
522 uint32_t idx; in zend_hash_index_find_bucket() local
543 uint32_t idx; in _zend_hash_add_or_update_i() local
706 uint32_t idx; in _zend_hash_index_add_or_update_i() local
957 static zend_always_inline void _zend_hash_del_el_ex(HashTable *ht, uint32_t idx, Bucket *p, Bucket … in _zend_hash_del_el_ex()
1003 static zend_always_inline void _zend_hash_del_el(HashTable *ht, uint32_t idx, Bucket *p) in _zend_hash_del_el()
1034 uint32_t idx; in zend_hash_del() local
1065 uint32_t idx; in zend_hash_del_ind() local
1114 uint32_t idx; in zend_hash_str_del_ind() local
1158 uint32_t idx; in zend_hash_str_del() local
1187 uint32_t idx; in zend_hash_index_del() local
1444 uint32_t idx; in zend_hash_graceful_destroy() local
1464 uint32_t idx; in zend_hash_graceful_reverse_destroy() local
1497 uint32_t idx; in zend_hash_apply() local
1523 uint32_t idx; in zend_hash_apply_with_argument() local
1549 uint32_t idx; in zend_hash_apply_with_arguments() local
1585 uint32_t idx; in zend_hash_reverse_apply() local
1614 uint32_t idx; in zend_hash_copy() local
1658 …line int zend_array_dup_element(HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Buc… in zend_array_dup_element()
1730 uint32_t idx = 0; in zend_array_dup_elements() local
1758 uint32_t idx; in zend_array_dup() local
1852 uint32_t idx; in _zend_hash_merge() local
1923 uint32_t idx; in zend_hash_merge_ex() local
2048 uint32_t idx; in zend_hash_internal_pointer_reset_ex() local
2068 uint32_t idx; in zend_hash_internal_pointer_end_ex() local
2087 uint32_t idx = *pos; in zend_hash_move_forward_ex() local
2111 uint32_t idx = *pos; in zend_hash_move_backwards_ex() local
2135 uint32_t idx = *pos; in zend_hash_get_current_key_ex() local
2154 uint32_t idx = *pos; in zend_hash_get_current_key_zval_ex() local
2172 uint32_t idx = *pos; in zend_hash_get_current_key_type_ex() local
2190 uint32_t idx = *pos; in zend_hash_get_current_data_ex() local
2409 uint32_t idx; in zend_hash_minmax() local
2444 …_API int ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong *idx) in _zend_handle_numeric_str_ex()