typedef | void | (*RWapplyCollectable) | (RWCollectable*, void*); |
typedef | void | (*RWapplyGeneric) | (void*, void*); |
typedef | void | (*RWapplyKeyAndValue) | (RWCollectable*, RWCollectable*, void*); |
typedef | void | (*RWauditFunction) | (unsigned char, void*); |
typedef | void | (*RWdiskTreeApply) | (const char*, RWstoredValue, void*); |
typedef | int | (*RWdiskTreeCompare) | (const char*, const char*, size_t); |
typedef | RWBoolean | (*RWtestGeneric) | (const void*, const void*); |
typedef | RWBoolean | (*RWtestCollectable) | (const RWCollectable*, const void*); |
typedef | RWBoolean | (*RWtestCollectablePair) | (const RWCollectable*, const RWCollectable*, void*); |
typedef | RWCollectable* | (*RWuserCreator) | (); |