Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfuzzcheck.c126 typedef struct Blob Blob; typedef
127 struct Blob { struct
128 Blob *pNext; /* Next in a list */ argument
129 int id; /* Id of this Blob */ argument
131 int sz; /* Size of this Blob in bytes */ argument
132 unsigned char a[1]; /* Blob content. Extra space allocated as needed. */ argument
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c3682 typedef struct Blob Blob; typedef
3691 struct Blob { struct
3703 Blob key; /* Last key written to the current block */ argument