Lines Matching defs:sqlite3_bind_text64
4784 ** ^If the third parameter to sqlite3_bind_text64() is not NULL, then
4794 ** the 6th parameter for sqlite3_bind_text64().)^
4808 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
4833 ** ^The sixth argument to sqlite3_bind_text64() must be one of
4836 ** the sixth argument to sqlite3_bind_text64() is not one of the
4888 SQLITE_API int sqlite3_bind_text64(sqlite3_stmt*, int, const char*, sqlite3_uint64,
89498 SQLITE_API int sqlite3_bind_text64(
132522 #define sqlite3_bind_text64 sqlite3_api->bind_text64
133023 sqlite3_bind_text64,