Searched refs:qrfError (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 1001 static void qrfError( in qrfError() function 1024 qrfError(p, SQLITE_NOMEM, "out of memory"); in qrfOom() 1033 qrfError(p, rc, sqlite3_errstr(rc)); in qrfStrErr() 1237 qrfError(p, SQLITE_ERROR, "not available in this build"); in qrfEqpStats() 1342 qrfError(p, rc, "%s", sqlite3_errmsg(p->db)); in qrfResetStmt() 1358 qrfError(p, rc, "Failed to write %d bytes of output", n); in qrfWrite() 3346 qrfError(p, rc, "%s", sqlite3_errmsg(p->db)); in qrfScanStatusVm() 3597 qrfError(p, SQLITE_ERROR, in qrfInitialize()
|