Searched defs:transaction (Results 1 – 7 of 7) sorted by relevance
140 struct transaction struct145 /* Connection this transaction is associated with. */ argument148 /* Connection-local identifier for this transaction. */ argument154 /* Generation when transaction started. */ argument163 /* There was at least one node created in the transaction. */ argument166 /* Flag for letting transaction fail. */ argument172 void ta_node_created(struct transaction *trans) in ta_node_created() argument
152 struct transaction *transaction; member
30 val transaction : Xsraw.con -> (ops -> 'a) -> 'a val
44 let transaction xsh (f: ops -> 'a) : 'a = function
59 val transaction : xsh -> (Xst.ops -> 'a) -> 'a val
64 let transaction xsh = Xst.transaction xsh.con function
673 int transaction; in main() local
Completed in 13 milliseconds