Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:blob

44 #include "MagickCore/blob.h"
699 *blob;
701 blob=(char *) NTResourceToBlob(filename);
702 if (blob != (char *) NULL)
705 SetStringInfoLength(xml,strlen(blob)+1);
706 SetStringInfoDatum(xml,(unsigned char *) blob);