Lines Matching refs:blob
2137 % NTResourceToBlob() returns a blob containing the contents of the resource
2172 *blob,
2202 blob=(unsigned char *) AcquireQuantumMemory(length+MagickPathExtent,
2203 sizeof(*blob));
2204 if (blob != (unsigned char *) NULL)
2206 (void) CopyMagickMemory(blob,value,length);
2207 blob[length]='\0';
2211 return(blob);