Searched defs:txn_security_ctx_off (Results 1 – 1 of 1) sorted by relevance
43 txn_security_ctx_off: Option<usize>, field63 let mut txn_security_ctx_off = if txn_security_ctx { Some(0) } else { None }; in new() localVariable