Lines Matching refs:sqlite3_blob
7611 typedef struct sqlite3_blob sqlite3_blob; typedef
7703 sqlite3_blob **ppBlob
7729 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
7752 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
7768 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
7797 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
7839 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
95304 sqlite3_blob **ppBlob /* Handle for accessing the blob returned here */
95514 *ppBlob = (sqlite3_blob *)pBlob;
95531 SQLITE_API int sqlite3_blob_close(sqlite3_blob *pBlob){
95553 sqlite3_blob *pBlob,
95627 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
95634 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){
95644 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){
95659 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
127486 int (*blob_bytes)(sqlite3_blob*);
127487 int (*blob_close)(sqlite3_blob*);
127489 int,sqlite3_blob**);
127490 int (*blob_read)(sqlite3_blob*,void*,int,int);
127491 int (*blob_write)(sqlite3_blob*,const void*,int,int);
127548 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
172541 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */
183019 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */
194124 sqlite3_blob *pNodeBlob;
194632 sqlite3_blob *pBlob = pRtree->pNodeBlob;
194664 sqlite3_blob *pBlob = pRtree->pNodeBlob;
223215 sqlite3_blob *pReader; /* RO incr-blob open on %_data table */
223542 sqlite3_blob *pReader = p->pReader;
223563 sqlite3_blob *pBlob = p->pReader;
228677 sqlite3_blob *pBlob = 0;