Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_bind_zeroblob

4965 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
5016 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
7537 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
79218 rc = sqlite3_bind_zeroblob(pStmt, i, pValue->u.nZero);
79236 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){
79254 rc = sqlite3_bind_zeroblob(pStmt, i, n);
113734 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob
113954 #define sqlite3_bind_zeroblob 0
114139 sqlite3_bind_zeroblob,