Searched refs:hb_current (Results 1 – 2 of 2) sorted by relevance
372 if ( entry == hashbin->hb_current) in hashbin_remove()373 hashbin->hb_current = NULL; in hashbin_remove()448 if ( entry == hashbin->hb_current) in hashbin_remove_this()449 hashbin->hb_current = NULL; in hashbin_remove_this()483 hashbin->hb_current = entry; in hashbin_get_first()510 if ( hashbin->hb_current == NULL) { in hashbin_get_next()511 ASSERT( hashbin->hb_current != NULL, return NULL;); in hashbin_get_next()514 entry = hashbin->hb_current->q_next; in hashbin_get_next()522 hashbin->hb_current = entry; in hashbin_get_next()540 hashbin->hb_current = entry; in hashbin_get_next()
81 irda_queue_t* hb_current; member