Searched refs:fsize_hi (Results 1 – 3 of 3) sorted by relevance
113 DWORD fsize_hi; in _dbus_file_get_contents() local136 fsize = GetFileSize (hnd, &fsize_hi); in _dbus_file_get_contents()152 if (fsize_hi != 0 || fsize > _DBUS_ONE_MEGABYTE) in _dbus_file_get_contents()156 (unsigned long) fsize_hi, in _dbus_file_get_contents()
1789 u_char fsize_hi :6; member1799 u_char fsize_hi :6; member
1723 var DWORD fsize_hi; in memfile_handle_do_operation() local1724 var DWORD fsize_lo = GetFileSize(handle,&fsize_hi); in memfile_handle_do_operation()1726 var off_t fsize = ((uint64)fsize_hi << 32) | fsize_lo; in memfile_handle_do_operation()