update_serial_of_object 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); update_serial_of_object 188 utils/hs_cleanup/hs_cleanup.c #define update_serial_in_last(obj_id, seq_id, ser_id) update_serial_of_object(obj_id, seq_id, ser_id, "last") update_serial_of_object 189 utils/hs_cleanup/hs_cleanup.c #define update_serial_in_history(obj_id, seq_id, ser_id) update_serial_of_object(obj_id, seq_id, ser_id, "history")