Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:disk

83     disk,
117 MagickULLConstant(0), /* initial disk */
127 MagickResourceInfinity, /* disk limit */
229 resource_info.disk+=size;
232 ((MagickSizeType) resource_info.disk < limit) ? MagickTrue :
234 (void) FormatMagickSize((MagickSizeType) resource_info.disk,MagickTrue,
634 resource=(MagickSizeType) resource_info.disk;
824 (void) FormatLocaleFile(file," Disk: %s\n",disk_limit);
925 resource_info.disk-=size;
926 (void) FormatMagickSize((MagickSizeType) resource_info.disk,MagickTrue,
1301 value=GetPolicyValue("disk");