|
MagickCore 7.0.10
|
#include "wizard/exception.h"Go to the source code of this file.
Macros | |
| #define | WizardMaxBufferExtent 8192 |
Typedefs | |
| typedef struct _BlobInfo | BlobInfo |
Enumerations | |
| enum | MapMode { ReadMode , WriteMode , IOMode } |
Functions | |
| WizardExport void * | FileToBlob (const char *, const size_t, size_t *, ExceptionInfo *) |
| WizardExport void * | MapBlob (int, const MapMode, const WizardOffsetType, const size_t) |
| WizardExport WizardBooleanType | UnmapBlob (void *, const size_t) |
| WizardExport void * FileToBlob | ( | const char * | , |
| const size_t | , | ||
| size_t * | , | ||
| ExceptionInfo * | |||
| ) |
| WizardExport void * MapBlob | ( | int | file, |
| const MapMode | mode, | ||
| const WizardOffsetType | offset, | ||
| const size_t | length | ||
| ) |
Definition at line 920 of file blob.c.
References IOMode, MAP_FAILED, ReadMode, and WriteMode.
Referenced by AcquireVirtualMemory(), ConfigureFileToStringInfo(), FileToBlob(), FileToXML(), OpenBlob(), and SetBlobExtent().
| WizardExport WizardBooleanType UnmapBlob | ( | void * | map, |
| const size_t | length | ||
| ) |
Definition at line 1841 of file blob.c.
References WizardFalse, and WizardTrue.
Referenced by ConfigureFileToStringInfo(), DestroyBlob(), DestroyWizardMemory(), DetachBlob(), FileToBlob(), FileToXML(), RelinquishVirtualMemory(), and SetBlobExtent().