Home
last modified time | relevance | path

Searched defs:Incrblob (Results 1 – 1 of 1) sorted by relevance

/external/sqlite/dist/
Dsqlite3.c47121 typedef struct Incrblob Incrblob; typedef
47122 struct Incrblob { struct
47123 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 */