Home
last modified time | relevance | path

Searched refs:sqlite3_bind_text16 (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h406 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.h4599 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4604 ** ^If the third parameter to sqlite3_bind_text16() is not NULL, then
4615 ** machine for sqlite3_bind_text16() or the byte order specified in
4624 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4630 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
4709 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
6098 ** the same [byte-order determination rules] as [sqlite3_bind_text16()].
H A Dsqlite3.c4912 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4917 ** ^If the third parameter to sqlite3_bind_text16() is not NULL, then
4928 ** machine for sqlite3_bind_text16() or the byte order specified in
4937 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4943 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
5022 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
6411 ** the same [byte-order determination rules] as [sqlite3_bind_text16()].
[all...]