Searched refs:Reg2Py (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/PC/ |
D | winreg.c | 720 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.c | 917 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/ |
D | 2.7.4rc1.rst | 150 Support the full DWORD (unsigned long) range in Reg2Py when retrieving a
|
/external/python/cpython3/Misc/ |
D | HISTORY | 4545 - Issue #16759: Support the full DWORD (unsigned long) range in Reg2Py
|