MagickCore
7.0.11
|
Data Fields | |
size_t | length |
size_t | extent |
size_t | quantum |
BlobMode | mode |
MagickBooleanType | mapped |
MagickBooleanType | eof |
int | error |
int | error_number |
MagickOffsetType | offset |
MagickSizeType | size |
MagickBooleanType | exempt |
MagickBooleanType | synchronize |
MagickBooleanType | status |
MagickBooleanType | temporary |
StreamType | type |
FileInfo | file_info |
struct stat | properties |
StreamHandler | stream |
CustomStreamInfo * | custom_stream |
unsigned char * | data |
MagickBooleanType | debug |
SemaphoreInfo * | semaphore |
ssize_t | reference_count |
size_t | signature |
CustomStreamInfo* _BlobInfo::custom_stream |
Definition at line 158 of file blob.c.
Referenced by AttachCustomStream(), and DetachBlob().
unsigned char* _BlobInfo::data |
Definition at line 161 of file blob.c.
Referenced by AttachBlob(), DetachBlob(), and GetBlobStreamData().
MagickBooleanType _BlobInfo::debug |
Definition at line 164 of file blob.c.
Referenced by AttachBlob(), AttachCustomStream(), DetachBlob(), GetBlobInfo(), and ReferenceBlob().
MagickBooleanType _BlobInfo::eof |
Definition at line 126 of file blob.c.
Referenced by DetachBlob().
int _BlobInfo::error |
Definition at line 130 of file blob.c.
Referenced by DetachBlob().
int _BlobInfo::error_number |
Definition at line 130 of file blob.c.
Referenced by GetBlobError(), and ThrowBlobException().
MagickBooleanType _BlobInfo::exempt |
Definition at line 140 of file blob.c.
Referenced by DetachBlob(), ImagesToBlob(), ImageToBlob(), IsBlobExempt(), and SetBlobExempt().
size_t _BlobInfo::extent |
Definition at line 118 of file blob.c.
Referenced by AttachBlob(), and WriteBlobStream().
FileInfo _BlobInfo::file_info |
Definition at line 149 of file blob.c.
Referenced by AttachBlob(), DetachBlob(), GetBlobFileHandle(), and SetStreamBuffering().
size_t _BlobInfo::length |
Definition at line 118 of file blob.c.
Referenced by AttachBlob(), CloneBlobInfo(), DetachBlob(), ImagesToBlob(), and ImageToBlob().
MagickBooleanType _BlobInfo::mapped |
Definition at line 126 of file blob.c.
Referenced by AttachBlob(), CloneBlobInfo(), and DetachBlob().
MagickOffsetType _BlobInfo::offset |
Definition at line 134 of file blob.c.
Referenced by AttachBlob(), and DetachBlob().
struct stat _BlobInfo::properties |
Definition at line 151 of file blob.c.
Referenced by GetBlobInfo(), and GetBlobProperties().
size_t _BlobInfo::quantum |
Definition at line 118 of file blob.c.
Referenced by AttachBlob(), and GetBlobInfo().
ssize_t _BlobInfo::reference_count |
Definition at line 170 of file blob.c.
Referenced by CloneBlobInfo(), GetBlobInfo(), and ReferenceBlob().
SemaphoreInfo* _BlobInfo::semaphore |
Definition at line 167 of file blob.c.
Referenced by CloneBlobInfo(), GetBlobInfo(), and ReferenceBlob().
size_t _BlobInfo::signature |
Definition at line 173 of file blob.c.
Referenced by DestroyBlob(), DisassociateBlob(), GetBlobInfo(), and ReferenceBlob().
MagickSizeType _BlobInfo::size |
MagickBooleanType _BlobInfo::status |
Definition at line 140 of file blob.c.
Referenced by GetBlobError(), and ThrowBlobException().
StreamHandler _BlobInfo::stream |
Definition at line 155 of file blob.c.
Referenced by DetachBlob(), GetBlobStreamHandler(), and OpenBlob().
MagickBooleanType _BlobInfo::synchronize |
MagickBooleanType _BlobInfo::temporary |
Definition at line 140 of file blob.c.
Referenced by IsBlobTemporary().
StreamType _BlobInfo::type |
Definition at line 146 of file blob.c.
Referenced by AttachBlob(), AttachCustomStream(), DetachBlob(), EOFBlob(), ErrorBlob(), GetBlobInfo(), ImageToFile(), ReadBlob(), ReadBlobByte(), ReadBlobStream(), SeekBlob(), SetBlobExtent(), SyncBlob(), TellBlob(), WriteBlob(), WriteBlobByte(), and WriteBlobStream().