Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest9.c48 goto error_out; in c_collation_test()
55 goto error_out; in c_collation_test()
61 error_out: in c_collation_test()
87 goto error_out; in c_realloc_test()
96 goto error_out; in c_realloc_test()
101 error_out: in c_realloc_test()
133 goto error_out; in c_misuse_test()
141 goto error_out; in c_misuse_test()
148 goto error_out; in c_misuse_test()
156 goto error_out; in c_misuse_test()
[all …]
H A Dprepare.c243 goto error_out; in sqlite3InitOne()
253 goto error_out; in sqlite3InitOne()
417 error_out: in sqlite3InitOne()
H A Dwindow.c225 if( ((i64)fVal)!=fVal ) goto error_out; in nth_valueStepFunc()
230 goto error_out; in nth_valueStepFunc()
232 if( iVal<=0 ) goto error_out; in nth_valueStepFunc()
246 error_out: in nth_valueStepFunc()
H A Dmain.c3804 goto error_out; in sqlite3_table_column_metadata()
3811 goto error_out; in sqlite3_table_column_metadata()
3830 goto error_out; in sqlite3_table_column_metadata()
3859 error_out: in sqlite3_table_column_metadata()
H A Dtest1.c2064 goto error_out; in testFunc()
2067 goto error_out; in testFunc()
2074 error_out: in testFunc()
/sqlite-3.40.0/test/
H A Dthreadtest5.c43 static void error_out(int rc, const char *zCtx, int lineno){ in error_out() function
160 error_out(rc, "sqlite3_open", __LINE__); in worker()
283 error_out(rc, "sqlite3_open", __LINE__); in main()
297 error_out(rc, "sqlite3_exec", __LINE__); in main()
/sqlite-3.40.0/tool/
H A Dloadfts.c85 static void error_out(const char *zText){ in error_out() function
143 if( d==0 ) error_out("opendir()"); in traverse()
H A Dspeedtest8inst1.c94 goto error_out; in readScriptFile()
117 error_out: in readScriptFile()
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c1340 goto error_out; in sessionPreupdateOneChange()
1351 if( rc!=SQLITE_OK ) goto error_out; in sessionPreupdateOneChange()
1385 if( rc!=SQLITE_OK ) goto error_out; in sessionPreupdateOneChange()
1392 goto error_out; in sessionPreupdateOneChange()
1440 error_out: in sessionPreupdateOneChange()