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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h297 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h1802 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
1803 ** automatically by sqlite3_complete16(). If that initialization fails,
1804 ** then the return value from sqlite3_complete16() will be non-zero
1810 ** The input to [sqlite3_complete16()] must be a zero-terminated
1814 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c2352 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2353 ** automatically by sqlite3_complete16(). If that initialization fails,
2354 ** then the return value from sqlite3_complete16() will be non-zero
2360 ** The input to [sqlite3_complete16()] must be a zero-terminated
2364 SQLITE_API int sqlite3_complete16(const void *sql);
91144 #define sqlite3_complete16 macro
91327 # define sqlite3_complete16 macro
91348 # define sqlite3_complete16 macro
112094 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]

Completed in 438 milliseconds