Searched refs:hb_current (Results 1 – 2 of 2) sorted by relevance
421 hashbin->hb_current = NULL; in hashbin_delete()535 if ( entry == hashbin->hb_current) in hashbin_remove_first()536 hashbin->hb_current = NULL; in hashbin_remove_first()625 if ( entry == hashbin->hb_current) in hashbin_remove()626 hashbin->hb_current = NULL; in hashbin_remove()697 if ( entry == hashbin->hb_current) in hashbin_remove_this()698 hashbin->hb_current = NULL; in hashbin_remove_this()822 hashbin->hb_current = entry; in hashbin_find_next()854 hashbin->hb_current = entry; in hashbin_get_first()884 if ( hashbin->hb_current == NULL) { in hashbin_get_next()[all …]
76 irda_queue_t* hb_current; member