Lines Matching refs:fatalError
170 static void fatalError(const char *zFormat, ...){ in fatalError() function
198 fatalError(zSig); in signalHandler()
224 if( *(int*)pVdbeLimitFlag ) fatalError("too many VDBE cycles"); in progressHandler()
234 if( pNew==0 ) fatalError("unable to realloc for %d bytes", szNew); in safe_realloc()
264 fatalError("file %d still open. nRef=%d", i, g.aFile[i].nRef); in reformatVfs()
526 if( rc ) fatalError("%s", sqlite3_errmsg(db)); in blobListLoadFromDb()
1658 if( rc ) fatalError("cannot rebuild: %s", sqlite3_errmsg(db)); in rebuild_database()
1715 if( v>0x7fffffff ) fatalError("parameter too large - max 2147483648"); in integerValue()
1845 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1849 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1853 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1864 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1868 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1872 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1900 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1917 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1936 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1946 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1950 if( i>=argc-1 ) fatalError("missing arguments on %s", argv[i]); in main()
1956 fatalError("timeout is not available on non-unix systems"); in main()
1994 fatalError("unknown option: %s", argv[i]); in main()
2002 if( nSrcDb==0 ) fatalError("no source database specified"); in main()
2005 fatalError("cannot change the description of more than one database"); in main()
2008 fatalError("cannot import into more than one database"); in main()
2026 fatalError("input file \"%s\" is not recognized\n", azSrcDb[iSrcDb]); in main()
2079 if( rc ) fatalError("cannot create schema: %s", sqlite3_errmsg(db)); in main()
2086 if( rc ) fatalError("cannot change description: %s", sqlite3_errmsg(db)); in main()
2091 if( rc ) fatalError("cannot prepare statement [%s]: %s", in main()
2096 if( rc ) fatalError("insert failed for %s", argv[i]); in main()
2110 if( rc ) fatalError("cannot prepare query of CONFIG table: %s", in main()
2135 if( rc ) fatalError("cannot prepare statement [%s]: %s", in main()
2138 if( rc ) fatalError("cannot start a transaction"); in main()
2150 if( rc ) fatalError("insert failed for %s", zLine); in main()
2157 if( rc ) fatalError("insert failed for %s", argv[i]); in main()
2162 if( rc ) fatalError("cannot commit the transaction: %s", in main()
2169 if( rc ) fatalError("cannot set database to query-only"); in main()
2179 if( rc ) fatalError("cannot prepare statement [%s]: %s", in main()
2198 if( rc ) fatalError("cannot prepare statement [%s]: %s", in main()
2220 if( g.nSql==0 ) fatalError("need at least one SQL script"); in main()
2260 fatalError("SQLite has memory in use before the start of testing"); in main()
2270 fatalError("failed to allocate %d bytes of heap memory", nMem); in main()
2372 fatalError("--oss-fuzz not supported: recompile" in main()
2385 if( rc ) fatalError("cannot open inmem database"); in main()
2412 fatalError("memory leak: %lld bytes outstanding", in main()
2429 fatalError("simulated failure"); in main()