ReactOS
0.4.15-dev-1623-g66cf1d2
|
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 394 of file sidcache.c.
Referenced by LookupSidCache(), and LookupThreadProc().
|
static |
Definition at line 112 of file sidcache.c.
Referenced by LookupThreadProc().
Definition at line 589 of file sidcache.c.
Referenced by CreateSecurityPage().
Definition at line 784 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 848 of file sidcache.c.
Referenced by FreePrincipalsList(), LookupSidCache(), LookupThreadProc(), and UpdatePrincipalListItem().
Definition at line 669 of file sidcache.c.
Referenced by CreateSecurityPage(), and DestroySecurityPage().
|
static |
Definition at line 329 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 869 of file sidcache.c.
Referenced by AddPrincipalToList(), and ReloadPrincipalsList().
|
static |
Definition at line 207 of file sidcache.c.
Referenced by LookupSidCache(), and LookupThreadProc().
Definition at line 448 of file sidcache.c.
Referenced by CreateSidCacheMgr().
|
static |
Definition at line 172 of file sidcache.c.
Referenced by CreateSidCacheMgr().
|
static |
Definition at line 682 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 832 of file sidcache.c.
Referenced by UpdatePrincipalListItem().