Home
last modified time | relevance | path

Searched refs:ZipfileBuffer (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1909 typedef struct ZipfileBuffer ZipfileBuffer; typedef
1910 struct ZipfileBuffer { struct
1919 ZipfileBuffer body; argument
1920 ZipfileBuffer cds;
1923 static int zipfileBufferGrow(ZipfileBuffer *pBuf, int nByte){ in zipfileBufferGrow()