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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h328 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h2080 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2081 ** automatically by sqlite3_complete16(). If that initialization fails,
2082 ** then the return value from sqlite3_complete16() will be non-zero
2088 ** The input to [sqlite3_complete16()] must be a zero-terminated
2092 SQLITE_API int SQLITE_STDCALL sqlite3_complete16(const void *sql);
H A Dsqlite3.c2287 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2288 ** automatically by sqlite3_complete16(). If that initialization fails,
2289 ** then the return value from sqlite3_complete16() will be non-zero
2295 ** The input to [sqlite3_complete16()] must be a zero-terminated
2299 SQLITE_API int SQLITE_STDCALL sqlite3_complete16(const void *sql);
102183 #define sqlite3_complete16 macro
102404 # define sqlite3_complete16 macro
102425 # define sqlite3_complete16 macro
127880 SQLITE_API int SQLITE_STDCALL sqlite3_complete16(const void *zSql){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h328 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h2080 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2081 ** automatically by sqlite3_complete16(). If that initialization fails,
2082 ** then the return value from sqlite3_complete16() will be non-zero
2088 ** The input to [sqlite3_complete16()] must be a zero-terminated
2092 SQLITE_API int SQLITE_STDCALL sqlite3_complete16(const void *sql);
H A Dsqlite3.c2287 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2288 ** automatically by sqlite3_complete16(). If that initialization fails,
2289 ** then the return value from sqlite3_complete16() will be non-zero
2295 ** The input to [sqlite3_complete16()] must be a zero-terminated
2299 SQLITE_API int SQLITE_STDCALL sqlite3_complete16(const void *sql);
102201 #define sqlite3_complete16 macro
102422 # define sqlite3_complete16 macro
102443 # define sqlite3_complete16 macro
127898 SQLITE_API int SQLITE_STDCALL sqlite3_complete16(const void *zSql){ function
[all...]

Completed in 515 milliseconds