Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_winapi.c.h511 if ((_return_value == PY_DWORD_MAX) && PyErr_Occurred()) { in _winapi_GetExitCodeProcess()
538 if ((_return_value == PY_DWORD_MAX) && PyErr_Occurred()) { in _winapi_GetLastError()
1092 if ((_return_value == PY_DWORD_MAX) && PyErr_Occurred()) { in _winapi_GetFileType()
/external/python/cpython3/Python/
Dbootstrap_hash.c78 DWORD chunk = (DWORD)Py_MIN(size, PY_DWORD_MAX); in win32_urandom()
Dthread_nt.h311 if (milliseconds > PY_DWORD_MAX) { in PyThread_acquire_lock_timed()
/external/python/cpython3/Include/
Dpyport.h825 #define PY_DWORD_MAX 4294967295U macro
/external/python/cpython3/Modules/
D_winapi.c1266 exit_code = PY_DWORD_MAX; in _winapi_GetExitCodeProcess_impl()
1826 len = (DWORD)Py_MIN(buf->len, PY_DWORD_MAX); in _winapi_WriteFile_impl()
Dposixmodule.c4306 if (buflen > PY_DWORD_MAX) { in os__getvolumepathname_impl()
/external/python/cpython3/PC/
Dwinreg.c1701 if ((size_t)value_length >= PY_DWORD_MAX) { in winreg_SetValue_impl()