TR_update_record   82 modules/ud/ud_tr.h #define TR_update_status(tr)  TR_update_record(tr, TF_STATUS)
TR_update_record   83 modules/ud/ud_tr.h #define TR_update_save(tr)    TR_update_record(tr, TF_STATUS)
TR_update_record   84 modules/ud/ud_tr.h #define TR_update_dummy(tr)   TR_update_record(tr, TF_DUMMY)
TR_update_record   85 modules/ud/ud_tr.h #define TR_update_escript(tr) TR_update_record(tr, TF_ESCRIPT)
TR_update_record   86 modules/ud/ud_tr.h #define TR_update_id(tr)      TR_update_record(tr, TF_ID)
TR_update_record   87 modules/ud/ud_tr.h #define TR_mark_clean(tr)     TR_update_record(tr, TF_CLEAN)
TR_update_record  151 modules/ud/ud_tr.h long TR_update_record(Transaction_t *tr, int field);