Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dloadext.c105 #define sqlite3_bind_zeroblob 0 macro
290 sqlite3_bind_zeroblob,
H A Dvdbeapi.c1636 rc = sqlite3_bind_zeroblob(pStmt, i, pValue->u.nZero); in sqlite3_bind_value()
1654 int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){ in sqlite3_bind_zeroblob() function
1676 rc = sqlite3_bind_zeroblob(pStmt, i, n); in sqlite3_bind_zeroblob64()
H A Dsqlite3ext.h517 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
H A Dtest1.c3441 rc = sqlite3_bind_zeroblob(pStmt, idx, n); in test_bind_zeroblob()
H A Dsqlite.h.in4521 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
4572 int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
7504 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
/sqlite-3.40.0/test/
H A Dzeroblob.test13 # including the sqlite3_bind_zeroblob(), sqlite3_result_zeroblob(),
218 sqlite3_bind_zeroblob $::STMT 1 450000
H A Dfkey7.test65 sqlite3_bind_zeroblob $stmt 1 45
H A De_blobopen.test504 # EVIDENCE-OF: R-58813-55036 The sqlite3_bind_zeroblob() and
516 sqlite3_bind_zeroblob $stmt 1 45
H A Dsqllimits1.test324 sqlite3_bind_zeroblob $::STMT 1 [expr {$SQLITE_LIMIT_LENGTH + 1}]