Lines Matching defs:idx

324 	uint32_t idx;  in zend_hash_iterator_add()  local
357 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos()
378 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) in zend_hash_iterator_pos_ex()
402 ZEND_API void ZEND_FASTCALL zend_hash_iterator_del(uint32_t idx) in zend_hash_iterator_del()
476 uint32_t idx; in zend_hash_find_bucket() local
501 uint32_t idx; in zend_hash_str_find_bucket() local
524 uint32_t idx; in zend_hash_index_find_bucket() local
545 uint32_t idx; in _zend_hash_add_or_update_i() local
708 uint32_t idx; in _zend_hash_index_add_or_update_i() local
958 static zend_always_inline void _zend_hash_del_el_ex(HashTable *ht, uint32_t idx, Bucket *p, Bucket … in _zend_hash_del_el_ex()
1004 static zend_always_inline void _zend_hash_del_el(HashTable *ht, uint32_t idx, Bucket *p) in _zend_hash_del_el()
1035 uint32_t idx; in zend_hash_del() local
1066 uint32_t idx; in zend_hash_del_ind() local
1115 uint32_t idx; in zend_hash_str_del_ind() local
1159 uint32_t idx; in zend_hash_str_del() local
1188 uint32_t idx; in zend_hash_index_del() local
1445 uint32_t idx; in zend_hash_graceful_destroy() local
1465 uint32_t idx; in zend_hash_graceful_reverse_destroy() local
1498 uint32_t idx; in zend_hash_apply() local
1524 uint32_t idx; in zend_hash_apply_with_argument() local
1550 uint32_t idx; in zend_hash_apply_with_arguments() local
1586 uint32_t idx; in zend_hash_reverse_apply() local
1615 uint32_t idx; in zend_hash_copy() local
1659 …line int zend_array_dup_element(HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Buc… in zend_array_dup_element()
1731 uint32_t idx = 0; in zend_array_dup_elements() local
1759 uint32_t idx; in zend_array_dup() local
1853 uint32_t idx; in _zend_hash_merge() local
1924 uint32_t idx; in zend_hash_merge_ex() local
2049 uint32_t idx; in zend_hash_internal_pointer_reset_ex() local
2069 uint32_t idx; in zend_hash_internal_pointer_end_ex() local
2088 uint32_t idx = *pos; in zend_hash_move_forward_ex() local
2112 uint32_t idx = *pos; in zend_hash_move_backwards_ex() local
2136 uint32_t idx = *pos; in zend_hash_get_current_key_ex() local
2155 uint32_t idx = *pos; in zend_hash_get_current_key_zval_ex() local
2173 uint32_t idx = *pos; in zend_hash_get_current_key_type_ex() local
2191 uint32_t idx = *pos; in zend_hash_get_current_data_ex() local
2410 uint32_t idx; in zend_hash_minmax() local
2445 …_API int ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong *idx) in _zend_handle_numeric_str_ex()