Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h600 #define sqlite3_bind_text64 sqlite3_api->bind_text64 macro
H A Dsqlite3.h4606 ** ^If the third parameter to sqlite3_bind_text64() is not NULL, then
4616 ** the 6th parameter for sqlite3_bind_text64().)^
4630 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
4655 ** ^The sixth argument to sqlite3_bind_text64() must be one of
4658 ** the sixth argument to sqlite3_bind_text64() is not one of the
4710 SQLITE_API int sqlite3_bind_text64(sqlite3_stmt*, int, const char*, sqlite3_uint64,
H A Dsqlite3.c4919 ** ^If the third parameter to sqlite3_bind_text64() is not NULL, then
4929 ** the 6th parameter for sqlite3_bind_text64().)^
4943 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
4968 ** ^The sixth argument to sqlite3_bind_text64() must be one of
4971 ** the sixth argument to sqlite3_bind_text64() is not one of the
5023 SQLITE_API int sqlite3_bind_text64(sqlite3_stmt*, int, const char*, sqlite3_uint64,
[all...]