Searched refs:ZipfileBuffer (Results 1 – 1 of 1) sorted by relevance
11308 typedef struct ZipfileBuffer ZipfileBuffer; typedef11309 struct ZipfileBuffer { struct11318 ZipfileBuffer body; argument11319 ZipfileBuffer cds;11322 static int zipfileBufferGrow(ZipfileBuffer *pBuf, int nByte){ in zipfileBufferGrow()