OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dosDate
(Results
1 - 6
of
6
) sorted by null
/external/zlib/contrib/minizip/
unzip.h
117
uLong
dosDate
; /* last mod file date in Dos fmt 4 bytes */
138
uLong
dosDate
; /* last mod file date in Dos fmt 4 bytes */
zip.h
102
uLong
dosDate
; /* if dos_date == 0, tmu_date is used */
minizip.c
395
zi.
dosDate
= 0;
398
filetime(filenameinzip,&zi.tmz_date,&zi.
dosDate
);
zip.c
151
uLong
dosDate
;
982
err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.
dosDate
,4);
[
all
...]
miniunz.c
68
dosdate
: the new date at the MSDos format (4 bytes)
70
void change_file_date(filename,
dosdate
,tmu_date)
72
uLong
dosdate
;
82
DosDateTimeToFileTime((WORD)(
dosdate
>>16),(WORD)
dosdate
,&ftLocal);
442
change_file_date(write_filename,file_info.
dosDate
,
unzip.c
928
if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.
dosDate
) != UNZ_OK)
931
unz64local_DosDateToTmuDate(file_info.
dosDate
,&file_info.tmu_date);
[
all
...]
Completed in 757 milliseconds