#include <hashTable.h>

Data Fields | |
| char * | aor |
| int | aorLength |
| int | contactIndex |
| contactToIndexStruct_t * | contactList |
| struct aorToIndexStruct * | next |
| int | numContacts |
| struct aorToIndexStruct * | prev |
| int | userIndex |
Definition at line 80 of file hashTable.h.
| char* aor |
Definition at line 83 of file hashTable.h.
Referenced by createHashRecord(), deleteUser(), findHashRecord(), insertHashRecord(), and printHashSlot().
| int aorLength |
Definition at line 84 of file hashTable.h.
Referenced by createHashRecord(), deleteUser(), and findHashRecord().
| int contactIndex |
struct aorToIndexStruct* next [read] |
Definition at line 102 of file hashTable.h.
Referenced by deleteUser(), findHashRecord(), insertHashRecord(), and printHashSlot().
| int numContacts |
Definition at line 108 of file hashTable.h.
Referenced by createHashRecord(), deleteUser(), and updateUser().
struct aorToIndexStruct* prev [read] |
| int userIndex |
Definition at line 88 of file hashTable.h.
Referenced by createHashRecord(), deleteUser(), executeInterprocessBufferCmd(), openserSIPRegUserLookupTable_set_action(), and printHashSlot().
1.5.6