Home
last modified time | relevance | path

Searched defs:zErr (Results 1 – 25 of 64) sorted by relevance

123

/sqlite-3.40.0/src/
H A Dtest_bestindex.c261 const char *zErr; in tclNext() local
327 const char *zErr = Tcl_GetStringResult(interp); in tclFilter() local
342 const char *zErr = Tcl_GetStringResult(interp); in tclFilter() local
353 const char *zErr = sqlite3_errmsg(pTab->db); in tclFilter() local
617 const char *zErr = Tcl_GetStringResult(interp); in tclBestIndex() local
638 const char *zErr = Tcl_GetStringResult(interp); in tclBestIndex() local
686 const char *zErr = Tcl_GetStringResult(interp); in tclBestIndex() local
H A Dvdbeblob.c56 char *zErr = 0; /* Error message */ in blobSeekToRow() local
134 char *zErr = 0; in sqlite3_blob_open() local
500 char *zErr; in sqlite3_blob_reopen() local
H A Dattach.c85 char *zErr = 0; in attachFunc() local
277 char zErr[128]; in detachFunc() local
H A Dtest_loadext.c123 char *zErr; in testbrokenext_init() local
H A Dvtab.c569 char *zErr = 0; in vtabCallConstructor() local
714 char *zErr = 0; in sqlite3VtabCallConnect() local
1232 char *zErr = 0; in sqlite3VtabEponymousTableInit() local
H A Dtest_autoext.c85 char *zErr; in broken_init() local
/sqlite-3.40.0/test/
H A Dcrashtest1.c28 char *zErr; in do_some_sql() local
70 char *zErr; in main() local
H A Dstartup.c531 char *zErr = 0; in main() local
603 char *zErr = 0; in main() local
H A Doptfuzz.c62 char *zErr = 0; in run_sql() local
H A Dsessionfuzz.c750 char *zErr = 0; in runSql() local
H A Ddbfuzz2.c188 char *zErr = 0; in LLVMFuzzerTestOneInput() local
/sqlite-3.40.0/ext/misc/
H A Dregexp.c153 const char *zErr; /* Error message to return */ member
491 const char *zErr; in re_subcompile_re() local
516 const char *zErr; in re_subcompile_string() local
675 const char *zErr; in re_compile() local
757 const char *zErr; /* Compile error message */ in re_sql_func() local
800 const char *zErr; in re_bytecode_func() local
H A Deval.c78 char *zErr = 0; in sqlEvalFunc() local
H A Dscrub.c69 char *zErr; /* Error message text */ member
591 char *zErr = 0; in main() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer.c90 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName); in scalarFunc() local
145 const char *zErr = 0; in testFunc() local
177 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName); in testFunc() local
/sqlite-3.40.0/ext/recover/
H A Dtest_recover.c181 const char *zErr = sqlite3_recover_errmsg(pTest->p); in testRecoverCmd() local
194 const char *zErr = sqlite3_recover_errmsg(pTest->p); in testRecoverCmd() local
231 const char *zErr = (bSql ? "DB DBNAME SCRIPT" : "DB DBNAME URI"); in test_sqlite3_recover_init() local
/sqlite-3.40.0/ext/expert/
H A Dtest_expert.c76 char *zErr = 0; in testExpertCmd() local
167 char *zErr = 0; in test_sqlite3_expert_new() local
H A Dexpert.c73 char *zErr = 0; in main() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c103 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName); in fts3TokenizerFunc() local
271 const char *zErr = 0; in testFunc() local
H A Dfts3_test.c551 char *zErr = sqlite3_mprintf("error testing %lld", w); in fts3_test_varint_cmd() local
561 char *zErr = sqlite3_mprintf("error testing %lld (32-bit)", w); in fts3_test_varint_cmd() local
/sqlite-3.40.0/tool/
H A Drollback-test.c61 char *zErr = 0; in runSql() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb.c71 char *zErr = 0; in test_leveldb_write() local
78 char *zErr = 0; in test_leveldb_delete() local
91 char *zErr = 0; in test_leveldb_fetch() local
200 char *zErr = 0; in test_leveldb_open() local
/sqlite-3.40.0/ext/userauth/
H A Duserauth.c68 char *zErr = 0; in userTableExists() local
/sqlite-3.40.0/ext/repair/
H A Dcheckfreelist.c122 char *zErr = 0; in checkFreelistError() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c215 const char *zErr = "wrong number of arguments to function highlight()"; in fts5HighlightFunction() local
399 const char *zErr = "wrong number of arguments to function snippet()"; in fts5SnippetFunction() local

123