Go to the source code of this file.
Data Structures | |
struct | ht_iterator |
Typedefs | |
typedef struct hash_table* | hashTable |
typedef struct ht_iterator | htIterator |
Functions | |
struct 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 133 of file hash.c. Referenced by compareFileList().
|
|
Definition at line 53 of file hash.c. Referenced by ugFindUpgradePackages().
|
|
|
|
Definition at line 122 of file hash.c. Referenced by findPackagesWithRelocatedFiles(), and removeMovedFilesAlreadyHandled().
|
|
|
|
|
|
Definition at line 32 of file hash.c. Referenced by ugFindUpgradePackages().
|
|
|
|
|
|
Definition at line 158 of file hash.c. Referenced by findPackagesWithRelocatedFiles(), and removeMovedFilesAlreadyHandled().
|