Searched refs:sqlite3_complete16 (Results 1 – 3 of 3) sorted by relevance
437 #define sqlite3_complete16 sqlite3_api->complete16 macro
2785 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked2786 ** automatically by sqlite3_complete16(). If that initialization fails,2787 ** then the return value from sqlite3_complete16() will be non-zero2793 ** The input to [sqlite3_complete16()] must be a zero-terminated2797 SQLITE_API int sqlite3_complete16(const void *sql);
3098 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked3099 ** automatically by sqlite3_complete16(). If that initialization fails,3100 ** then the return value from sqlite3_complete16() will be non-zero3106 ** The input to [sqlite3_complete16()] must be a zero-terminated3110 SQLITE_API int sqlite3_complete16(const void *sql);[all...]