Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_blob

5301 typedef struct sqlite3_blob sqlite3_blob;
5366 sqlite3_blob **ppBlob
5391 SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
5415 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
5430 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
5458 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
5496 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
66514 ** Valid sqlite3_blob* handles point to Incrblob structures.
66607 sqlite3_blob **ppBlob /* Handle for accessing the blob returned here */
66808 *ppBlob = (sqlite3_blob *)pBlob;
66825 SQLITE_API int sqlite3_blob_close(sqlite3_blob *pBlob){
66846 sqlite3_blob *pBlob,
66895 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
66902 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){
66912 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){
66927 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
84580 sqlite3_blob*);
84581 int (*blob_close)(sqlite3_blob*);
84582 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,int,sqlite3_blob**);
84583 int (*blob_read)(sqlite3_blob*,void*,int,int);
84584 int (*blob_write)(sqlite3_blob*,const void*,int,int);
108446 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */
115400 ** This function may leave an open sqlite3_blob* handle in the