Searched refs:szComment (Results 1 – 2 of 2) sorted by relevance
/external/zlib/src/contrib/minizip/ |
D | unzip.h | 217 char *szComment, 294 char *szComment, 303 char *szComment,
|
D | unzip.c | 876 char *szComment, 887 char *szComment, in unz64local_GetCurrentFileInfoInternal() argument 1080 if ((err==UNZ_OK) && (szComment!=NULL)) in unz64local_GetCurrentFileInfoInternal() 1085 *(szComment+file_info.size_file_comment)='\0'; in unz64local_GetCurrentFileInfoInternal() 1100 if (ZREAD64(s->z_filefunc, s->filestream,szComment,uSizeRead)!=uSizeRead) 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() 2051 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf) in unzGetGlobalComment() argument [all …]
|