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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h254 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h1361 ** The input to [sqlite3_complete16()] must be a zero-terminated
1365 int sqlite3_complete16(const void *sql);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h297 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h1837 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
1838 ** automatically by sqlite3_complete16(). If that initialization fails,
1839 ** then the return value from sqlite3_complete16() will be non-zero
1845 ** The input to [sqlite3_complete16()] must be a zero-terminated
1849 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c2387 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2388 ** automatically by sqlite3_complete16(). If that initialization fails,
2389 ** then the return value from sqlite3_complete16() will be non-zero
2395 ** The input to [sqlite3_complete16()] must be a zero-terminated
2399 SQLITE_API int sqlite3_complete16(const void *sql);
91270 #define sqlite3_complete16 macro
91453 # define sqlite3_complete16 macro
91474 # define sqlite3_complete16 macro
112325 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h297 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h1837 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
1838 ** automatically by sqlite3_complete16(). If that initialization fails,
1839 ** then the return value from sqlite3_complete16() will be non-zero
1845 ** The input to [sqlite3_complete16()] must be a zero-terminated
1849 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c2387 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2388 ** automatically by sqlite3_complete16(). If that initialization fails,
2389 ** then the return value from sqlite3_complete16() will be non-zero
2395 ** The input to [sqlite3_complete16()] must be a zero-terminated
2399 SQLITE_API int sqlite3_complete16(const void *sql);
91283 #define sqlite3_complete16 macro
91466 # define sqlite3_complete16 macro
91487 # define sqlite3_complete16 macro
112338 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]

Completed in 384 milliseconds