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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h322 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.h3697 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3704 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3710 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
3774 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
H A Dsqlite3.c3957 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3964 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3970 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
4034 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
76333 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16( function
109148 #define sqlite3_bind_text16 macro
109413 # define sqlite3_bind_text16 macro
[all...]

Completed in 777 milliseconds