Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:blob

44 #include "MagickCore/blob.h"
715 *blob;
717 blob=(char *) NTResourceToBlob(filename);
718 if (blob != (char *) NULL)
721 SetStringInfoLength(xml,strlen(blob)+1);
722 SetStringInfoDatum(xml,(unsigned char *) blob);