Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dcomplete.c104 int sqlite3_complete(const char *zSql){ in sqlite3_complete() function
282 rc = sqlite3_complete(zSql8); in sqlite3_complete16()
H A Dloadext.c68 # define sqlite3_complete 0 macro
179 sqlite3_complete,
H A Dsqlite3ext.h429 #define sqlite3_complete sqlite3_api->complete macro
H A Dtclsqlite.c2352 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) ); in DbObjCmd()
H A Dshell.c.in1958 ** sqlite3_complete() returns false, try to terminate the comment before
1971 if( sqlite3_complete(zNew) ){
10962 ** We need a default sqlite3_complete() implementation to use in case
10968 #define sqlite3_complete(x) 1 macro
10980 rc = sqlite3_complete(zSql);
11158 if( nSql && QSS_SEMITERM(qss) && sqlite3_complete(zSql) ){
H A Dsqlite.h.in2700 ** The input to [sqlite3_complete()] must be a zero-terminated
2706 int sqlite3_complete(const char *sql);
/sqlite-3.40.0/test/
H A Dossfuzz.c181 sqlite3_complete(zSql); in LLVMFuzzerTestOneInput()
H A Dmain.test19 # Only do the next group of tests if the sqlite3_complete API is available
H A Dfuzzcheck.c1269 if( sqlite3_complete(zSql+j) ){ in runCombinedDbSqlInput()
H A Dmalloc.test388 # Also test sqlite3_complete(). There are (currently) no malloc()
/sqlite-3.40.0/tool/
H A Dspeedtest16.c141 isComplete = sqlite3_complete(&zSql[i]); in main()
H A Dspeedtest8inst1.c198 isComplete = sqlite3_complete(&zSql[i]); in main()
H A Dspeedtest8.c209 isComplete = sqlite3_complete(&zSql[i]); in main()
/sqlite-3.40.0/ext/misc/
H A Dnormalize.c663 if( sqlite3_complete(zIn) ){ in normalizeFile()