Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dvdbeblob.c24 typedef struct Incrblob Incrblob; typedef
25 struct Incrblob { struct
26 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