Home
last modified time | relevance | path

Searched refs:lot_hash (Results 1 – 1 of 1) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DQuery.c196 GHashTable * lot_hash = g_hash_table_new(g_direct_hash, g_direct_equal); in xaccQueryGetLots() local
211 val = g_hash_table_lookup(lot_hash, lot); in xaccQueryGetLots()
214 g_hash_table_insert(lot_hash, lot, GINT_TO_POINTER(count + 1)); in xaccQueryGetLots()
220 g_hash_table_foreach(lot_hash, query_match_all_lot_filter_func, in xaccQueryGetLots()
225 g_hash_table_foreach(lot_hash, query_match_any_lot_filter_func, in xaccQueryGetLots()
229 g_hash_table_destroy(lot_hash); in xaccQueryGetLots()