Searched refs:inherit_handle (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | _winapi.c.h | 399 DWORD desired_access, BOOL inherit_handle, 410 BOOL inherit_handle; in _winapi_DuplicateHandle() local 415 …cess_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, &options)) { in _winapi_DuplicateHandle() 418 …rce_process_handle, source_handle, target_process_handle, desired_access, inherit_handle, options); in _winapi_DuplicateHandle() 698 BOOL inherit_handle, LPCWSTR name); 705 BOOL inherit_handle; 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() 736 BOOL inherit_handle, DWORD process_id); 743 BOOL inherit_handle; in _winapi_OpenProcess() local [all …]
|
/external/python/cpython2/PC/ |
D | _subprocess.c | 224 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.c | 1183 DWORD desired_access, BOOL inherit_handle, in _winapi_DuplicateHandle_impl() argument 1197 inherit_handle, in _winapi_DuplicateHandle_impl() 1407 BOOL inherit_handle, LPCWSTR name) in _winapi_OpenFileMapping_impl() argument 1413 handle = OpenFileMappingW(desired_access, inherit_handle, name); in _winapi_OpenFileMapping_impl() 1437 BOOL inherit_handle, DWORD process_id) in _winapi_OpenProcess_impl() argument 1448 handle = OpenProcess(desired_access, inherit_handle, process_id); in _winapi_OpenProcess_impl()
|