HomeSort by relevance Sort by last modified time
    Searched refs:PyWin_DLLhActivationContext (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/PC/
dl_nt.c 40 static HANDLE PyWin_DLLhActivationContext = NULL; // one day it might be public
64 if (PyWin_DLLhActivationContext && pfnActivateActCtx)
65 if (!(*pfnActivateActCtx)(PyWin_DLLhActivationContext, &ret)) {
93 if ((*pfnGetCurrentActCtx)(&PyWin_DLLhActivationContext))
94 if (!(*pfnAddRefActCtx)(PyWin_DLLhActivationContext))
100 (*pfnReleaseActCtx)(PyWin_DLLhActivationContext);
  /external/python/cpython3/PC/
dl_nt.c 48 static HANDLE PyWin_DLLhActivationContext = NULL; // one day it might be public
72 if (PyWin_DLLhActivationContext && pfnActivateActCtx)
73 if (!(*pfnActivateActCtx)(PyWin_DLLhActivationContext, &ret)) {
106 if ((*pfnGetCurrentActCtx)(&PyWin_DLLhActivationContext))
107 if (!(*pfnAddRefActCtx)(PyWin_DLLhActivationContext))
115 (*pfnReleaseActCtx)(PyWin_DLLhActivationContext);

Completed in 571 milliseconds