Searched refs:sqlite3_complete (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile86 sqlite3_complete.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h436 #define sqlite3_complete sqlite3_api->complete macro
H A Dsqlite3.h2771 ** The input to [sqlite3_complete()] must be a zero-terminated
2777 SQLITE_API int sqlite3_complete(const char *sql);
H A Dshell.c19031 ** sqlite3_complete() returns false, try to terminate the comment before
19045 if( sqlite3_complete(zNew) ){
28248 ** The CLI needs a working sqlite3_complete() to work properly. So error
28264 rc = sqlite3_complete(zSql);
28528 if( nSql && QSS_SEMITERM(qss) && sqlite3_complete(zSql) ){
H A Dsqlite3.c3084 ** The input to [sqlite3_complete()] must be a zero-terminated
3090 SQLITE_API int sqlite3_complete(const char *sql);
135908 #define sqlite3_complete macro
136243 # define sqlite3_complete macro
177868 SQLITE_API int sqlite3_complete(const char *zSql){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d536 int sqlite3_complete(const char *sql);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2376 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) );

Completed in 819 milliseconds