Lines Matching refs:sqlite3_blob

8113 typedef struct sqlite3_blob sqlite3_blob;  typedef
8205 sqlite3_blob **ppBlob
8231 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
8254 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
8270 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
8299 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
8341 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
93272 sqlite3_blob **ppBlob /* Handle for accessing the blob returned here */
93481 *ppBlob = (sqlite3_blob *)pBlob;
93498 SQLITE_API int sqlite3_blob_close(sqlite3_blob *pBlob){
93520 sqlite3_blob *pBlob,
93592 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
93599 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){
93609 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){
93624 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
123363 int (*blob_bytes)(sqlite3_blob*);
123364 int (*blob_close)(sqlite3_blob*);
123366 int,sqlite3_blob**);
123367 int (*blob_read)(sqlite3_blob*,void*,int,int);
123368 int (*blob_write)(sqlite3_blob*,const void*,int,int);
123425 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
165937 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */
176387 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */
187346 sqlite3_blob *pNodeBlob;
187832 sqlite3_blob *pBlob = pRtree->pNodeBlob;
187883 sqlite3_blob *pBlob = pRtree->pNodeBlob;
215747 sqlite3_blob *pReader; /* RO incr-blob open on %_data table */
216071 sqlite3_blob *pReader = p->pReader;
216092 sqlite3_blob *pBlob = p->pReader;
221047 sqlite3_blob *pBlob = 0;