Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.c624 int bufLen; member
631 if (dataLen <= args->bufLen) { in copyProcessFunction()
634 args->bufLen -= dataLen; in copyProcessFunction()
644 char *buf, int bufLen) in mzReadZipEntry() argument
650 args.bufLen = bufLen; in mzReadZipEntry()
746 int bufLen; member
762 if (needLen > helper->bufLen) { in targetEntryPath()
771 helper->bufLen = needLen; in targetEntryPath()
866 helper.bufLen = 0; in mzExtractRecursive()
DBits.h233 INLINE int readUtf8String(unsigned char const** ppSrc, char* buf, size_t bufLen) in readUtf8String() argument
236 size_t copyLen = (length < bufLen) ? length : bufLen-1; in readUtf8String()
DZip.h120 char* buf, int bufLen);