Lines Matching refs:sqlite3_blob
7993 typedef struct sqlite3_blob sqlite3_blob; typedef
8085 sqlite3_blob **ppBlob
8111 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
8134 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
8150 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
8179 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
8221 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
101871 sqlite3_blob **ppBlob /* Handle for accessing the blob returned here */
102082 *ppBlob = (sqlite3_blob *)pBlob;
102099 SQLITE_API int sqlite3_blob_close(sqlite3_blob *pBlob){
102121 sqlite3_blob *pBlob,
102195 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
102202 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){
102212 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){
102227 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
135644 int (*blob_bytes)(sqlite3_blob*);
135645 int (*blob_close)(sqlite3_blob*);
135647 int,sqlite3_blob**);
135648 int (*blob_read)(sqlite3_blob*,void*,int,int);
135649 int (*blob_write)(sqlite3_blob*,const void*,int,int);
135706 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
184430 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */
195003 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */
208701 sqlite3_blob *pNodeBlob;
209215 sqlite3_blob *pBlob = pRtree->pNodeBlob;
209247 sqlite3_blob *pBlob = pRtree->pNodeBlob;
238957 sqlite3_blob *pReader; /* RO incr-blob open on %_data table */
239374 sqlite3_blob *pReader = p->pReader;
239395 sqlite3_blob *pBlob = p->pReader;
245922 sqlite3_blob *pBlob = 0;