Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_winapi.c.h410 BOOL inherit_handle; in _winapi_DuplicateHandle() local
705 BOOL inherit_handle; in _winapi_OpenFileMapping() local
743 BOOL inherit_handle; in _winapi_OpenProcess() local
/external/python/cpython3/Modules/
D_winapi.c1183 DWORD desired_access, BOOL inherit_handle, in _winapi_DuplicateHandle_impl()
1407 BOOL inherit_handle, LPCWSTR name) in _winapi_OpenFileMapping_impl()
1437 BOOL inherit_handle, DWORD process_id) in _winapi_OpenProcess_impl()
/external/python/cpython2/PC/
D_subprocess.c224 int inherit_handle; in sp_DuplicateHandle() local