Searched refs:ofstError (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | offsets.c | 39 static void ofstError(GState *p, const char *zFormat, ...){ in ofstError() function 75 ofstError(p, "cannot open database file \"%s\"", zFile); in ofstRootAndColumn() 81 if( rc ) ofstError(p, "%s: [%s]", sqlite3_errmsg(db), zSql); in ofstRootAndColumn() 85 ofstError(p, "cannot find table [%s]\n", zTable); in ofstRootAndColumn() 95 if( rc ) ofstError(p, "%s: [%s}", sqlite3_errmsg(db), zSql); in ofstRootAndColumn() 109 ofstError(p, "no such column: %s.%s", zTable, zColumn); in ofstRootAndColumn() 115 if( rc ) ofstError(p, "%s: [%s]", sqlite3_errmsg(db), zSql); in ofstRootAndColumn() 119 ofstError(p, "cannot find page size"); in ofstRootAndColumn() 150 ofstError(p, "page stack overflow"); in ofstPushPage() 165 ofstError(p, "unable to read page %d", pgno); in ofstPushPage() [all …]
|