Lines Matching defs:sqlite3_bind_zeroblob
3711 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3745 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5813 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
63900 rc = sqlite3_bind_zeroblob(pStmt, i, pValue->u.nZero);
63918 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){
91369 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob
91522 #define sqlite3_bind_zeroblob 0
91703 sqlite3_bind_zeroblob,