Searched refs:oArgs (Results 1 – 2 of 2) sorted by relevance
173 PyObject *oArgs[3]; in win32_SetNamedPipeHandleState() local178 &hNamedPipe, &oArgs[0], &oArgs[1], &oArgs[2])) in win32_SetNamedPipeHandleState()184 if (oArgs[i] != Py_None) { in win32_SetNamedPipeHandleState()185 dwArgs[i] = PyInt_AsUnsignedLongMask(oArgs[i]); in win32_SetNamedPipeHandleState()
1447 PyObject *oArgs[3] = {mode, max_collection_count, collect_data_timeout}; in _winapi_SetNamedPipeHandleState_impl() local1454 if (oArgs[i] != Py_None) { in _winapi_SetNamedPipeHandleState_impl()1455 dwArgs[i] = PyLong_AsUnsignedLongMask(oArgs[i]); in _winapi_SetNamedPipeHandleState_impl()