Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_winapi.c.h183 DWORD protect, DWORD max_size_high,
193 DWORD max_size_high; in _winapi_CreateFileMapping() local
199 &file_handle, &security_attributes, &protect, &max_size_high, &max_size_low, &name)) { in _winapi_CreateFileMapping()
202 …teFileMapping_impl(module, file_handle, security_attributes, protect, max_size_high, max_size_low,… in _winapi_CreateFileMapping()
/external/python/cpython3/Modules/
D_winapi.c498 DWORD protect, DWORD max_size_high, in _winapi_CreateFileMapping_impl() argument
506 protect, max_size_high, max_size_low, in _winapi_CreateFileMapping_impl()