Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dunzip.h295 uLong commentBufferSize));
304 uLong commentBufferSize));
A Dunzip.c877 uLong commentBufferSize));
888 uLong commentBufferSize) in unz64local_GetCurrentFileInfoInternal() argument
1083 if (file_info.size_file_comment<commentBufferSize) in unz64local_GetCurrentFileInfoInternal()
1089 uSizeRead = commentBufferSize; in unz64local_GetCurrentFileInfoInternal()
1099 if ((file_info.size_file_comment>0) && (commentBufferSize>0)) in unz64local_GetCurrentFileInfoInternal()
1128 char* szComment, uLong commentBufferSize) in unzGetCurrentFileInfo64() argument
1133 szComment,commentBufferSize); in unzGetCurrentFileInfo64()
1140 char* szComment, uLong commentBufferSize) in unzGetCurrentFileInfo() argument
1147 szComment,commentBufferSize); in unzGetCurrentFileInfo()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dunzip.c551 uLong commentBufferSize));
558 szComment, commentBufferSize) in unzlocal_GetCurrentFileInfoInternal() argument
567 uLong commentBufferSize;
699 if (file_info.size_file_comment < commentBufferSize) {
703 uSizeRead = commentBufferSize;
714 if ((file_info.size_file_comment > 0) && (commentBufferSize > 0)) {
744 szComment, commentBufferSize)
752 uLong commentBufferSize; variable
757 szComment, commentBufferSize);
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dunzip.h225 uLong commentBufferSize));

Completed in 20 milliseconds