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

/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c651 uint32 file_attributes, ft_high, ft_low; local
684 seconds_since_1970_to_filetime(get_create_time(&filestat), &ft_high, local
687 out_uint32_le(out, ft_high);
689 seconds_since_1970_to_filetime(filestat.st_atime, &ft_high, &ft_low);
691 out_uint32_le(out, ft_high);
693 seconds_since_1970_to_filetime(filestat.st_mtime, &ft_high, &ft_low);
695 out_uint32_le(out, ft_high);
697 seconds_since_1970_to_filetime(filestat.st_ctime, &ft_high, &ft_low);
699 out_uint32_le(out, ft_high);
732 uint32 length, file_attributes, ft_high, ft_lo local
1197 uint32 file_attributes, ft_low, ft_high; local
1281 seconds_since_1970_to_filetime(get_create_time(&filestat), &ft_high, local
1316 seconds_since_1970_to_filetime(get_create_time(&filestat), &ft_high, local
1345 seconds_since_1970_to_filetime(get_create_time(&filestat), &ft_high, local
[all...]

Completed in 56 milliseconds