Searched refs:szComment (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | unzip.c | 550 char* szComment, 566 char* szComment; 696 if ((err == UNZ_OK) && (szComment != NULL)) { 700 *(szComment + file_info.size_file_comment) = '\0'; 744 szComment, commentBufferSize) 751 char* szComment; variable 1516 extern int ZEXPORT unzGetGlobalComment(file, szComment, uSizeBuf) 1518 char* szComment; variable 1535 *szComment = '\0'; 1540 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | unzip.h | 217 char *szComment, 294 char *szComment, 303 char *szComment,
|
A 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() 1128 char* szComment, uLong commentBufferSize) in unzGetCurrentFileInfo64() argument 1133 szComment,commentBufferSize); in unzGetCurrentFileInfo64() 1147 szComment,commentBufferSize); in unzGetCurrentFileInfo() 2068 *szComment='\0'; in unzGetGlobalComment() 2069 if (ZREAD64(s->z_filefunc,s->filestream,szComment,uReadThis)!=uReadThis) in unzGetGlobalComment() 2073 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment() [all …]
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | unzip.h | 164 char* szComment, 224 char* szComment,
|
Completed in 15 milliseconds