|
MagickCore
6.9.7
|
#include <magic.h>
Data Fields | |
| char * | path |
| char * | name |
| char * | target |
| unsigned char * | magic |
| size_t | length |
| MagickOffsetType | offset |
| MagickBooleanType | exempt |
| MagickBooleanType | stealth |
| struct _MagicInfo * | previous |
| struct _MagicInfo * | next |
| size_t | signature |
| MagickBooleanType _MagicInfo::exempt |
Referenced by AcquireMagicCache(), DestroyMagicElement(), and LoadMagicCache().
| size_t _MagicInfo::length |
Referenced by AcquireMagicCache(), CompareMagickInfoSize(), GetMagicInfo(), and LoadMagicCache().
| unsigned char* _MagicInfo::magic |
Referenced by AcquireMagicCache(), DestroyMagicElement(), GetMagicInfo(), and LoadMagicCache().
| char * _MagicInfo::name |
Referenced by AcquireMagicCache(), DestroyMagicElement(), GetMagicInfoList(), GetMagicList(), GetMagicName(), and LoadMagicCache().
| struct _MagicInfo * _MagicInfo::next |
| MagickOffsetType _MagicInfo::offset |
Referenced by AcquireMagicCache(), CompareMagickInfoSize(), GetMagicInfo(), ListMagicInfo(), and LoadMagicCache().
| char* _MagicInfo::path |
Referenced by AcquireMagicCache(), DestroyMagicElement(), ListMagicInfo(), and LoadMagicCache().
| struct _MagicInfo* _MagicInfo::previous |
| size_t _MagicInfo::signature |
Referenced by AcquireMagicCache(), GetMagicName(), and LoadMagicCache().
| MagickBooleanType _MagicInfo::stealth |
Referenced by GetMagicInfoList(), GetMagicList(), and LoadMagicCache().
| char * _MagicInfo::target |
Referenced by AcquireMagicCache(), DestroyMagicElement(), ListMagicInfo(), and LoadMagicCache().