Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:GetStringInfoLength

243   if (count <= (unsigned int) (GetStringInfoLength(signature_info->message)-8))
244 (void) ResetMagickMemory(datum+count,0,GetStringInfoLength(
248 (void) ResetMagickMemory(datum+count,0,GetStringInfoLength(
251 (void) ResetMagickMemory(datum,0,GetStringInfoLength(
808 n=GetStringInfoLength(message);
817 i=GetStringInfoLength(signature_info->message)-signature_info->offset;
826 GetStringInfoLength(signature_info->message))
830 while (n >= GetStringInfoLength(signature_info->message))
833 p+=GetStringInfoLength(signature_info->message);
834 n-=GetStringInfoLength(signature_info->message);