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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h366 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h2313 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2314 ** automatically by sqlite3_complete16(). If that initialization fails,
2315 ** then the return value from sqlite3_complete16() will be non-zero
2321 ** The input to [sqlite3_complete16()] must be a zero-terminated
2325 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c3337 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
3338 ** automatically by sqlite3_complete16(). If that initialization fails,
3339 ** then the return value from sqlite3_complete16() will be non-zero
3345 ** The input to [sqlite3_complete16()] must be a zero-terminated
3349 SQLITE_API int sqlite3_complete16(const void *sql);
113631 #define sqlite3_complete16 macro
113881 # define sqlite3_complete16 macro
113903 # define sqlite3_complete16 macro
143246 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h366 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h2313 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2314 ** automatically by sqlite3_complete16(). If that initialization fails,
2315 ** then the return value from sqlite3_complete16() will be non-zero
2321 ** The input to [sqlite3_complete16()] must be a zero-terminated
2325 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c3337 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
3338 ** automatically by sqlite3_complete16(). If that initialization fails,
3339 ** then the return value from sqlite3_complete16() will be non-zero
3345 ** The input to [sqlite3_complete16()] must be a zero-terminated
3349 SQLITE_API int sqlite3_complete16(const void *sql);
113631 #define sqlite3_complete16 macro
113881 # define sqlite3_complete16 macro
113903 # define sqlite3_complete16 macro
143246 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]

Completed in 786 milliseconds