Home
last modified time | relevance | path

Searched refs:offset_high (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/
Dsmb.h207 unsigned int offset_high; member
223 unsigned int offset_high; member
Dsmb.c584 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/
Dllseek.c70 static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high, in _syscall5() argument
/third_party/e2fsprogs/lib/blkid/
Dllseek.c69 static _syscall5(int, _llseek, unsigned int, fd, unsigned long, offset_high, in _syscall5() argument
/third_party/python/Modules/clinic/
Doverlapped.c.h718 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/
Dwindows_events.py616 offset_high = (offset >> 32) & 0xffff_ffff
619 offset_low, offset_high,
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp745 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/
Doverlapped.c1490 DWORD offset, DWORD offset_high, in _overlapped_Overlapped_TransmitFile_impl() argument
1506 self->overlapped.OffsetHigh = offset_high; in _overlapped_Overlapped_TransmitFile_impl()