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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h362 #define sqlite3_bind_zeroblob sqlite3_api->bind_zeroblob macro
H A Dsqlite3.h3036 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3070 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5084 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
H A Dsqlite3.c3589 ** ^The sqlite3_bind_zeroblob() routine binds a BLOB of length N that
3623 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt*, int, int n);
5637 ** ^The [sqlite3_bind_zeroblob()] and [sqlite3_result_zeroblob()] interfaces
62702 SQLITE_API int sqlite3_bind_zeroblob(sqlite3_stmt *pStmt, int i, int n){ function
89254 #define sqlite3_bind_zeroblob macro
89407 #define sqlite3_bind_zeroblob macro
[all...]

Completed in 513 milliseconds