Searched refs:inherit_handle (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
D | _winapi.c.h | 445 DWORD desired_access, BOOL inherit_handle, 456 BOOL inherit_handle; in _winapi_DuplicateHandle() local 461 …cess_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, &options)) { in _winapi_DuplicateHandle() 464 …rce_process_handle, source_handle, target_process_handle, desired_access, inherit_handle, options); in _winapi_DuplicateHandle() 744 BOOL inherit_handle, LPCWSTR name); 751 BOOL inherit_handle; in _winapi_OpenFileMapping() local 756 &desired_access, &inherit_handle, _PyUnicode_WideCharString_Converter, &name)) { in _winapi_OpenFileMapping() 759 _return_value = _winapi_OpenFileMapping_impl(module, desired_access, inherit_handle, name); in _winapi_OpenFileMapping() 787 BOOL inherit_handle, DWORD process_id); 794 BOOL inherit_handle; in _winapi_OpenProcess() local [all …]
|
/third_party/python/Modules/ |
D | _winapi.c | 1192 DWORD desired_access, BOOL inherit_handle, in _winapi_DuplicateHandle_impl() argument 1206 inherit_handle, in _winapi_DuplicateHandle_impl() 1416 BOOL inherit_handle, LPCWSTR name) in _winapi_OpenFileMapping_impl() argument 1422 handle = OpenFileMappingW(desired_access, inherit_handle, name); in _winapi_OpenFileMapping_impl() 1446 BOOL inherit_handle, DWORD process_id) in _winapi_OpenProcess_impl() argument 1457 handle = OpenProcess(desired_access, inherit_handle, process_id); in _winapi_OpenProcess_impl()
|