Searched refs:sqlite3_complete (Results 1 – 14 of 14) sorted by relevance
104 int sqlite3_complete(const char *zSql){ in sqlite3_complete() function282 rc = sqlite3_complete(zSql8); in sqlite3_complete16()
68 # define sqlite3_complete 0 macro179 sqlite3_complete,
429 #define sqlite3_complete sqlite3_api->complete macro
2352 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) ); in DbObjCmd()
1958 ** sqlite3_complete() returns false, try to terminate the comment before1971 if( sqlite3_complete(zNew) ){10962 ** We need a default sqlite3_complete() implementation to use in case10968 #define sqlite3_complete(x) 1 macro10980 rc = sqlite3_complete(zSql);11158 if( nSql && QSS_SEMITERM(qss) && sqlite3_complete(zSql) ){
2700 ** The input to [sqlite3_complete()] must be a zero-terminated2706 int sqlite3_complete(const char *sql);
181 sqlite3_complete(zSql); in LLVMFuzzerTestOneInput()
19 # Only do the next group of tests if the sqlite3_complete API is available
1269 if( sqlite3_complete(zSql+j) ){ in runCombinedDbSqlInput()
388 # Also test sqlite3_complete(). There are (currently) no malloc()
141 isComplete = sqlite3_complete(&zSql[i]); in main()
198 isComplete = sqlite3_complete(&zSql[i]); in main()
209 isComplete = sqlite3_complete(&zSql[i]); in main()
663 if( sqlite3_complete(zIn) ){ in normalizeFile()