Home
last modified time | relevance | path

Searched refs:sqlite3_bind_zeroblob64 (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/test/
H A Dzeroblob.test304 # Test the sqlite3_bind_zeroblob64() API.
307 sqlite3_bind_zeroblob64 $stmt 1 $nZero
/sqlite-3.40.0/src/
H A Dloadext.c414 sqlite3_bind_zeroblob64,
H A Dsqlite3ext.h607 #define sqlite3_bind_zeroblob64 sqlite3_api->bind_zeroblob64 macro
H A Dvdbeapi.c1668 int sqlite3_bind_zeroblob64(sqlite3_stmt *pStmt, int i, sqlite3_uint64 n){ in sqlite3_bind_zeroblob64() function
H A Dtest1.c3477 rc = sqlite3_bind_zeroblob64(pStmt, idx, n); in test_bind_zeroblob64()
H A Dsqlite.h.in4573 int sqlite3_bind_zeroblob64(sqlite3_stmt*, int, sqlite3_uint64);