Lines Matching refs:metacontent
541 *metacontent;
565 Read distributed pixel cache metacontent.
590 metacontent=(const unsigned char *) GetVirtualMetacontent(image);
591 count=dpc_send(file,length,metacontent);
682 *metacontent;
685 Write distributed pixel cache metacontent.
710 metacontent=(unsigned char *) GetAuthenticMetacontent(image);
711 count=dpc_read(file,length,metacontent);
1208 % ReadDistributePixelCacheMetacontents() reads metacontent from the specified
1215 % const MagickSizeType length,unsigned char *metacontent)
1223 % o region: read the metacontent from this region of the image.
1225 % o length: the length in bytes of the metacontent.
1227 % o metacontent: read these metacontent from the pixel cache.
1232 const MagickSizeType length,unsigned char *metacontent)
1244 Read distributed pixel cache metacontent.
1249 assert(metacontent != (unsigned char *) NULL);
1269 return(dpc_read(server_info->file,length,metacontent));
1422 % WriteDistributePixelCacheMetacontents() writes image metacontent to the
1429 % const MagickSizeType length,const unsigned char *metacontent)
1437 % o region: write the metacontent to this region of the image.
1439 % o length: the length in bytes of the metacontent.
1441 % o metacontent: write these metacontent to the pixel cache.
1446 const MagickSizeType length,const unsigned char *metacontent)
1458 Write distributed pixel cache metacontent.
1463 assert(metacontent != (unsigned char *) NULL);
1483 return(dpc_send(server_info->file,length,metacontent));