Home
last modified time | relevance | path

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

/reactos/dll/win32/scrrun/
H A Ddictionary.c100 static inline struct list *get_bucket_head(dictionary *dict, DWORD hash) in get_bucket_head() function
160 head = get_bucket_head(dict, V_I4(&hash)); in get_keyitem_pair()
200 head = get_bucket_head(dict, pair->hash); in add_keyitem_pair()