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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h377 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.h4312 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4317 ** ^If the third parameter to sqlite3_bind_text16() is not NULL, then
4328 ** machine for sqlite3_bind_text16() or the byte order specified in
4337 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4343 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
4418 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
5672 ** the same [byte-order determination rules] as [sqlite3_bind_text16()].
H A Dsqlite3.c5375 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
5380 ** ^If the third parameter to sqlite3_bind_text16() is not NULL, then
5391 ** machine for sqlite3_bind_text16() or the byte order specified in
5400 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
5406 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
5481 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
6735 ** the same [byte-order determination rules] as [sqlite3_bind_text16()].
85138 SQLITE_API int sqlite3_bind_text16( function
125767 #define sqlite3_bind_text16 macro
126079 # define sqlite3_bind_text16 macro
[all...]

Completed in 1071 milliseconds