Lines Matching defs:blob
1563 *blob;
1694 blob=(unsigned char *) ImageToBlob(image_info,reference_image,&length,
1696 if ((blob == (unsigned char *) NULL) ||
1709 Ping reference blob.
1711 ping_image=PingBlob(image_info,blob,length,exception);
1721 blob=(unsigned char *) RelinquishMagickMemory(blob);
1730 reconstruct_image=BlobToImage(image_info,blob,length,exception);
1731 blob=(unsigned char *) RelinquishMagickMemory(blob);