Lines Matching full:metacontent
598 (void) memcpy(clone_info->metacontent,cache_info->metacontent,
707 Clone metacontent.
746 if ((clone_nexus[id]->metacontent != (void *) NULL) &&
747 (cache_nexus[id]->metacontent != (void *) NULL))
748 (void) memcpy(clone_nexus[id]->metacontent,
749 cache_nexus[id]->metacontent,length*sizeof(unsigned char));
937 cache_info->metacontent=(void *) NULL;
1022 nexus_info->metacontent=(void *) NULL;
1057 % GetAuthenticMetacontent() returns the authentic metacontent corresponding
1087 *metacontent;
1089 metacontent=cache_info->methods.
1091 return(metacontent);
1094 return(cache_info->nexus_info[id]->metacontent);
1136 return(cache_info->nexus_info[id]->metacontent);
1377 % Quantum. If the image has corresponding metacontent,call
2382 *magick_restrict metacontent;
2390 metacontent=GetVirtualMetacontentFromNexus(cache_info,
2392 return(metacontent);
2433 return(nexus_info->metacontent);
2448 % GetVirtualMetacontent() returns the virtual metacontent corresponding with
2470 *magick_restrict metacontent;
2477 metacontent=cache_info->methods.get_virtual_metacontent_from_handler(image);
2478 if (metacontent != (void *) NULL)
2479 return(metacontent);
2481 metacontent=GetVirtualMetacontentFromNexus(cache_info,
2483 return(metacontent);
2708 s=(unsigned char *) nexus_info->metacontent;
2737 Acquire a metacontent buffer.
3285 % metacontent, and memory mapping the cache if it is disk based. The cache
3544 cache_info->metacontent=(void *) NULL;
3546 cache_info->metacontent=(void *) (cache_info->pixels+
3691 cache_info->metacontent=(void *) NULL;
3693 cache_info->metacontent=(void *) (cache_info->pixels+
4129 % ReadPixelCacheMetacontent() reads metacontent from the specified region of
4141 % o nexus_info: the cache nexus to read the metacontent.
4213 q=(unsigned char *) nexus_info->metacontent;
4231 p=(unsigned char *) cache_info->metacontent+offset*
4282 Read metacontent from distributed cache.
4785 nexus_info->metacontent=(void *) NULL;
4787 nexus_info->metacontent=(unsigned char *) cache_info->metacontent+
4826 nexus_info->metacontent=(void *) NULL;
4828 nexus_info->metacontent=(void *) (nexus_info->pixels+number_pixels*
5291 p=(unsigned char *) nexus_info->metacontent;
5309 q=(unsigned char *) cache_info->metacontent+offset*
5360 Write metacontent to distributed cache.