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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h383 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
H A Dsqlite3.h3121 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3155 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5214 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
H A Dsqlite3.c3671 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3705 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5764 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
63799 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){ function
91230 #define sqlite3_bind_zeroblob macro
91383 #define sqlite3_bind_zeroblob macro
[all...]

Completed in 424 milliseconds