|
MagickCore
6.9.7
|
Data Fields | |
| size_t(* | hash )(const void *) |
| MagickBooleanType(* | compare )(const void *, const void *) |
| void *(* | relinquish_key )(void *) |
| void *(*) *(* | relinquish_value )(void *) |
| size_t | capacity |
| size_t | entries |
| size_t | next |
| MagickBooleanType | head_of_list |
| LinkedListInfo ** | map |
| SemaphoreInfo * | semaphore |
| size_t | signature |
| size_t _HashmapInfo::capacity |
| MagickBooleanType(* _HashmapInfo::compare) (const void *, const void *) |
Referenced by GetValueFromHashmap(), NewHashmap(), PutEntryInHashmap(), and RemoveEntryFromHashmap().
| size_t _HashmapInfo::entries |
Referenced by GetNumberOfEntriesInHashmap(), IsHashmapEmpty(), NewHashmap(), PutEntryInHashmap(), and RemoveEntryFromHashmap().
| size_t(* _HashmapInfo::hash) (const void *) |
Referenced by GetValueFromHashmap(), NewHashmap(), PutEntryInHashmap(), and RemoveEntryFromHashmap().
| MagickBooleanType _HashmapInfo::head_of_list |
Referenced by GetNextKeyInHashmap(), GetNextValueInHashmap(), and ResetHashmapIterator().
| LinkedListInfo** _HashmapInfo::map |
| size_t _HashmapInfo::next |
Referenced by GetNextKeyInHashmap(), GetNextValueInHashmap(), and ResetHashmapIterator().
| void*(* _HashmapInfo::relinquish_key) (void *) |
Referenced by DestroyHashmap(), NewHashmap(), PutEntryInHashmap(), and RemoveEntryFromHashmap().
| void*(*) *(* _HashmapInfo::relinquish_value) (void *) |
Referenced by DestroyHashmap(), NewHashmap(), and PutEntryInHashmap().
| SemaphoreInfo* _HashmapInfo::semaphore |
| size_t _HashmapInfo::signature |