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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h600 #define sqlite3_bind_text64 sqlite3_api->bind_text64 macro
H A Dsqlite3.h4587 ** ^If the third parameter to sqlite3_bind_text64() is not NULL, then
4597 ** the 6th parameter for sqlite3_bind_text64().)^
4611 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
4636 ** ^The sixth argument to sqlite3_bind_text64() must be one of
4639 ** the sixth argument to sqlite3_bind_text64() is not one of the
4691 SQLITE_API int sqlite3_bind_text64(sqlite3_stmt*, int, const char*, sqlite3_uint64,
H A Dsqlite3.c4900 ** ^If the third parameter to sqlite3_bind_text64() is not NULL, then
4910 ** the 6th parameter for sqlite3_bind_text64().)^
4924 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
4949 ** ^The sixth argument to sqlite3_bind_text64() must be one of
4952 ** the sixth argument to sqlite3_bind_text64() is not one of the
5004 SQLITE_API int sqlite3_bind_text64(sqlite3_stmt*, int, const char*, sqlite3_uint64,
91656 SQLITE_API int sqlite3_bind_text64( function
136072 #define sqlite3_bind_text64 macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d821 int sqlite3_bind_text64(sqlite3_stmt*, int, const char*, sqlite3_uint64,void function (void*), ubyte encoding);

Completed in 623 milliseconds