Lines Matching refs:desired_access
136 DWORD desired_access, DWORD share_mode,
146 DWORD desired_access; in _winapi_CreateFile() local
155 …&file_name, &desired_access, &share_mode, &security_attributes, &creation_disposition, &flags_and_… in _winapi_CreateFile()
158 …_return_value = _winapi_CreateFile_impl(module, file_name, desired_access, share_mode, security_at… in _winapi_CreateFile()
399 DWORD desired_access, BOOL inherit_handle,
409 DWORD desired_access; in _winapi_DuplicateHandle() local
415 …&source_process_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, … in _winapi_DuplicateHandle()
418 …module, source_process_handle, source_handle, target_process_handle, desired_access, inherit_handl… in _winapi_DuplicateHandle()
660 DWORD desired_access, DWORD file_offset_high,
668 DWORD desired_access; in _winapi_MapViewOfFile() local
675 …&file_map, &desired_access, &file_offset_high, &file_offset_low, _PyLong_Size_t_Converter, &number… in _winapi_MapViewOfFile()
678 …_return_value = _winapi_MapViewOfFile_impl(module, file_map, desired_access, file_offset_high, fil… in _winapi_MapViewOfFile()
697 _winapi_OpenFileMapping_impl(PyObject *module, DWORD desired_access,
704 DWORD desired_access; in _winapi_OpenFileMapping() local
710 &desired_access, &inherit_handle, &name)) { in _winapi_OpenFileMapping()
713 _return_value = _winapi_OpenFileMapping_impl(module, desired_access, inherit_handle, name); in _winapi_OpenFileMapping()
735 _winapi_OpenProcess_impl(PyObject *module, DWORD desired_access,
742 DWORD desired_access; in _winapi_OpenProcess() local
748 &desired_access, &inherit_handle, &process_id)) { in _winapi_OpenProcess()
751 _return_value = _winapi_OpenProcess_impl(module, desired_access, inherit_handle, process_id); in _winapi_OpenProcess()