Searched refs:helper (Results 1 – 1 of 1) sorted by relevance
753 static const char *targetEntryPath(MzPathHelper *helper, ZipEntry *pEntry) in targetEntryPath() argument756 bool firstTime = (helper->buf == NULL); in targetEntryPath()760 needLen = helper->targetDirLen + 1 + in targetEntryPath()761 pEntry->fileNameLen - helper->zipDirLen + 1; in targetEntryPath()762 if (needLen > helper->bufLen) { in targetEntryPath()766 newBuf = (char *)realloc(helper->buf, needLen); in targetEntryPath()770 helper->buf = newBuf; in targetEntryPath()771 helper->bufLen = needLen; in targetEntryPath()777 char *p = helper->buf; in targetEntryPath()778 memcpy(p, helper->targetDir, helper->targetDirLen); in targetEntryPath()[all …]