Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h524 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
H A Dsqlite3.h4663 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
4714 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
7779 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
H A Dsqlite3.c4976 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
5027 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
8092 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
[all...]