ReactOS 0.4.15-dev-7834-g00c4b3d
ff_hash.h File Reference
#include "ff_config.h"
#include "ff_types.h"
#include "ff_error.h"
Include dependency graph for ff_hash.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
James Walmsley

Definition in file ff_hash.h.

Typedef Documentation

◆ FF_HASH_TABLE

typedef struct _FF_HASH_TABLE* FF_HASH_TABLE

Definition at line 47 of file ff_hash.h.

Function Documentation

◆ FF_ClearHash()

FF_ERROR FF_ClearHash ( FF_HASH_TABLE  pHash,
FF_T_UINT32  nHash 
)

◆ FF_ClearHashTable()

FF_ERROR FF_ClearHashTable ( FF_HASH_TABLE  pHash)

◆ FF_CreateHashTable()

FF_HASH_TABLE FF_CreateHashTable ( )

◆ FF_DestroyHashTable()

FF_ERROR FF_DestroyHashTable ( FF_HASH_TABLE  pHash)

◆ FF_isHashSet()

FF_T_BOOL FF_isHashSet ( FF_HASH_TABLE  pHash,
FF_T_UINT32  nHash 
)

◆ FF_SetHash()

FF_ERROR FF_SetHash ( FF_HASH_TABLE  pHash,
FF_T_UINT32  nHash 
)