Lines Matching defs:bt_be
116 sqlite_backend_t *bt_be;
2125 ret->bt_be = be;
2145 be = tx->bt_be;
2162 tx->bt_be = NULL;
2192 r = sqlite_exec((*txp)->bt_be->be_db, "BEGIN TRANSACTION", NULL, NULL,
2194 UPDATE_TOTALS((*txp)->bt_be, bt_exec, ts, vts);
2197 r = backend_error((*txp)->bt_be, r, errmsg);
2201 (void) sqlite_exec((*txp)->bt_be->be_db,
2221 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);
2222 be = tx->bt_be;
2248 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);
2249 be = tx->bt_be;
2315 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);
2316 be = tx->bt_be;
2355 assert(tx != NULL && tx->bt_be != NULL);
2356 be = tx->bt_be;
2409 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);
2410 be = tx->bt_be;
2438 assert(tx != NULL && tx->bt_be != NULL && !tx->bt_readonly);
2439 be = tx->bt_be;