Home
last modified time | relevance | path

Searched refs:sqlite3_complete16 (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h437 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h2785 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2786 ** automatically by sqlite3_complete16(). If that initialization fails,
2787 ** then the return value from sqlite3_complete16() will be non-zero
2793 ** The input to [sqlite3_complete16()] must be a zero-terminated
2797 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c3098 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
3099 ** automatically by sqlite3_complete16(). If that initialization fails,
3100 ** then the return value from sqlite3_complete16() will be non-zero
3106 ** The input to [sqlite3_complete16()] must be a zero-terminated
3110 SQLITE_API int sqlite3_complete16(const void *sql);
[all...]