Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dwinreg.c720 Reg2Py(BYTE *retDataBuf, DWORD retDataSize, DWORD typ) in Reg2Py() function
1221 obData = Reg2Py(retDataBuf, retDataSize, typ); in winreg_EnumValue_impl()
1608 obData = Reg2Py(retBuf, bufSize, typ); in winreg_QueryValueEx_impl()
/external/python/cpython2/PC/
D_winreg.c917 Reg2Py(char *retDataBuf, DWORD retDataSize, DWORD typ) in Reg2Py() function
1260 obData = Reg2Py(retDataBuf, retDataSize, typ); in PyEnumValue()
1514 obData = Reg2Py(retBuf, bufSize, typ); in PyQueryValueEx()
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst150 Support the full DWORD (unsigned long) range in Reg2Py when retrieving a
/external/python/cpython3/Misc/
DHISTORY4545 - Issue #16759: Support the full DWORD (unsigned long) range in Reg2Py