Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:BlobToFile

335 %  BlobToFile() writes a blob to a file.  It returns MagickFalse if an error
338 % The format of the BlobToFile method is:
340 % MagickBooleanType BlobToFile(char *filename,const void *blob,
354 MagickExport MagickBooleanType BlobToFile(char *filename,const void *blob,
495 status=BlobToFile(blob_info->filename,blob,length,exception);
3650 status=BlobToFile(ping_info->filename,blob,length,exception);