Searched refs:pSA (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/PC/
H A Dwinreg.c1548 LPSECURITY_ATTRIBUTES pSA = NULL; local
1552 if (!PyWinObject_AsSECURITY_ATTRIBUTES(obSA, &pSA, TRUE))
1556 rc = RegSaveKeyW(key, file_name, pSA );
/external/python/cpython2/PC/
H A D_winreg.c1531 LPSECURITY_ATTRIBUTES pSA = NULL; local
1539 if (!PyWinObject_AsSECURITY_ATTRIBUTES(obSA, &pSA, TRUE))
1543 rc = RegSaveKey(hKey, fileName, pSA );

Completed in 89 milliseconds