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

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c50 # define sqlite3_complete16 0 macro
71 # define sqlite3_complete16 0 macro
174 sqlite3_complete16,
H A Dsqlite3ext.h273 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite.h.in1704 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
1705 ** automatically by sqlite3_complete16(). If that initialization fails,
1706 ** then the return value from sqlite3_complete16() will be non-zero
1712 ** The input to [sqlite3_complete16()] must be a zero-terminated
1716 int sqlite3_complete16(const void *sql);
H A Dtest1.c3852 ** Usage: sqlite3_complete16 <UTF-16 string>
3872 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_complete16(zBuf)));
5569 { "sqlite3_complete16", test_complete16 ,0 },
/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);
91306 #define sqlite3_complete16 macro
91489 # define sqlite3_complete16 macro
91510 # define sqlite3_complete16 macro
112361 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1709 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
1710 ** automatically by sqlite3_complete16(). If that initialization fails,
1711 ** then the return value from sqlite3_complete16() will be non-zero
1717 ** The input to [sqlite3_complete16()] must be a zero-terminated
1721 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c2252 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2253 ** automatically by sqlite3_complete16(). If that initialization fails,
2254 ** then the return value from sqlite3_complete16() will be non-zero
2260 ** The input to [sqlite3_complete16()] must be a zero-terminated
2264 SQLITE_API int sqlite3_complete16(const void *sql);
86962 #define sqlite3_complete16 macro
87141 # define sqlite3_complete16 macro
87162 # define sqlite3_complete16 macro
107341 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]

Completed in 460 milliseconds