NH_comrol          82 modules/nh/nh.h int NH_comrol(SQ_connection_t *sql_connection, int thread_ins, int thread_del);
NH_comrol          83 modules/nh/nh.h #define NH_commit(sql_connection)    NH_comrol(sql_connection, NH_INSERT, NH_DELETE)
NH_comrol          84 modules/nh/nh.h #define NH_rollback(sql_connection)  NH_comrol(sql_connection, NH_DELETE, NH_INSERT)