|
MagickCore
6.7.5
|
#include <magic.h>
Data Fields | |
| char * | path |
| char * | name |
| char * | target |
| unsigned char * | magic |
| size_t | length |
| MagickOffsetType | offset |
| MagickBooleanType | exempt |
| MagickBooleanType | stealth |
| size_t | signature |
Definition at line 42 of file magic.h.
Referenced by LoadMagicList(), LoadMagicLists(), and DestroyMagicElement().
| size_t _MagicInfo::length |
Definition at line 36 of file magic.h.
Referenced by GetMagicInfo(), LoadMagicList(), and LoadMagicLists().
| unsigned char* _MagicInfo::magic |
Definition at line 33 of file magic.h.
Referenced by GetMagicInfo(), LoadMagicList(), LoadMagicLists(), and DestroyMagicElement().
| char * _MagicInfo::name |
Definition at line 28 of file magic.h.
Referenced by GetMagicInfoList(), GetMagicList(), GetMagicName(), LoadMagicList(), LoadMagicLists(), and DestroyMagicElement().
Definition at line 39 of file magic.h.
Referenced by GetMagicInfo(), ListMagicInfo(), LoadMagicList(), and LoadMagicLists().
| char* _MagicInfo::path |
Definition at line 28 of file magic.h.
Referenced by ListMagicInfo(), LoadMagicList(), LoadMagicLists(), and DestroyMagicElement().
| size_t _MagicInfo::signature |
Definition at line 46 of file magic.h.
Referenced by GetMagicName(), LoadMagicList(), and LoadMagicLists().
Definition at line 42 of file magic.h.
Referenced by GetMagicInfoList(), GetMagicList(), and LoadMagicList().
| char * _MagicInfo::target |
Definition at line 28 of file magic.h.
Referenced by ListMagicInfo(), LoadMagicList(), LoadMagicLists(), and DestroyMagicElement().