MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / unzGetCurrentFileInfo64

Function unzGetCurrentFileInfo64

common/minizip/unzip.c:1124–1134  ·  view source on GitHub ↗

Write info about the ZipFile in the *pglobal_info structure. No preparation of the structure is needed return UNZ_OK if there is no problem. */

Source from the content-addressed store, hash-verified

1122 return UNZ_OK if there is no problem.
1123*/
1124extern int ZEXPORT unzGetCurrentFileInfo64 (unzFile file,
1125 unz_file_info64 * pfile_info,
1126 char * szFileName, uLong fileNameBufferSize,
1127 void *extraField, uLong extraFieldBufferSize,
1128 char* szComment, uLong commentBufferSize)
1129{
1130 return unz64local_GetCurrentFileInfoInternal(file,pfile_info,NULL,
1131 szFileName,fileNameBufferSize,
1132 extraField,extraFieldBufferSize,
1133 szComment,commentBufferSize);
1134}
1135
1136extern int ZEXPORT unzGetCurrentFileInfo (unzFile file,
1137 unz_file_info * pfile_info,

Callers 10

unzLocateFileFunction · 0.85
do_listFunction · 0.85
do_extract_currentfileFunction · 0.85
GetInnterFileDataMethod · 0.85
sr_new_virtual_deviceFunction · 0.85
receive_data_dsoFunction · 0.85

Tested by

no test coverage detected