Searched defs:sqlite3_bind_zeroblob (Results 1 - 8 of 8) 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
/external/sqlite/dist/orig/
H A Dsqlite3ext.h397 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
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.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.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...]

Completed in 925 milliseconds