Searched refs:bt_be (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/svc/configd/ |
H A D | backend.c | 116 sqlite_backend_t *bt_be; member 2125 ret->bt_be = be; in backend_tx_begin_common() 2145 be = tx->bt_be; in backend_tx_end() 2162 tx->bt_be = NULL; in backend_tx_end() 2192 r = sqlite_exec((*txp)->bt_be->be_db, "BEGIN TRANSACTION", NULL, NULL, in backend_tx_begin() 2194 UPDATE_TOTALS((*txp)->bt_be, bt_exec, ts, vts); in backend_tx_begin() 2197 r = backend_error((*txp)->bt_be, r, errmsg); in backend_tx_begin() 2201 (void) sqlite_exec((*txp)->bt_be->be_db, in backend_tx_begin() 2221 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly); in backend_tx_rollback() 2222 be = tx->bt_be; in backend_tx_rollback() [all …]
|