Searched refs:offset_high (Results 1 – 8 of 8) sorted by relevance
/third_party/curl/lib/ |
D | smb.h | 207 unsigned int offset_high; member 223 unsigned int offset_high; member
|
D | smb.c | 584 msg.offset_high = smb_swap32((unsigned int) (offset >> 32)); in smb_send_read() 610 msg->offset_high = smb_swap32((unsigned int) (offset >> 32)); in smb_send_write()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 70 static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high, in _syscall5() argument
|
/third_party/e2fsprogs/lib/blkid/ |
D | llseek.c | 69 static _syscall5(int, _llseek, unsigned int, fd, unsigned long, offset_high, in _syscall5() argument
|
/third_party/python/Modules/clinic/ |
D | overlapped.c.h | 718 DWORD offset, DWORD offset_high, 729 DWORD offset_high; in _overlapped_Overlapped_TransmitFile() local 735 &Socket, &File, &offset, &offset_high, &count_to_write, &count_per_send, &flags)) { in _overlapped_Overlapped_TransmitFile() 738 …return_value = _overlapped_Overlapped_TransmitFile_impl(self, Socket, File, offset, offset_high, c… in _overlapped_Overlapped_TransmitFile()
|
/third_party/python/Lib/asyncio/ |
D | windows_events.py | 616 offset_high = (offset >> 32) & 0xffff_ffff 619 offset_low, offset_high,
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 745 const unsigned long offset_high = offset >> 32; in map_view_of_file_ex() local 746 return MapViewOfFileEx(handle, file_access, offset_high, offset_low, numbytes, base_addr); in map_view_of_file_ex()
|
/third_party/python/Modules/ |
D | overlapped.c | 1490 DWORD offset, DWORD offset_high, in _overlapped_Overlapped_TransmitFile_impl() argument 1506 self->overlapped.OffsetHigh = offset_high; in _overlapped_Overlapped_TransmitFile_impl()
|