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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h276 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h1763 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
1764 ** automatically by sqlite3_complete16(). If that initialization fails,
1765 ** then the return value from sqlite3_complete16() will be non-zero
1771 ** The input to [sqlite3_complete16()] must be a zero-terminated
1775 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c2316 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2317 ** automatically by sqlite3_complete16(). If that initialization fails,
2318 ** then the return value from sqlite3_complete16() will be non-zero
2324 ** The input to [sqlite3_complete16()] must be a zero-terminated
2328 SQLITE_API int sqlite3_complete16(const void *sql);
89168 #define sqlite3_complete16 macro
89351 # define sqlite3_complete16 macro
89372 # define sqlite3_complete16 macro
110033 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]

Completed in 401 milliseconds