Searched refs:SQLITE_NOTICE_RECOVER_ROLLBACK (Results 1 – 3 of 3) sorted by relevance
202 SQLITE_NOTICE_RECOVER_ROLLBACK = (SQLITE_NOTICE | (2 << 8)),
566 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8)) macro
879 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8)) macro59734 sqlite3_log(SQLITE_NOTICE_RECOVER_ROLLBACK, "recovered %d pages from %s",179773 case SQLITE_NOTICE_RECOVER_ROLLBACK: