Home
last modified time | relevance | path

Searched refs:size_file_comment (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/extensions/source/macosx/spotlight/
H A Dunzip.m666 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.size_file_comment) != UNZ_OK)
726 if (file_info.size_file_comment<commentBufferSize)
728 *(szComment+file_info.size_file_comment)='\0';
729 uSizeRead = file_info.size_file_comment;
740 if ((file_info.size_file_comment>0) && (commentBufferSize>0))
743 lSeek+=file_info.size_file_comment - uSizeRead;
746 lSeek+=file_info.size_file_comment;
826 s->cur_file_info.size_file_extra + s->cur_file_info.size_file_comment ;
H A Dunzip.h132 uLong size_file_comment; /* file comment length 2 bytes */ member

Completed in 26 milliseconds