Searched refs:max_size_low (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
D | _winapi.c.h | 184 DWORD max_size_low, LPCWSTR name); 194 DWORD max_size_low; in _winapi_CreateFileMapping() local 199 …&file_handle, &security_attributes, &protect, &max_size_high, &max_size_low, _PyUnicode_WideCharSt… in _winapi_CreateFileMapping() 202 …Mapping_impl(module, file_handle, security_attributes, protect, max_size_high, max_size_low, name); in _winapi_CreateFileMapping()
|
/third_party/python/Modules/ |
D | _winapi.c | 508 DWORD max_size_low, LPCWSTR name) in _winapi_CreateFileMapping_impl() argument 515 protect, max_size_high, max_size_low, in _winapi_CreateFileMapping_impl()
|