Searched refs:sqlite3_complete16 (Results 1 – 8 of 8) sorted by relevance
47 # define sqlite3_complete16 0 macro69 # define sqlite3_complete16 0 macro180 sqlite3_complete16,
269 int sqlite3_complete16(const void *zSql){ in sqlite3_complete16() function
430 #define sqlite3_complete16 sqlite3_api->complete16 macro
5044 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_complete16(zBuf))); in test_complete16()
2695 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked2696 ** automatically by sqlite3_complete16(). If that initialization fails,2697 ** then the return value from sqlite3_complete16() will be non-zero2703 ** The input to [sqlite3_complete16()] must be a zero-terminated2707 int sqlite3_complete16(const void *sql);
68 set rc [sqlite3_complete16 [utf16 "SELECT * FROM t1;"]]
61 sqlite3_complete16 [utf16 {SELECT * FROM t1;}]
39 # enc2.8.*: Test sqlite3_complete16()486 sqlite3_complete16 [utf16 "SELECT * FROM t1;"]489 sqlite3_complete16 [utf16 "SELECT * FROM"]