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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h495 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
H A Dsqlite3.h4372 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
4423 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
7215 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
H A Dsqlite3.c5435 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
5486 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
8278 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
85179 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){ function
125885 #define sqlite3_bind_zeroblob macro
126142 #define sqlite3_bind_zeroblob macro
[all...]

Completed in 691 milliseconds