Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h523 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
H A Dsqlite3.h4535 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
4586 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
7556 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
/third_party/sqlite/src/
H A Dsqlite3.c4841 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
4892 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
7865 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
89555 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){ global() function
132446 #define sqlite3_bind_zeroblob global() macro
132727 #define sqlite3_bind_zeroblob global() macro
[all...]

Completed in 150 milliseconds