Lines Matching defs:sqlite3_blob

5587 typedef struct sqlite3_blob sqlite3_blob;
5652 sqlite3_blob **ppBlob
5677 SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
5701 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
5716 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5744 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5782 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
69829 ** Valid sqlite3_blob* handles point to Incrblob structures.
69922 sqlite3_blob **ppBlob /* Handle for accessing the blob returned here */
70127 *ppBlob = (sqlite3_blob *)pBlob;
70144 SQLITE_API int sqlite3_blob_close(sqlite3_blob *pBlob){
70165 sqlite3_blob *pBlob,
70214 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
70221 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){
70231 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){
70246 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
89052 int (*blob_bytes)(sqlite3_blob*);
89053 int (*blob_close)(sqlite3_blob*);
89054 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,int,sqlite3_blob**);
89055 int (*blob_read)(sqlite3_blob*,void*,int,int);
89056 int (*blob_write)(sqlite3_blob*,const void*,int,int);
89107 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
114200 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */
122381 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */
123223 ** This function may leave an open sqlite3_blob* handle in the