Home
last modified time | relevance | path

Searched refs:cidxCursorError (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c81 static void cidxCursorError(CidxCursor *pCsr, const char *zFmt, ...){ in cidxCursorError() function
216 cidxCursorError(pCsr, "Cursor error: %s", sqlite3_errmsg(db)); in cidxNext()
266 cidxCursorError(pCsr, "SQL error: %s", sqlite3_errmsg(db)); in cidxPrepare()
457 cidxCursorError(pCsr, "Parse error in: %s", zSql); in cidxParseSQL()
598 cidxCursorError(pCsr, "%s", "error parsing after value"); in cidxDecodeAfter()