Searched refs:HTIF_MARKED_DELETED (Results 1 – 2 of 2) sorted by relevance
327 if (!(cur->hi_flags & HTIF_MARKED_DELETED) && in ht_remove_item()388 if (!(cur->hi_flags & HTIF_MARKED_DELETED) && in ht_find_item()451 if (cur->hi_flags & HTIF_MARKED_DELETED) { in ht_clean_table()500 item->hi_flags |= HTIF_MARKED_DELETED; in ht_mark_delete()514 item->hi_flags &= ~HTIF_MARKED_DELETED; in ht_clear_delete()529 while ((item != 0) && (item->hi_flags & HTIF_MARKED_DELETED)) in ht_bucket_search()
76 #define HTIF_MARKED_DELETED 0x01 macro77 #define HT_DELETE HTIF_MARKED_DELETED