Home
last modified time | relevance | path

Searched refs:AttachBlob (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/Magick++/fuzz/
Dhuffman_decode_fuzzer.cc9 extern "C" void AttachBlob(BlobInfo *,const void *,const size_t);
14 MagickCore::AttachBlob(image.image()->blob,(const void *) Data,Size); in LLVMFuzzerTestOneInput()
/external/ImageMagick/MagickCore/
Dblob-private.h138 AttachBlob(BlobInfo *,const void *,const size_t),
Dmethods.h105 #define AttachBlob PrependMagickMethod(AttachBlob) macro
Dblob.c264 MagickExport void AttachBlob(BlobInfo *blob_info,const void *blob, in AttachBlob() function
3245 AttachBlob(blob_info,image_info->blob,image_info->length); in OpenBlob()
3494 AttachBlob(blob_info,blob,length); in OpenBlob()
/external/ImageMagick/coders/
Dmeta.c1241 AttachBlob(buff->blob,blob,length); in ReadMETAImage()
1302 AttachBlob(buff->blob,blob,length); in ReadMETAImage()
1327 AttachBlob(iptc->blob,GetStringInfoDatum(profile), in ReadMETAImage()
1370 AttachBlob(buff->blob,blob,length); in ReadMETAImage()
1398 AttachBlob(buff->blob,blob,length); in ReadMETAImage()
1426 AttachBlob(buff->blob,blob,length); in ReadMETAImage()
2386 AttachBlob(buff->blob,GetStringInfoDatum(profile), in WriteMETAImage()
2420 AttachBlob(buff->blob,info,length); in WriteMETAImage()