Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:MapBlob

1495   map=MapBlob(file,ReadMode,0,*length);
2975 % MapBlob() creates a mapping from a file to a binary large object.
2977 % The format of the MapBlob method is:
2979 % void *MapBlob
2993 MagickExport void *MapBlob(int file,const MapMode mode,
3469 blob=MapBlob(fileno(blob_info->file_info.file),ReadMode,0,
5185 blob_info->data=(unsigned char*) MapBlob(fileno(
5543 % the MapBlob method.