Lines Matching defs:local
88 #ifndef local
89 # define local static
123 ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */
141 ZPOS64_T offset_local_extrafield;/* offset of the local extra field */
142 uInt size_local_extrafield;/* size of the local extra field */
143 ZPOS64_T pos_local_extrafield; /* position in the local extra field in read*/
200 local int unz64local_getShort(const zlib_filefunc64_32_def* pzlib_filefunc_def,
221 local int unz64local_getLong(const zlib_filefunc64_32_def* pzlib_filefunc_def,
243 local int unz64local_getLong64(const zlib_filefunc64_32_def* pzlib_filefunc_def,
266 local int strcmpcasenosensitive_internal(const char* fileName1, const char* fileName2)
331 local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream)
392 local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib_filefunc_def,
498 local unzFile unzOpenInternal(const void *path,
959 local void unz64local_DosDateToTmuDate(ZPOS64_T ulDosDate, tm_unz* ptm)
975 local int unz64local_GetCurrentFileInfoInternal(unzFile file,
1058 // relative offset of local header
1382 local int unzGoToFirstFileInternal (unzFile file, char *szFileName, uLong fileNameBufferSize)
1403 local int unzGoToNextFileInternal (unzFile file, char *szFileName, uLong fileNameBufferSize)
1578 Read the local header of the current zipfile
1579 Check the coherency of the local header and info in the end of central
1581 store in *piSizeVar the size of extra info in local header
1584 local int unz64local_CheckCurrentFileCoherencyHeader(unz64_s* s, uInt* piSizeVar,
1677 ZPOS64_T offset_local_extrafield; /* offset of the local extra field */
1678 uInt size_local_extrafield; /* size of the local extra field */
2141 This is the local-header version of the extra field (sometimes, there is
2142 more info in the local-header version than in the central-header)
2144 if buf==NULL, it return the size of the local extra field that can be read