Lines Matching refs:transactions
34 transactions: (int, Transaction.t) Hashtbl.t; RecordField
53 Hashtbl.clear con.transactions;
76 Hashtbl.length con.transactions
105 transactions = Hashtbl.create 5;
191 Hashtbl.clear con.transactions
225 * Oxenstored therefore supports only 1 billion open transactions.
229 if Hashtbl.mem con.transactions id then (
237 && Hashtbl.length con.transactions > !Define.maxtransaction then
242 Hashtbl.add con.transactions id ntrans;
247 let trans = Hashtbl.find con.transactions tid in
248 Hashtbl.remove con.transactions tid;
256 Hashtbl.find con.transactions tid
275 Hashtbl.iter (fun _ t -> Store.mark_symbols (Transaction.get_store t)) con.transactions