Home
last modified time | relevance | path

Searched refs:named_pipe (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
H A D_winapi.c.h934 "SetNamedPipeHandleState($module, named_pipe, mode,\n"
943 _winapi_SetNamedPipeHandleState_impl(PyObject *module, HANDLE named_pipe,
952 HANDLE named_pipe; in _winapi_SetNamedPipeHandleState() local
958 &named_pipe, &mode, &max_collection_count, &collect_data_timeout)) { in _winapi_SetNamedPipeHandleState()
961 return_value = _winapi_SetNamedPipeHandleState_impl(module, named_pipe, mode, max_collection_count, collect_data_timeout); in _winapi_SetNamedPipeHandleState()
/third_party/python/Modules/
H A D_winapi.c1670 named_pipe: HANDLE
1678 _winapi_SetNamedPipeHandleState_impl(PyObject *module, HANDLE named_pipe, in _winapi_SetNamedPipeHandleState_impl() argument
1699 b = SetNamedPipeHandleState(named_pipe, pArgs[0], pArgs[1], pArgs[2]); in _winapi_SetNamedPipeHandleState_impl()

Completed in 5 milliseconds