Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:blob

44 #include "MagickCore/blob.h"
45 #include "MagickCore/blob-private.h"
205 % BlobToStringInfo() returns the contents of a blob as a StringInfo structure
210 % StringInfo *BlobToStringInfo(const void *blob,const size_t length)
214 % o blob: the blob.
216 % o length: the length of the blob.
219 MagickExport StringInfo *BlobToStringInfo(const void *blob,const size_t length)
239 if (blob != (const void *) NULL)
240 (void) memcpy(string_info->datum,blob,length);