Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h436 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h2702 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2703 ** automatically by sqlite3_complete16(). If that initialization fails,
2704 ** then the return value from sqlite3_complete16() will be non-zero
2710 ** The input to [sqlite3_complete16()] must be a zero-terminated
2714 SQLITE_API int sqlite3_complete16(const void *sql);
/third_party/sqlite/src/
H A Dsqlite3.c3015 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
3016 ** automatically by sqlite3_complete16(). If that initialization fails,
3017 ** then the return value from sqlite3_complete16() will be non-zero
3023 ** The input to [sqlite3_complete16()] must be a zero-terminated
3027 SQLITE_API int sqlite3_complete16(const void *sql);
132359 #define sqlite3_complete16 global() macro
132669 # define sqlite3_complete16 global() macro
132691 # define sqlite3_complete16 global() macro
173289 SQLITE_API int sqlite3_complete16(const void *zSql){ global() function
[all...]

Completed in 177 milliseconds