#include "hash.h"
#include "header.h"
Go to the source code of this file.
Compounds | |
| struct | fingerprint_s |
| struct | fprintCache_s |
| struct | fprintCacheEntry_s |
Defines | |
| #define | fpFree(a) free((void *)(a).baseName) |
| #define | FP_ENTRY_EQUAL(a, b) (((a)->dev == (b)->dev) && ((a)->ino == (b)->ino)) |
| #define | FP_EQUAL(a, b) |
Typedefs | |
| typedef struct fprintCache_s * | fingerPrintCache |
| Finger print cache. | |
| typedef struct fingerprint_s | fingerPrint |
| Associates a trailing sub-directory and final base name with an existing directory finger print. | |
Definition in file fprint.h.
|
|
|
|
|
Initializer: ( \
FP_ENTRY_EQUAL((a).entry, (b).entry) && \
!strcmp((a).baseName, (b).baseName) && ( \
((a).subDir == (b).subDir) || \
((a).subDir && (b).subDir && !strcmp((a).subDir, (b).subDir)) \
) \
)Definition at line 52 of file fprint.h. Referenced by fpEqual(), handleOverlappedFiles(), rpmdbFindByFile(), and rpmdbFindFpList(). |
|
|
|
|
|
Associates a trailing sub-directory and final base name with an existing directory finger print.
|
|
|
Finger print cache.
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000