Home
last modified time | relevance | path

Searched refs:Py2Reg (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/PC/
Dwinreg.c563 Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize) in Py2Reg() function
1806 if (!Py2Reg(value, type, &data, &len)) in winreg_SetValueEx_impl()
/external/python/cpython2/PC/
D_winreg.c751 Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize) in Py2Reg() function
1619 if (!Py2Reg(value, typ, &data, &len)) in PySetValueEx()
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst161 Support the full DWORD (unsigned long) range in Py2Reg when passed a
/external/python/cpython3/Misc/
DHISTORY4549 - Issue #14420: Support the full DWORD (unsigned long) range in Py2Reg