OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfnGetCurrentActCtx
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/PC/
dl_nt.c
41
static PFN_GETCURRENTACTCTX
pfnGetCurrentActCtx
= NULL;
51
pfnGetCurrentActCtx
= (PFN_GETCURRENTACTCTX) GetProcAddress(hKernel32, "GetCurrentActCtx");
53
if (
pfnGetCurrentActCtx
) {
92
if (
pfnGetCurrentActCtx
&& pfnAddRefActCtx)
93
if ((*
pfnGetCurrentActCtx
)(&PyWin_DLLhActivationContext))
/external/python/cpython3/PC/
dl_nt.c
49
static PFN_GETCURRENTACTCTX
pfnGetCurrentActCtx
= NULL;
59
pfnGetCurrentActCtx
= (PFN_GETCURRENTACTCTX) GetProcAddress(hKernel32, "GetCurrentActCtx");
61
if (
pfnGetCurrentActCtx
) {
105
if (
pfnGetCurrentActCtx
&& pfnAddRefActCtx)
106
if ((*
pfnGetCurrentActCtx
)(&PyWin_DLLhActivationContext))
Completed in 67 milliseconds