|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Typedefs | |
| typedef struct _FF_HASH_TABLE * | FF_HASH_TABLE |
Functions | |
| FF_HASH_TABLE | FF_CreateHashTable () |
| FF_ERROR | FF_DestroyHashTable (FF_HASH_TABLE pHash) |
| FF_ERROR | FF_ClearHashTable (FF_HASH_TABLE pHash) |
| FF_ERROR | FF_ClearHash (FF_HASH_TABLE pHash, FF_T_UINT32 nHash) |
| FF_ERROR | FF_SetHash (FF_HASH_TABLE pHash, FF_T_UINT32 nHash) |
| FF_T_BOOL | FF_isHashSet (FF_HASH_TABLE pHash, FF_T_UINT32 nHash) |
Definition in file ff_hash.h.
| typedef struct _FF_HASH_TABLE* FF_HASH_TABLE |
| FF_ERROR FF_ClearHash | ( | FF_HASH_TABLE | pHash, |
| FF_T_UINT32 | nHash | ||
| ) |
| FF_ERROR FF_ClearHashTable | ( | FF_HASH_TABLE | pHash | ) |
| FF_HASH_TABLE FF_CreateHashTable | ( | ) |
| FF_ERROR FF_DestroyHashTable | ( | FF_HASH_TABLE | pHash | ) |
| FF_T_BOOL FF_isHashSet | ( | FF_HASH_TABLE | pHash, |
| FF_T_UINT32 | nHash | ||
| ) |
| FF_ERROR FF_SetHash | ( | FF_HASH_TABLE | pHash, |
| FF_T_UINT32 | nHash | ||
| ) |