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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h571 #define sqlite3_bind_text64 sqlite3_api->bind_text64 macro
H A Dsqlite3.h4319 ** ^If the third parameter to sqlite3_bind_text64() is not NULL, then
4329 ** the 6th parameter for sqlite3_bind_text64().)^
4343 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
4364 ** ^The sixth argument to sqlite3_bind_text64() must be one of
4367 ** the sixth argument to sqlite3_bind_text64() is not one of the
4419 SQLITE_API int sqlite3_bind_text64(sqlite3_stmt*, int, const char*, sqlite3_uint64,
H A Dsqlite3.c5382 ** ^If the third parameter to sqlite3_bind_text64() is not NULL, then
5392 ** the 6th parameter for sqlite3_bind_text64().)^
5406 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
5427 ** ^The sixth argument to sqlite3_bind_text64() must be one of
5430 ** the sixth argument to sqlite3_bind_text64() is not one of the
5482 SQLITE_API int sqlite3_bind_text64(sqlite3_stmt*, int, const char*, sqlite3_uint64,
85121 SQLITE_API int sqlite3_bind_text64( function
125961 #define sqlite3_bind_text64 macro
[all...]

Completed in 539 milliseconds