Home | History | Annotate | Download | only in orig

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
79202 rc = sqlite3_bind_zeroblob(pStmt, i, pValue->u.nZero);
79220 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){
79238 rc = sqlite3_bind_zeroblob(pStmt, i, n);
113718 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob
113938 #define sqlite3_bind_zeroblob 0
114123 sqlite3_bind_zeroblob,