Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
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.c736 int bufLen; member
743 if (dataLen <= args->bufLen) { in copyProcessFunction()
746 args->bufLen -= dataLen; in copyProcessFunction()
756 char *buf, int bufLen) in mzReadZipEntry() argument
762 args.bufLen = bufLen; in mzReadZipEntry()
858 int bufLen; member
874 if (needLen > helper->bufLen) { in targetEntryPath()
883 helper->bufLen = needLen; in targetEntryPath()
978 helper.bufLen = 0; in mzExtractRecursive()
DZip.h164 char* buf, int bufLen);