Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:AttachBlob

253 %  AttachBlob() attaches a blob to the BlobInfo structure.
255 % The format of the AttachBlob method is:
257 % void AttachBlob(BlobInfo *blob_info,const void *blob,const size_t length)
269 MagickExport void AttachBlob(BlobInfo *blob_info,const void *blob,
3236 AttachBlob(blob_info,image_info->blob,image_info->length);
3485 AttachBlob(blob_info,blob,length);