delete_entry_from_object_table 202 utils/hs_cleanup/hs_cleanup.c static int delete_entry_from_object_table(long obj_id, long seq_id, const char* tablename); delete_entry_from_object_table 206 utils/hs_cleanup/hs_cleanup.c #define delete_history_entry(obj_id, seq_id) delete_entry_from_object_table(obj_id, seq_id, "history") delete_entry_from_object_table 207 utils/hs_cleanup/hs_cleanup.c #define delete_last_entry(obj_id, seq_id) delete_entry_from_object_table(obj_id, seq_id, "last") delete_entry_from_object_table 1972 utils/hs_cleanup/hs_cleanup.c delete_entry_from_object_table(objid, seqid, atlast_table[atlast]);