|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _SIDCACHEMGR |
| struct | _SIDCACHECALLBACKINFO |
| struct | _SIDQUEUEENTRY |
| struct | _SIDCACHEENTRY |
Macros | |
| #define | NDEBUG |
| #define | HandleToScm(Handle) (PSIDCACHEMGR)(Handle) |
| #define | ScmToHandle(Scm) (HANDLE)(Scm) |
Typedefs | |
| typedef struct _SIDCACHEMGR | SIDCACHEMGR |
| typedef struct _SIDCACHEMGR * | PSIDCACHEMGR |
| typedef struct _SIDCACHECALLBACKINFO | SIDCACHECALLBACKINFO |
| typedef struct _SIDCACHECALLBACKINFO * | PSIDCACHECALLBACKINFO |
| typedef struct _SIDQUEUEENTRY | SIDQUEUEENTRY |
| typedef struct _SIDQUEUEENTRY * | PSIDQUEUEENTRY |
| typedef struct _SIDCACHEENTRY | SIDCACHEENTRY |
| typedef struct _SIDCACHEENTRY * | PSIDCACHEENTRY |
| #define HandleToScm | ( | Handle | ) | (PSIDCACHEMGR)(Handle) |
Definition at line 36 of file sidcache.c.
| #define NDEBUG |
Definition at line 33 of file sidcache.c.
Definition at line 37 of file sidcache.c.
| typedef struct _SIDCACHECALLBACKINFO * PSIDCACHECALLBACKINFO |
| typedef struct _SIDCACHEENTRY * PSIDCACHEENTRY |
| typedef struct _SIDCACHEMGR * PSIDCACHEMGR |
| typedef struct _SIDQUEUEENTRY * PSIDQUEUEENTRY |
| typedef struct _SIDCACHEENTRY SIDCACHEENTRY |
| typedef struct _SIDCACHEMGR SIDCACHEMGR |
| typedef struct _SIDQUEUEENTRY SIDQUEUEENTRY |
|
static |
Definition at line 401 of file sidcache.c.
Referenced by LookupSidCache(), and LookupThreadProc().
|
static |
Definition at line 112 of file sidcache.c.
Referenced by LookupThreadProc().
Definition at line 596 of file sidcache.c.
Referenced by CreateSecurityPage().
Definition at line 791 of file sidcache.c.
|
static |
Definition at line 161 of file sidcache.c.
Referenced by DequeueSidLookup(), DereferenceSidReqResult(), DestroySidCacheMgr(), LookupSidCache(), and ReferenceSidReqResult().
| VOID DereferenceSidReqResult | ( | IN HANDLE | SidCacheMgr, |
| IN PSIDREQRESULT | ReqResult | ||
| ) |
Definition at line 855 of file sidcache.c.
Referenced by FreePrincipalsList(), LookupSidCache(), LookupThreadProc(), and UpdatePrincipalListItem().
Definition at line 676 of file sidcache.c.
Referenced by CreateSecurityPage(), and DestroySecurityPage().
|
static |
Definition at line 336 of file sidcache.c.
Referenced by LookupSidCache(), and LookupThreadProc().
|
static |
Definition at line 100 of file sidcache.c.
Referenced by CleanupSidCacheMgr().
|
static |
Definition at line 81 of file sidcache.c.
Referenced by CleanupSidCacheMgr(), DequeueSidLookup(), and LookupThreadProc().
| BOOL LookupSidCache | ( | IN HANDLE | SidCacheMgr, |
| IN PSID | pSid, | ||
| IN PSIDREQCOMPLETIONPROC | CompletionProc, | ||
| IN PVOID | Context | ||
| ) |
Definition at line 876 of file sidcache.c.
Referenced by AddPrincipalToList(), and ReloadPrincipalsList().
|
static |
Definition at line 214 of file sidcache.c.
Referenced by LookupSidCache(), and LookupThreadProc().
Definition at line 455 of file sidcache.c.
Referenced by CreateSidCacheMgr().
|
static |
Definition at line 172 of file sidcache.c.
Referenced by CreateSidCacheMgr().
|
static |
Definition at line 689 of file sidcache.c.
Referenced by LookupSidCache().
|
static |
Definition at line 147 of file sidcache.c.
Referenced by DequeueSidLookup(), DereferenceSidReqResult(), LookupSidCache(), and ReferenceSidReqResult().
| VOID ReferenceSidReqResult | ( | IN HANDLE | SidCacheMgr, |
| IN PSIDREQRESULT | ReqResult | ||
| ) |
Definition at line 839 of file sidcache.c.
Referenced by UpdatePrincipalListItem().