Searched refs:sqlite3_bind_zeroblob (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c104 #define sqlite3_bind_zeroblob 0 macro
284 sqlite3_bind_zeroblob,
H A Dvdbeapi.c1132 rc = sqlite3_bind_zeroblob(pStmt, i, pValue->u.nZero);
1150 int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){ function
H A Dsqlite3ext.h359 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
H A Dsqlite.h.in2847 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
2881 int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
4890 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
H A Dtest1.c2926 ** Usage: sqlite3_bind_zeroblob STMT IDX N
2928 ** Test the sqlite3_bind_zeroblob interface. STMT is a prepared statement.
2952 rc = sqlite3_bind_zeroblob(pStmt, idx, n);
5551 { "sqlite3_bind_zeroblob", test_bind_zeroblob, 0 },
/external/sqlite/dist/orig/
H A Dsqlite3ext.h397 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
H A Dsqlite3.h3386 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3420 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5636 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
H A Dsqlite3.c3501 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3535 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5751 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
67444 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){ function
97368 #define sqlite3_bind_zeroblob macro
97547 #define sqlite3_bind_zeroblob macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h397 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
H A Dsqlite3.h3386 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3420 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5636 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
H A Dsqlite3.c3501 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3535 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5751 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
67464 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){ function
97388 #define sqlite3_bind_zeroblob macro
97567 #define sqlite3_bind_zeroblob macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2852 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
2886 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
4895 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
H A Dsqlite3.c3395 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3429 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5438 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
61484 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){ function
86841 #define sqlite3_bind_zeroblob macro
86988 #define sqlite3_bind_zeroblob macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c3953 ret = sqlite3_bind_zeroblob((sqlite3_stmt *) v->vm, pos, len);

Completed in 514 milliseconds