Searched defs:bt_be (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c116 sqlite_backend_t *bt_be; member in struct:backend_tx
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;
[all...]

Completed in 63 milliseconds