Lines Matching refs:local

80 #ifndef local
81 # define local static macro
120 uLong offset_curfile;/* relative offset of local header 4 bytes */
134 uLong offset_local_extrafield;/* offset of the local extra field */
135 uInt size_local_extrafield;/* size of the local extra field */
136 uLong pos_local_extrafield; /* position in the local extra field in read*/
183 local int unzlocal_getByte OF((
188 local int unzlocal_getByte(pzlib_filefunc_def,filestream,pi)
213 local int unzlocal_getShort OF((
218 local int unzlocal_getShort (pzlib_filefunc_def,filestream,pX)
241 local int unzlocal_getLong OF((
246 local int unzlocal_getLong (pzlib_filefunc_def,filestream,pX)
279 local int strcmpcasenosensitive_internal (fileName1,fileName2)
344 local uLong unzlocal_SearchCentralDir OF((
348 local uLong unzlocal_SearchCentralDir(pzlib_filefunc_def,filestream)
565 local void unzlocal_DosDateToTmuDate (ulDosDate, ptm)
583 local int unzlocal_GetCurrentFileInfoInternal OF((unzFile file,
594 local int unzlocal_GetCurrentFileInfoInternal (file,
971 Read the local header of the current zipfile
972 Check the coherency of the local header and info in the end of central
974 store in *piSizeVar the size of extra info in local header
977 local int unzlocal_CheckCurrentFileCoherencyHeader (s,piSizeVar,
1079 uLong offset_local_extrafield; /* offset of the local extra field */
1080 uInt size_local_extrafield; /* size of the local extra field */
1412 This is the local-header version of the extra field (sometimes, there is
1413 more info in the local-header version than in the central-header)
1415 if buf==NULL, it return the size of the local extra field that can be read