Home
last modified time | relevance | path

Searched refs:file_offset_high (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_winapi.c.h660 DWORD desired_access, DWORD file_offset_high,
669 DWORD file_offset_high; in _winapi_MapViewOfFile() local
675 …&file_map, &desired_access, &file_offset_high, &file_offset_low, _PyLong_Size_t_Converter, &number… in _winapi_MapViewOfFile()
678 …_return_value = _winapi_MapViewOfFile_impl(module, file_map, desired_access, file_offset_high, fil… in _winapi_MapViewOfFile()
/external/python/cpython3/Modules/
D_winapi.c1379 DWORD desired_access, DWORD file_offset_high, in _winapi_MapViewOfFile_impl() argument
1386 address = MapViewOfFile(file_map, desired_access, file_offset_high, in _winapi_MapViewOfFile_impl()