Searched defs:Incrblob (Results 1 – 1 of 1) sorted by relevance
47121 typedef struct Incrblob Incrblob; typedef47122 struct Incrblob { struct47123 int flags; /* Copy of "flags" passed to sqlite3_blob_open() */47124 int nByte; /* Size of open blob, in bytes */47125 int iOffset; /* Byte offset of blob in cursor data */47126 BtCursor *pCsr; /* Cursor pointing at blob row */47127 sqlite3_stmt *pStmt; /* Statement holding cursor open */47128 sqlite3 *db; /* The associated database */