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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h280 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.h3278 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3285 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3291 ** or sqlite3_bind_text16() then that parameter must be the byte offset
3299 ** sqlite3_bind_text16() is a destructor used to dispose of the BLOB or
3302 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3342 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
H A Dsqlite3.c3849 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3856 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3862 ** or sqlite3_bind_text16() then that parameter must be the byte offset
3870 ** sqlite3_bind_text16() is a destructor used to dispose of the BLOB or
3873 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3913 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
64305 SQLITE_API int sqlite3_bind_text16( function
92457 #define sqlite3_bind_text16 macro
92689 # define sqlite3_bind_text16 macro
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h245 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.h3025 ** sqlite3_bind_text16() is a destructor used to dispose of the BLOB or
3028 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3068 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
H A Dsqlite3.c3578 ** sqlite3_bind_text16() is a destructor used to dispose of the BLOB or
3581 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3621 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
62661 SQLITE_API int sqlite3_bind_text16( function
89137 #define sqlite3_bind_text16 macro
89346 # define sqlite3_bind_text16 macro
[all...]

Completed in 512 milliseconds