sqlite3_bind_zeroblob 3429 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n); sqlite3_bind_zeroblob 61466 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_bind_zeroblob(pStmt, i, pValue->u.nZero); sqlite3_bind_zeroblob 87168 third_party/sqlite/amalgamation/sqlite3.c sqlite3_bind_zeroblob, sqlite3_bind_zeroblob 2886 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n); sqlite3_bind_zeroblob 284 third_party/sqlite/src/src/loadext.c sqlite3_bind_zeroblob, sqlite3_bind_zeroblob 2952 third_party/sqlite/src/src/test1.c rc = sqlite3_bind_zeroblob(pStmt, idx, n); sqlite3_bind_zeroblob 1132 third_party/sqlite/src/src/vdbeapi.c rc = sqlite3_bind_zeroblob(pStmt, i, pValue->u.nZero);