Home
last modified time | relevance | path

Searched refs:gpwlCache (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dmain.c184 if (gpwlCache) in UserProcessDestroy()
186 ExFreePoolWithTag(gpwlCache, USERTAG_WINDOWLIST); in UserProcessDestroy()
187 gpwlCache = NULL; in UserProcessDestroy()
H A Dwindow.h95 extern PWINDOWLIST gpwlCache;
H A Dwindow.c19 PWINDOWLIST gpwlCache = NULL; variable
1432 if (gpwlCache) in IntBuildHwndList()
1434 pwl = gpwlCache; in IntBuildHwndList()
1435 gpwlCache = NULL; in IntBuildHwndList()
1484 if (gpwlCache) in IntFreeHwndList()
1486 if (WL_CAPACITY(pwlTarget) > WL_CAPACITY(gpwlCache)) in IntFreeHwndList()
1488 pwl = gpwlCache; in IntFreeHwndList()
1489 gpwlCache = pwlTarget; in IntFreeHwndList()
1499 gpwlCache = pwlTarget; in IntFreeHwndList()