Lines Matching refs:sqlite3_blob

8235 typedef struct sqlite3_blob sqlite3_blob;  typedef
8327 sqlite3_blob **ppBlob
8353 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
8376 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
8392 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
8421 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
8463 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
103705 sqlite3_blob **ppBlob /* Handle for accessing the blob returned here */
103920 *ppBlob = (sqlite3_blob *)pBlob;
103937 SQLITE_API int sqlite3_blob_close(sqlite3_blob *pBlob){
103959 sqlite3_blob *pBlob,
104033 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
104040 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){
104050 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){
104065 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
138543 int (*blob_bytes)(sqlite3_blob*);
138544 int (*blob_close)(sqlite3_blob*);
138546 int,sqlite3_blob**);
138547 int (*blob_read)(sqlite3_blob*,void*,int,int);
138548 int (*blob_write)(sqlite3_blob*,const void*,int,int);
138605 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
188972 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */
199588 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */
213649 sqlite3_blob *pNodeBlob;
214166 sqlite3_blob *pBlob = pRtree->pNodeBlob;
214197 sqlite3_blob *pBlob = pRtree->pNodeBlob;
244620 sqlite3_blob *pReader; /* RO incr-blob open on %_data table */
245053 sqlite3_blob *pReader = p->pReader;
245075 sqlite3_blob *pBlob = p->pReader;
251993 sqlite3_blob *pBlob = 0;