Searched defs:filetime (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dmztools.c57 unsigned int filetime = READ_16(header + 10); local
157 WRITE_16(header + 12, filetime);
H A Dminizip.c74 uLong filetime(f, tmzip, dt) function
98 uLong filetime(f, tmzip, dt) function
140 uLong filetime(f, tmzip, dt) function
411 filetime(filenameinzip,&zi.tmz_date,&zi.dosDate);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c104 } filetime; local
116 rv = SystemTimeToFileTime(&systime, &filetime.ft);
118 PR_ASSERT(filetime.prt == _pr_filetime_offset);
586 _PR_FileTimeToPRTime(const FILETIME *filetime, PRTime *prtm) argument
589 CopyMemory(prtm, filetime, sizeof(PRTime));
604 rv = FileTimeToSystemTime(filetime, &systime);
H A Dntio.c934 } filetime; local
946 rv = SystemTimeToFileTime(&systime, &filetime.ft);
948 PR_ASSERT(filetime.prt == _pr_filetime_offset);
2839 _PR_FileTimeToPRTime(const FILETIME *filetime, PRTime *prtm) argument
2842 CopyMemory(prtm, filetime, sizeof(PRTime));
2857 rv = FileTimeToSystemTime(filetime, &systime);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dpropidl.h206 FILETIME filetime; member in union:tagPROPVARIANT::__anon13744
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dpropidl.h206 FILETIME filetime; member in union:tagPROPVARIANT::__anon1114

Completed in 124 milliseconds