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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h408 #define sqlite3_complete16 sqlite3_api->complete16 macro
H A Dsqlite3.h2598 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
2599 ** automatically by sqlite3_complete16(). If that initialization fails,
2600 ** then the return value from sqlite3_complete16() will be non-zero
2606 ** The input to [sqlite3_complete16()] must be a zero-terminated
2610 SQLITE_API int sqlite3_complete16(const void *sql);
H A Dsqlite3.c3661 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
3662 ** automatically by sqlite3_complete16(). If that initialization fails,
3663 ** then the return value from sqlite3_complete16() will be non-zero
3669 ** The input to [sqlite3_complete16()] must be a zero-terminated
3673 SQLITE_API int sqlite3_complete16(const void *sql);
125798 #define sqlite3_complete16 macro
126084 # define sqlite3_complete16 macro
126106 # define sqlite3_complete16 macro
163935 SQLITE_API int sqlite3_complete16(const void *zSql){ function
[all...]

Completed in 781 milliseconds