Home
last modified time | relevance | path

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

/third_party/python/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, _PyUnicode_WideCharSt… in _winapi_CreateFileMapping()
202 …teFileMapping_impl(module, file_handle, security_attributes, protect, max_size_high, max_size_low,… in _winapi_CreateFileMapping()
/third_party/python/Modules/
D_winapi.c507 DWORD protect, DWORD max_size_high, in _winapi_CreateFileMapping_impl() argument
515 protect, max_size_high, max_size_low, in _winapi_CreateFileMapping_impl()