Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
H A D_winapi.c.h696 "MapViewOfFile($module, file_map, desired_access, file_offset_high,\n"
706 DWORD desired_access, DWORD file_offset_high,
715 DWORD file_offset_high; in _winapi_MapViewOfFile() local
721 &file_map, &desired_access, &file_offset_high, &file_offset_low, _PyLong_Size_t_Converter, &number_bytes)) { in _winapi_MapViewOfFile()
724 _return_value = _winapi_MapViewOfFile_impl(module, file_map, desired_access, file_offset_high, file_offset_low, number_bytes); in _winapi_MapViewOfFile()
/third_party/python/Modules/
H A D_winapi.c1380 file_offset_high: DWORD
1388 DWORD desired_access, DWORD file_offset_high, in _winapi_MapViewOfFile_impl()
1395 address = MapViewOfFile(file_map, desired_access, file_offset_high, in _winapi_MapViewOfFile_impl()
1387 _winapi_MapViewOfFile_impl(PyObject *module, HANDLE file_map, DWORD desired_access, DWORD file_offset_high, DWORD file_offset_low, size_t number_bytes) _winapi_MapViewOfFile_impl() argument

Completed in 5 milliseconds