Searched defs:Incrblob (Results 1 – 1 of 1) sorted by relevance
24 typedef struct Incrblob Incrblob; typedef25 struct Incrblob { struct26 int flags; /* Copy of "flags" passed to sqlite3_blob_open() */27 int nByte; /* Size of open blob, in bytes */28 int iOffset; /* Byte offset of blob in cursor data */29 int iCol; /* Table column this handle is open on */53 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){ in blobSeekToRow() argument