SQLITE_LAST_ERRNO  850 sql/connection.cc   if (SQLITE_OK != sqlite3_file_control(db_, NULL, SQLITE_LAST_ERRNO, &err))
SQLITE_LAST_ERRNO 27617 third_party/sqlite/amalgamation/sqlite3.c     case SQLITE_LAST_ERRNO: {
SQLITE_LAST_ERRNO 32290 third_party/sqlite/amalgamation/sqlite3.c     case SQLITE_LAST_ERRNO: {
SQLITE_LAST_ERRNO 3476 third_party/sqlite/src/src/os_unix.c     case SQLITE_LAST_ERRNO: {
SQLITE_LAST_ERRNO 1171 third_party/sqlite/src/src/os_win.c     case SQLITE_LAST_ERRNO: {
SQLITE_LAST_ERRNO 4840 third_party/sqlite/src/src/test1.c   rc = sqlite3_file_control(db, NULL, SQLITE_LAST_ERRNO, &iArg);
SQLITE_LAST_ERRNO  366 third_party/sqlite/src/src/test_vfstrace.c     case SQLITE_LAST_ERRNO:         zOp = "LAST_ERRNO";         break;