Searched refs:file_offset_low (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
D | _winapi.c.h | 707 DWORD file_offset_low, size_t number_bytes); 716 DWORD file_offset_low; in _winapi_MapViewOfFile() local 721 …&file_map, &desired_access, &file_offset_high, &file_offset_low, _PyLong_Size_t_Converter, &number… in _winapi_MapViewOfFile() 724 …pViewOfFile_impl(module, file_map, desired_access, file_offset_high, file_offset_low, number_bytes… in _winapi_MapViewOfFile()
|
/third_party/python/Modules/ |
D | _winapi.c | 1389 DWORD file_offset_low, size_t number_bytes) in _winapi_MapViewOfFile_impl() argument 1396 file_offset_low, number_bytes); in _winapi_MapViewOfFile_impl()
|