Lines Matching defs:idx

493 	uint32_t idx;  in zend_hash_iterator_add()  local
526 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos()
545 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) in zend_hash_iterator_pos_ex()
567 ZEND_API void ZEND_FASTCALL zend_hash_iterator_del(uint32_t idx) in zend_hash_iterator_del()
655 uint32_t idx; in zend_hash_find_bucket() local
696 uint32_t idx; in zend_hash_str_find_bucket() local
719 uint32_t idx; in zend_hash_index_find_bucket() local
740 uint32_t idx; in _zend_hash_add_or_update_i() local
824 uint32_t idx; in _zend_hash_str_add_or_update_i() local
1008 uint32_t idx; in _zend_hash_index_add_or_update_i() local
1156 uint32_t idx, i; in zend_hash_set_bucket_key() local
1332 static zend_always_inline void _zend_hash_del_el_ex(HashTable *ht, uint32_t idx, Bucket *p, Bucket … in _zend_hash_del_el_ex()
1379 static zend_always_inline void _zend_hash_del_el(HashTable *ht, uint32_t idx, Bucket *p) in _zend_hash_del_el()
1410 uint32_t idx; in zend_hash_del() local
1440 uint32_t idx; in zend_hash_del_ind() local
1488 uint32_t idx; in zend_hash_str_del_ind() local
1532 uint32_t idx; in zend_hash_str_del() local
1561 uint32_t idx; in zend_hash_index_del() local
1818 uint32_t idx; in zend_hash_graceful_destroy() local
1838 uint32_t idx; in zend_hash_graceful_reverse_destroy() local
1871 uint32_t idx; in zend_hash_apply() local
1895 uint32_t idx; in zend_hash_apply_with_argument() local
1919 uint32_t idx; in zend_hash_apply_with_arguments() local
1951 uint32_t idx; in zend_hash_reverse_apply() local
1978 uint32_t idx; in zend_hash_copy() local
2010 …ine bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Buc… in zend_array_dup_element()
2082 uint32_t idx = 0; in zend_array_dup_elements() local
2110 uint32_t idx; in zend_array_dup() local
2193 uint32_t idx; in zend_hash_merge() local
2261 uint32_t idx; in zend_hash_merge_ex() local
2358 uint32_t idx; in zend_hash_internal_pointer_end_ex() local
2377 uint32_t idx; in zend_hash_move_forward_ex() local
2402 uint32_t idx = *pos; in zend_hash_move_backwards_ex() local
2426 uint32_t idx; in zend_hash_get_current_key_ex() local
2446 uint32_t idx; in zend_hash_get_current_key_zval_ex() local
2465 uint32_t idx; in zend_hash_get_current_key_type_ex() local
2484 uint32_t idx; in zend_hash_get_current_data_ex() local
2728 uint32_t idx; in zend_hash_minmax() local
2763 …API bool ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length, zend_ulong *idx) in _zend_handle_numeric_str_ex()