Home
last modified time | relevance | path

Searched refs:inherit_handle (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_winapi.c.h354 DWORD desired_access, BOOL inherit_handle,
365 BOOL inherit_handle; in _winapi_DuplicateHandle() local
370 …cess_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, &options)) { in _winapi_DuplicateHandle()
373 …rce_process_handle, source_handle, target_process_handle, desired_access, inherit_handle, options); in _winapi_DuplicateHandle()
614 BOOL inherit_handle, DWORD process_id);
621 BOOL inherit_handle; in _winapi_OpenProcess() local
626 &desired_access, &inherit_handle, &process_id)) { in _winapi_OpenProcess()
629 _return_value = _winapi_OpenProcess_impl(module, desired_access, inherit_handle, process_id); in _winapi_OpenProcess()
/external/python/cpython2/PC/
D_subprocess.c224 int inherit_handle; in sp_DuplicateHandle() local
234 &inherit_handle, in sp_DuplicateHandle()
245 inherit_handle, in sp_DuplicateHandle()
/external/python/cpython3/Modules/
D_winapi.c1116 DWORD desired_access, BOOL inherit_handle, in _winapi_DuplicateHandle_impl() argument
1130 inherit_handle, in _winapi_DuplicateHandle_impl()
1308 BOOL inherit_handle, DWORD process_id) in _winapi_OpenProcess_impl() argument
1313 handle = OpenProcess(desired_access, inherit_handle, process_id); in _winapi_OpenProcess_impl()