Go to the source code of this file.
Data Structures | |
| struct | ht_iterator |
Typedefs | |
| typedef hash_table * | hashTable |
| typedef ht_iterator | htIterator |
Functions | |
| hash_table * | htNewTable (int size) |
| void | htFreeHashTable (struct hash_table *ht) |
| void | htHashStats (const struct hash_table *t) |
| int | htInTable (struct hash_table *t, const char *dir, const char *base) |
| void | htAddToTable (struct hash_table *t, const char *dir, const char *base) |
| void | htPrintHashStats (struct hash_table *t) |
| int | htNumEntries (struct hash_table *t) |
| void | htRemoveFromTable (struct hash_table *t, const char *dir, const char *base) |
| void | htIterStart (htIterator *iter) |
| int | htIterGetNext (struct hash_table *t, htIterator *iter, const char **dir, const char **base) |
Definition in file hash.h.
|
|
|
|
|
|
|
||||||||||||||||
|
Definition at line 132 of file hash.c. Referenced by compareFileList. |
|
|
Definition at line 52 of file hash.c. Referenced by ugFindUpgradePackages. |
|
|
|
|
||||||||||||||||
|
Definition at line 121 of file hash.c. Referenced by findPackagesWithRelocatedFiles, and removeMovedFilesAlreadyHandled. |
|
||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 31 of file hash.c. Referenced by ugFindUpgradePackages. |
|
|
|
|
|
|
|
||||||||||||||||
|
Definition at line 157 of file hash.c. Referenced by findPackagesWithRelocatedFiles, and removeMovedFilesAlreadyHandled. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002