Searched refs:max_size_high (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
H A D | _winapi.c.h | 173 " max_size_high, max_size_low, name, /)\n" 183 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_WideCharString_Converter, &name)) { in _winapi_CreateFileMapping() 202 _return_value = _winapi_CreateFileMapping_impl(module, file_handle, security_attributes, protect, max_size_high, max_size_low, name); in _winapi_CreateFileMapping()
|
/third_party/python/Modules/ |
H A D | _winapi.c | 498 max_size_high: DWORD 507 DWORD protect, DWORD max_size_high, in _winapi_CreateFileMapping_impl() 515 protect, max_size_high, max_size_low, in _winapi_CreateFileMapping_impl() 505 _winapi_CreateFileMapping_impl(PyObject *module, HANDLE file_handle, LPSECURITY_ATTRIBUTES security_attributes, DWORD protect, DWORD max_size_high, DWORD max_size_low, LPCWSTR name) _winapi_CreateFileMapping_impl() argument
|
Completed in 5 milliseconds