|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _NBNameCacheEntry |
Typedefs | |
| typedef struct _NBNameCacheEntry | NBNameCacheEntry |
Functions | |
| struct NBNameCache * | NBNameCacheCreate (HANDLE heap, DWORD entryExpireTimeMS) DECLSPEC_HIDDEN |
| BOOL | NBNameCacheAddEntry (struct NBNameCache *cache, NBNameCacheEntry *entry) DECLSPEC_HIDDEN |
| const NBNameCacheEntry * | NBNameCacheFindEntry (struct NBNameCache *cache, const UCHAR name[NCBNAMSZ]) DECLSPEC_HIDDEN |
| void | NBNameCacheDestroy (struct NBNameCache *cache) DECLSPEC_HIDDEN |
| typedef struct _NBNameCacheEntry NBNameCacheEntry |
| BOOL NBNameCacheAddEntry | ( | struct NBNameCache * | cache, |
| NBNameCacheEntry * | entry | ||
| ) |
Definition at line 111 of file nbnamecache.c.
Referenced by NetBTStoreCacheEntry().
| struct NBNameCache * NBNameCacheCreate | ( | HANDLE | heap, |
| DWORD | entryExpireTimeMS | ||
| ) |
Definition at line 92 of file nbnamecache.c.
Referenced by NetBTStoreCacheEntry().
| void NBNameCacheDestroy | ( | struct NBNameCache * | cache | ) |
Definition at line 176 of file nbnamecache.c.
Referenced by NetBTCleanup(), and NetBTCleanupAdapter().
| const NBNameCacheEntry * NBNameCacheFindEntry | ( | struct NBNameCache * | cache, |
| const UCHAR | name[NCBNAMSZ] | ||
| ) |
Definition at line 151 of file nbnamecache.c.
Referenced by NetBTInternalFindName().