Home
last modified time | relevance | path

Searched refs:PY_DWORD_MAX (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_winapi.c.h466 if ((_return_value == PY_DWORD_MAX) && PyErr_Occurred()) { in _winapi_GetExitCodeProcess()
493 if ((_return_value == PY_DWORD_MAX) && PyErr_Occurred()) { in _winapi_GetLastError()
939 if ((_return_value == PY_DWORD_MAX) && PyErr_Occurred()) { in _winapi_GetFileType()
/external/python/cpython3/Python/
Dthread_nt.h287 if (milliseconds > PY_DWORD_MAX) { in PyThread_acquire_lock_timed()
/external/python/cpython3/Include/
Dpyport.h783 #define PY_DWORD_MAX 4294967295U macro
/external/python/cpython3/Modules/
D_winapi.c1199 exit_code = PY_DWORD_MAX; in _winapi_GetExitCodeProcess_impl()
1656 len = (DWORD)Py_MIN(buf->len, PY_DWORD_MAX); in _winapi_WriteFile_impl()
Dposixmodule.c3861 if (buflen > PY_DWORD_MAX) { in os__getvolumepathname_impl()