Lines Matching defs:idx

481 	uint32_t idx;  in zend_hash_iterator_add()  local
514 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos()
533 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) in zend_hash_iterator_pos_ex()
555 ZEND_API void ZEND_FASTCALL zend_hash_iterator_del(uint32_t idx) in zend_hash_iterator_del()
643 uint32_t idx; in zend_hash_find_bucket() local
683 uint32_t idx; in zend_hash_str_find_bucket() local
706 uint32_t idx; in zend_hash_index_find_bucket() local
727 uint32_t idx; in _zend_hash_add_or_update_i() local
815 uint32_t idx; in _zend_hash_str_add_or_update_i() local
983 uint32_t idx; in _zend_hash_index_add_or_update_i() local
1115 uint32_t idx, i; in zend_hash_set_bucket_key() local
1289 static zend_always_inline void _zend_hash_del_el_ex(HashTable *ht, uint32_t idx, Bucket *p, Bucket … in _zend_hash_del_el_ex()
1336 static zend_always_inline void _zend_hash_del_el(HashTable *ht, uint32_t idx, Bucket *p) in _zend_hash_del_el()
1367 uint32_t idx; in zend_hash_del() local
1397 uint32_t idx; in zend_hash_del_ind() local
1445 uint32_t idx; in zend_hash_str_del_ind() local
1489 uint32_t idx; in zend_hash_str_del() local
1518 uint32_t idx; in zend_hash_index_del() local
1775 uint32_t idx; in zend_hash_graceful_destroy() local
1795 uint32_t idx; in zend_hash_graceful_reverse_destroy() local
1828 uint32_t idx; in zend_hash_apply() local
1852 uint32_t idx; in zend_hash_apply_with_argument() local
1876 uint32_t idx; in zend_hash_apply_with_arguments() local
1908 uint32_t idx; in zend_hash_reverse_apply() local
1935 uint32_t idx; in zend_hash_copy() local
1967 …ine bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Buc… in zend_array_dup_element()
2039 uint32_t idx = 0; in zend_array_dup_elements() local
2067 uint32_t idx; in zend_array_dup() local
2150 uint32_t idx; in zend_hash_merge() local
2218 uint32_t idx; in zend_hash_merge_ex() local
2315 uint32_t idx; in zend_hash_internal_pointer_end_ex() local
2334 uint32_t idx; in zend_hash_move_forward_ex() local
2359 uint32_t idx = *pos; in zend_hash_move_backwards_ex() local
2383 uint32_t idx; in zend_hash_get_current_key_ex() local
2403 uint32_t idx; in zend_hash_get_current_key_zval_ex() local
2422 uint32_t idx; in zend_hash_get_current_key_type_ex() local
2441 uint32_t idx; in zend_hash_get_current_data_ex() local
2675 uint32_t idx; in zend_hash_minmax() local
2710 …API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong *idx) in _zend_handle_numeric_str_ex()