MagickCore  7.0.0
_MagicInfo Struct Reference

#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
 

Detailed Description

Definition at line 25 of file magic.h.

Field Documentation

MagickBooleanType _MagicInfo::exempt

Definition at line 42 of file magic.h.

Referenced by DestroyMagicElement(), LoadMagicList(), and LoadMagicLists().

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 DestroyMagicElement(), GetMagicInfo(), LoadMagicList(), and LoadMagicLists().

char * _MagicInfo::name
MagickOffsetType _MagicInfo::offset

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 DestroyMagicElement(), ListMagicInfo(), LoadMagicList(), and LoadMagicLists().

size_t _MagicInfo::signature

Definition at line 46 of file magic.h.

Referenced by GetMagicName(), LoadMagicList(), and LoadMagicLists().

MagickBooleanType _MagicInfo::stealth

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 DestroyMagicElement(), ListMagicInfo(), LoadMagicList(), and LoadMagicLists().


The documentation for this struct was generated from the following file: