Searched refs:hashlink (Results 1 – 2 of 2) sorted by relevance
103 for (; p_return; p_return = p_return->hashlink) in hash_get()123 for (; *p_insert; p_insert = &((*p_insert)->hashlink)) in hash_set()145 parp->hashlink = FSH_NULL; in hash_set()158 for (; *p_insert; p_insert = &((*p_insert)->hashlink)) in hash_del()162 *p_insert = parp->hashlink; in hash_del()
82 struct partial_path_t* hashlink; member