tablename         185 utils/hs_cleanup/hs_cleanup.c static int update_prev_serial_of_object (long obj_id, long seq_id, long prev_ser, const char *tablename);
tablename         186 utils/hs_cleanup/hs_cleanup.c static int update_serial_of_object (long obj_id, long seq_id, long ser_id, const char *tablename);
tablename         194 utils/hs_cleanup/hs_cleanup.c static int copy_into_history_archive(long ser_id, long obj_id, long seq_id, const char *tablename);
tablename         195 utils/hs_cleanup/hs_cleanup.c static int copy_deleted_object_into_history_archive (long ser_id, long obj_id, long seq_id, const char *tablename);
tablename         202 utils/hs_cleanup/hs_cleanup.c static int delete_entry_from_object_table(long obj_id, long seq_id, const char* tablename);
tablename         219 utils/hs_cleanup/hs_cleanup.c static int optimize_sql_table(const char* tablename);
tablename        1190 utils/hs_cleanup/hs_cleanup.c int update_prev_serial_of_object (long obj_id, long seq_id, long prev_ser, const char *tablename)
tablename        1213 utils/hs_cleanup/hs_cleanup.c int update_serial_of_object (long obj_id, long seq_id, long ser_id, const char *tablename)
tablename        1290 utils/hs_cleanup/hs_cleanup.c int copy_into_history_archive (long ser_id, long obj_id, long seq_id, const char *tablename)
tablename        1323 utils/hs_cleanup/hs_cleanup.c int copy_deleted_object_into_history_archive (long ser_id, long obj_id, long seq_id, const char *tablename)
tablename        1401 utils/hs_cleanup/hs_cleanup.c int delete_entry_from_object_table (long obj_id, long seq_id, const char* tablename)
tablename        1723 utils/hs_cleanup/hs_cleanup.c int optimize_sql_table(const char* tablename)