Lines Matching refs:sqlite3_blob

6358 typedef struct sqlite3_blob sqlite3_blob;  typedef
6440 sqlite3_blob **ppBlob
6466 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
6489 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
6505 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *);
6534 SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
6576 SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
84230 sqlite3_blob **ppBlob /* Handle for accessing the blob returned here */
84446 *ppBlob = (sqlite3_blob *)pBlob;
84464 SQLITE_API int sqlite3_blob_close(sqlite3_blob *pBlob){
84485 sqlite3_blob *pBlob,
84557 SQLITE_API int sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
84564 SQLITE_API int sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset){
84574 SQLITE_API int sqlite3_blob_bytes(sqlite3_blob *pBlob){
84589 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
109007 int (*blob_bytes)(sqlite3_blob*);
109008 int (*blob_close)(sqlite3_blob*);
109010 int,sqlite3_blob**);
109011 int (*blob_read)(sqlite3_blob*,void*,int,int);
109012 int (*blob_write)(sqlite3_blob*,const void*,int,int);
109069 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
141694 sqlite3_blob *pSegments; /* Blob handle open on %_segments table */
151984 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */
185269 sqlite3_blob *pReader; /* RO incr-blob open on %_data table */
185594 sqlite3_blob *pReader = p->pReader;
185616 sqlite3_blob *pBlob = p->pReader;
190456 sqlite3_blob *pBlob = 0;