Lines Matching refs:found_ih
2057 struct item_head *found_ih = tp_item_head(path); in check_research_for_paste() local
2059 if (is_direct_le_ih(found_ih)) { in check_research_for_paste()
2060 if (le_ih_k_offset(found_ih) + in check_research_for_paste()
2061 op_bytes_number(found_ih, in check_research_for_paste()
2064 || op_bytes_number(found_ih, in check_research_for_paste()
2069 "to key %K", found_ih, in check_research_for_paste()
2072 if (is_indirect_le_ih(found_ih)) { in check_research_for_paste()
2073 if (le_ih_k_offset(found_ih) + in check_research_for_paste()
2074 op_bytes_number(found_ih, in check_research_for_paste()
2077 || I_UNFM_NUM(found_ih) != pos_in_item(path) in check_research_for_paste()
2078 || get_ih_free_space(found_ih) != 0) in check_research_for_paste()
2082 found_ih, pos_in_item(path), key); in check_research_for_paste()