Searched refs:hb_current (Results 1 – 2 of 2) sorted by relevance
419 hashbin->hb_current = NULL; in hashbin_delete()531 if ( entry == hashbin->hb_current) in hashbin_remove_first()532 hashbin->hb_current = NULL; in hashbin_remove_first()619 if ( entry == hashbin->hb_current) in hashbin_remove()620 hashbin->hb_current = NULL; in hashbin_remove()689 if ( entry == hashbin->hb_current) in hashbin_remove_this()690 hashbin->hb_current = NULL; in hashbin_remove_this()814 hashbin->hb_current = entry; in hashbin_find_next()846 hashbin->hb_current = entry; in hashbin_get_first()876 if ( hashbin->hb_current == NULL) { in hashbin_get_next()[all …]
76 irda_queue_t* hb_current; member