Home | History | Annotate | Download | only in orig

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
63887 rc = sqlite3_bind_zeroblob(pStmt, i, pValue->u.nZero);
63905 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){
91356 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob
91509 #define sqlite3_bind_zeroblob 0
91690 sqlite3_bind_zeroblob,