length 87 Magick++/lib/Blob.cpp size_t length;
length 90 Magick++/lib/Blob.cpp Base64Decode( base64_.c_str(), &length );
length 93 Magick++/lib/Blob.cpp updateNoCopy( static_cast<void*>(decoded), length,
length 103 Magick++/lib/Blob.cpp Base64Encode(static_cast<const unsigned char*>(data()), length(), &encoded_length);
length 652 Magick++/lib/Drawable.cpp if(_font.length())
length 657 Magick++/lib/Drawable.cpp if(_family.length())
length 1338 Magick++/lib/Image.cpp PingBlob( imageInfo(), blob_.data(), blob_.length(), &exceptionInfo );
length 1506 Magick++/lib/Image.cpp blob_.length(), &exceptionInfo );
length 1962 Magick++/lib/Image.cpp size_t length = 2048; // Efficient size for small images
length 1967 Magick++/lib/Image.cpp &length,
length 1970 Magick++/lib/Image.cpp blob_->updateNoCopy( data, length, Blob::MallocAllocator );
length 1978 Magick++/lib/Image.cpp size_t length = 2048; // Efficient size for small images
length 1983 Magick++/lib/Image.cpp &length,
length 1986 Magick++/lib/Image.cpp blob_->updateNoCopy( data, length, Blob::MallocAllocator );
length 1996 Magick++/lib/Image.cpp size_t length = 2048; // Efficient size for small images
length 2001 Magick++/lib/Image.cpp &length,
length 2004 Magick++/lib/Image.cpp blob_->updateNoCopy( data, length, Blob::MallocAllocator );
length 2469 Magick++/lib/Image.cpp if ( comment_.length() > 0 )
length 2669 Magick++/lib/Image.cpp image()->filename[ fileName_.length() ] = 0; // Null terminate
length 2837 Magick++/lib/Image.cpp size_t length=0;
length 2838 Magick++/lib/Image.cpp const void *data= (const void *) GetImageProfile(constImage(),"ICM",&length);
length 2839 Magick++/lib/Image.cpp return Blob(data, length);
length 2858 Magick++/lib/Image.cpp iptcProfile_.length());
length 2862 Magick++/lib/Image.cpp size_t length=0;
length 2863 Magick++/lib/Image.cpp const void *data=(const void *) GetImageProfile(constImage(),"IPTC",&length);
length 2864 Magick++/lib/Image.cpp return Blob(data, length);
length 2897 Magick++/lib/Image.cpp if ( label_.length() > 0 )
length 2918 Magick++/lib/Image.cpp image()->magick[ magick_.length() ] = 0;
length 3164 Magick++/lib/Image.cpp profile_.length(), true);
length 3176 Magick++/lib/Image.cpp size_t length=0;
length 3178 Magick++/lib/Image.cpp GetImageProfile(constImage(),name_.c_str(),&length);
length 3181 Magick++/lib/Image.cpp return Blob(data, length);
length 72 Magick++/lib/Magick++/Blob.h size_t length ( void ) const;
length 2173 Magick++/lib/Magick++/STL.h if ( montageOpts_.label().length() != 0 )
length 2298 Magick++/lib/Magick++/STL.h imageInfo->filename[ imageSpec_.length() ] = 0;
length 2314 Magick++/lib/Magick++/STL.h blob_.length(), &exceptionInfo );
length 2360 Magick++/lib/Magick++/STL.h size_t length = 2048; // Efficient size for small images
length 2363 Magick++/lib/Magick++/STL.h &length,
length 2365 Magick++/lib/Magick++/STL.h blob_->updateNoCopy( data, length, Magick::Blob::MallocAllocator );
length 68 Magick++/lib/Montage.cpp montageInfo_.filename[ _fileName.length() ] = 0; // null terminate
length 72 Magick++/lib/Montage.cpp if ( _font.length() != 0 )
length 96 Magick++/lib/Montage.cpp if ( _texture.length() != 0 )
length 106 Magick++/lib/Montage.cpp if ( _title.length() != 0 )
length 112 Magick++/lib/Options.cpp if ( backgroundTexture_.length() == 0 )
length 230 Magick++/lib/Options.cpp _imageInfo->filename[ fileName_.length() ] = 0;
length 286 Magick++/lib/Options.cpp if ( font_.length() == 0 )
length 619 Magick++/lib/Options.cpp if ( tileName_.length() == 0 )
length 786 Magick++/lib/Options.cpp if ( view_.length() == 0 )
length 805 Magick++/lib/Options.cpp if ( display_.length() == 0 )
length 512 Magick++/tests/attributes.cpp if ( image.comment().length() != 0 )
length 532 Magick++/tests/attributes.cpp if ( image.comment().length() != 0 )
length 755 Magick++/tests/attributes.cpp if ( image.font().length() != 0 )
length 871 Magick++/tests/attributes.cpp if ( image.label().length() != 0 )
length 887 Magick++/tests/attributes.cpp if ( image.label().length() != 0 )
length 1381 Magick++/tests/attributes.cpp if ( image.tileName().length() != 0 )
length 1397 Magick++/tests/attributes.cpp if ( image.tileName().length() != 0 )
length 1439 Magick++/tests/attributes.cpp if ( image.view().length() != 0 )
length 1455 Magick++/tests/attributes.cpp if ( image.view().length() != 0 )
length 1465 Magick++/tests/attributes.cpp if ( image.x11Display().length() != 0 )
length 1481 Magick++/tests/attributes.cpp if ( image.x11Display().length() != 0 )
length 3296 TclMagick/generic/TclMagick.c int length = 0;
length 3305 TclMagick/generic/TclMagick.c profile = Tcl_GetByteArrayFromObj(objv[3], &length);
length 3307 TclMagick/generic/TclMagick.c result = MagickProfileImage(wandPtr, name, profile, (unsigned long)length);
length 3318 TclMagick/generic/TclMagick.c unsigned long length;
length 3326 TclMagick/generic/TclMagick.c profile = MagickRemoveImageProfile(wandPtr, (const char*)name, &length);
length 3328 TclMagick/generic/TclMagick.c Tcl_SetObjResult(interp, Tcl_NewByteArrayObj(profile, (long)length));
length 3356 TclMagick/generic/TclMagick.c int length;
length 3360 TclMagick/generic/TclMagick.c profile = Tcl_GetByteArrayFromObj(objv[3], &length);
length 3361 TclMagick/generic/TclMagick.c result = MagickSetImageProfile(wandPtr, (const char*)name, profile, (unsigned long)length);
length 3366 TclMagick/generic/TclMagick.c unsigned long length;
length 3368 TclMagick/generic/TclMagick.c profile = (char *)MagickGetImageProfile(wandPtr, name, &length);
length 3370 TclMagick/generic/TclMagick.c Tcl_SetObjResult(interp, Tcl_NewByteArrayObj(profile, (long)length));
length 4614 TclMagick/generic/TclMagick.c int length;
length 4620 TclMagick/generic/TclMagick.c data = Tcl_GetByteArrayFromObj(objv[2], &length);
length 4621 TclMagick/generic/TclMagick.c result = MagickReadImageBlob(wandPtr, data, (size_t)length);
length 5378 TclMagick/generic/TclMagick.c int length;
length 5384 TclMagick/generic/TclMagick.c data = (char *)MagickWriteImageBlob(wandPtr, &length);
length 5386 TclMagick/generic/TclMagick.c Tcl_SetObjResult(interp, Tcl_NewByteArrayObj(data, length));
length 324 coders/avi.c if (length < 4)
length 416 coders/bmp.c if (length < 2)
length 497 coders/bmp.c length;
length 881 coders/bmp.c length=bytes_per_line*image->rows;
length 891 coders/bmp.c " Reading pixels (%ld bytes)",(long) length);
length 892 coders/bmp.c (void) ReadBlob(image,length,(char *) pixels);
length 1701 coders/bmp.c length;
length 1706 coders/bmp.c length=2*(bytes_per_line+2)*(image->rows+2)+2;
length 1707 coders/bmp.c bmp_data=MagickAllocateMemory(unsigned char *,length);
length 87 coders/cals.c if (length < 132)
length 303 coders/cals.c clone_info->length=0;
length 116 coders/caption.c length;
length 125 coders/caption.c length=MaxTextExtent;
length 126 coders/caption.c caption=MagickAllocateMemory(char *,length);
length 132 coders/caption.c if ((p-caption+MaxTextExtent+1) < (long) length)
length 134 coders/caption.c length<<=1;
length 135 coders/caption.c MagickReallocMemory(char *,caption,length);
length 198 coders/cineon.c if (length < 4)
length 206 coders/dcm.c length;
length 2845 coders/dcm.c if (length < 132)
length 3022 coders/dcm.c for (i=0; i < (long) Min(dcm->length, MaxTextExtent-1); i++)
length 3242 coders/dcm.c colors=dcm->length/dcm->bytes_per_pixel;
length 3283 coders/dcm.c if (!AllocateImageColormap(image,dcm->length))
length 3293 coders/dcm.c if (dcm->length != image->colors)
length 3520 coders/dcm.c dcm->length=1;
length 3539 coders/dcm.c dcm->length=(size_t) dcm->datum/dcm->quantum;
length 3547 coders/dcm.c dcm->length=0;
length 3558 coders/dcm.c image->offset,(unsigned long) dcm->length,implicit_vr,explicit_vr,
length 3573 coders/dcm.c if ((dcm->length == 1) && (dcm->quantum == 1))
length 3581 coders/dcm.c else if ((dcm->length == 1) && (dcm->quantum == 2))
length 3590 coders/dcm.c else if ((dcm->length == 1) && (dcm->quantum == 4))
length 3599 coders/dcm.c else if ((dcm->quantum != 0) && (dcm->length != 0))
length 3604 coders/dcm.c if (dcm->length > ((~0UL)/dcm->quantum))
length 3609 coders/dcm.c dcm->data=MagickAllocateArray(unsigned char *,(dcm->length+1),dcm->quantum);
length 3615 coders/dcm.c size=dcm->quantum*dcm->length;
length 3635 coders/dcm.c for (i=0; i < (long) Max(dcm->length,4); i++)
length 3638 coders/dcm.c if ((i != (long) dcm->length) && (dcm->length <= 4))
length 3645 coders/dcm.c for (j=(long) dcm->length-1; j >= 0; j--)
length 3651 coders/dcm.c for (i=0; i < (long) dcm->length; i++)
length 3668 coders/dcm.c length;
length 3675 coders/dcm.c length=image->colors*sizeof(PixelPacket);
length 3676 coders/dcm.c image->colormap=MagickAllocateMemory(PixelPacket *,length);
length 3682 coders/dcm.c (void) memcpy(image->colormap,image->previous->colormap,length);
length 4332 coders/dcm.c length,
length 4336 coders/dcm.c length=dcm->funcReadLong(image);
length 4340 coders/dcm.c dcm->offset_ct=length >> 2;
length 4397 coders/dcm.c length,
length 4428 coders/dcm.c length=dcm->funcReadLong(*image);
length 4450 coders/dcm.c while (length > 0)
length 4459 coders/dcm.c length--;
length 4473 coders/dcm.c length=TellBlob(*image);
length 4475 coders/dcm.c if (length == dcm->offset_arr[i])
length 4487 coders/dcm.c clone_info->length=0;
length 4671 coders/dcm.c length;
length 4683 coders/dcm.c length=dcm.funcReadLong(image);
length 4684 coders/dcm.c if ((tag != 0xFFFEE000) || (length <= 64) || EOFBlob(image))
length 4694 coders/dcm.c dcm.frag_bytes=length;
length 4701 coders/dcm.c for (length=0; length < 15; length++)
length 4702 coders/dcm.c dcm.rle_seg_offsets[length]=dcm.funcReadLong(image);
length 377 coders/dib.c if (length < 2)
length 446 coders/dib.c length;
length 571 coders/dib.c length=bytes_per_line*image->rows;
length 578 coders/dib.c (void) ReadBlob(image,length,(char *) pixels);
length 1165 coders/dib.c length;
length 1170 coders/dib.c length=2*(bytes_per_line+2)*(image->rows+2)+2;
length 1171 coders/dib.c dib_data=MagickAllocateMemory(unsigned char *,length);
length 433 coders/dpx.c return ((length >= 4) &&
length 86 coders/ept.c if (length < 4)
length 384 coders/ept.c clone_info->length=0;
length 83 coders/fax.c if (length < 4)
length 107 coders/fits.c if (length < 6)
length 93 coders/fpx.c if (length < 4)
length 261 coders/fpx.c if ((summary_info.title.length != 0) &&
length 270 coders/fpx.c label=MagickAllocateMemory(char *,summary_info.title.length+1);
length 278 coders/fpx.c summary_info.title.length+1);
length 283 coders/fpx.c if ((summary_info.comments.length != 0) &&
length 292 coders/fpx.c comments=MagickAllocateMemory(char *,summary_info.comments.length+1);
length 300 coders/fpx.c summary_info.comments.length+1);
length 874 coders/fpx.c summary_info.title.length=strlen(label->value);
length 890 coders/fpx.c summary_info.comments.length=strlen(comment->value);
length 720 coders/gif.c if (length < 4)
length 199 coders/histogram.c length;
length 224 coders/histogram.c length=Max(ScaleQuantumToChar(MaxRGB)+1,histogram_image->columns);
length 225 coders/histogram.c red=MagickAllocateMemory(long *,length*sizeof(long));
length 226 coders/histogram.c green=MagickAllocateMemory(long *,length*sizeof(long));
length 227 coders/histogram.c blue=MagickAllocateMemory(long *,length*sizeof(long));
length 234 coders/histogram.c (void) memset(red,0,length*sizeof(long));
length 235 coders/histogram.c (void) memset(green,0,length*sizeof(long));
length 236 coders/histogram.c (void) memset(blue,0,length*sizeof(long));
length 85 coders/html.c if (length < 5)
length 101 coders/jbig.c length,
length 148 coders/jbig.c length=(long) ReadBlob(image,MaxBufferSize,(char *) buffer);
length 149 coders/jbig.c if (length == 0)
length 153 coders/jbig.c while ((length > 0) && ((status == JBG_EAGAIN) || (status == JBG_EOK)))
length 155 coders/jbig.c status=jbg_dec_in(&jbig_info,p,length,&count);
length 157 coders/jbig.c length-=count;
length 371 coders/jbig.c (void) WriteBlob(image,length,pixels);
length 122 coders/jp2.c if (length < 9)
length 160 coders/jp2.c if (length < 2)
length 220 coders/jp2.c count=ReadBlob(source->image,(size_t) length,(void *) buffer);
length 232 coders/jp2.c count=WriteBlob(source->image,(size_t) length,(void *) buffer);
length 92 coders/jpeg.c if (length < 3)
length 285 coders/jpeg.c length;
length 295 coders/jpeg.c length=GetCharacter(jpeg_info) << 8;
length 296 coders/jpeg.c length+=GetCharacter(jpeg_info);
length 297 coders/jpeg.c if (length <= 2)
length 299 coders/jpeg.c length-=2;
length 300 coders/jpeg.c comment=MagickAllocateMemory(char *,length+1);
length 308 coders/jpeg.c for (i=length; i != 0; i--)
length 328 coders/jpeg.c length;
length 348 coders/jpeg.c length=GetCharacter(jpeg_info) << 8;
length 349 coders/jpeg.c length+=GetCharacter(jpeg_info);
length 350 coders/jpeg.c if (length <= 2)
length 352 coders/jpeg.c length-=2;
length 370 coders/jpeg.c profile=MagickAllocateMemory(unsigned char *,length);
length 375 coders/jpeg.c for (i=0 ; i < length ; i++)
length 381 coders/jpeg.c if ((marker==1) && (length > 4) &&
length 384 coders/jpeg.c else if (((marker==1) && length > 5) &&
length 391 coders/jpeg.c status=AppendImageProfile(image,profile_name,profile,length);
length 395 coders/jpeg.c profile_name,(unsigned long) length);
length 412 coders/jpeg.c length;
length 423 coders/jpeg.c length=(long) GetCharacter(jpeg_info) << 8;
length 424 coders/jpeg.c length+=(long) GetCharacter(jpeg_info);
length 425 coders/jpeg.c length-=2;
length 426 coders/jpeg.c if (length <= 14)
length 428 coders/jpeg.c while (--length >= 0)
length 439 coders/jpeg.c for (i=0; i < length-12; i++)
length 445 coders/jpeg.c length-=14;
length 452 coders/jpeg.c profile=MagickAllocateMemory(unsigned char *,(size_t) length);
length 459 coders/jpeg.c length);
length 461 coders/jpeg.c for (i=0 ; i < length; i++)
length 464 coders/jpeg.c (void) AppendImageProfile(image,"ICM",profile,length);
length 483 coders/jpeg.c length,
length 500 coders/jpeg.c length=(long) GetCharacter(jpeg_info) << 8;
length 501 coders/jpeg.c length+=(long) GetCharacter(jpeg_info);
length 502 coders/jpeg.c length-=2;
length 503 coders/jpeg.c if (length <= 0)
length 517 coders/jpeg.c for (*tag='\0'; length > 0; )
length 521 coders/jpeg.c length-=2;
length 533 coders/jpeg.c length-=10;
length 539 coders/jpeg.c for (i=0; i < length; i++)
length 548 coders/jpeg.c length-=4;
length 552 coders/jpeg.c if (length <= 0)
length 555 coders/jpeg.c profile=MagickAllocateMemory(unsigned char *,(size_t) length+tag_length);
length 564 coders/jpeg.c length);
length 566 coders/jpeg.c for (i=0; i<length; i++)
length 569 coders/jpeg.c (void) AppendImageProfile(image,"IPTC",profile,length);
length 1582 coders/jpeg.c length=0;
length 1585 coders/jpeg.c length=Min(profile_length-i,65519);
length 1586 coders/jpeg.c profile=MagickAllocateMemory(unsigned char *,length+14);
length 1592 coders/jpeg.c for (j=0; j < (long) length; j++)
length 1594 coders/jpeg.c jpeg_write_marker(jpeg_info,ICC_MARKER,profile,(unsigned int) length+14);
length 1634 coders/jpeg.c length;
length 1639 coders/jpeg.c length=Min(profile_length-i,65500);
length 1640 coders/jpeg.c roundup=(length & 0x01); /* round up for Photoshop */
length 1641 coders/jpeg.c profile=MagickAllocateMemory(unsigned char *,length+roundup+tag_length);
length 1647 coders/jpeg.c profile[24]=length >> 8;
length 1648 coders/jpeg.c profile[25]=length & 0xff;
length 1653 coders/jpeg.c (void) memcpy(&(profile[tag_length]),&(iptc_profile[i]),length);
length 1655 coders/jpeg.c profile[length+tag_length]=0;
length 1657 coders/jpeg.c (length+roundup+tag_length));
length 123 coders/locale.c length;
length 129 coders/locale.c xml=(char *) FileToBlob(basename,&length,exception);
length 154 coders/locale.c length=Min(q-p-2,MaxTextExtent-1);
length 155 coders/locale.c (void) strncpy(comment,p+1,length);
length 156 coders/locale.c comment[length]='\0';
length 5326 coders/logo.c length;
length 5366 coders/logo.c length=((logo_image->columns*logo_image->rows)/8)+16;
length 5371 coders/logo.c length=3*logo_image->columns*logo_image->rows;
length 5376 coders/logo.c length=logo_image->columns*logo_image->rows;
length 5378 coders/logo.c blob=ImageToBlob(image_info,logo_image,&length,&image->exception);
length 5388 coders/logo.c (unsigned long) length);
length 5395 coders/logo.c for (i=0; i < (long) length ; i++)
length 82 coders/meta.c if (length < 4)
length 820 coders/meta.c unsigned int length;
length 828 coders/meta.c length = (((unsigned char) c1) << 8) + ((unsigned char) c2);
length 829 coders/meta.c length -= 2;
length 831 coders/meta.c while (length--)
length 840 coders/meta.c unsigned int length;
length 846 coders/meta.c length = (((unsigned char) c1) << 8) + ((unsigned char) c2);
length 847 coders/meta.c length -= 2;
length 849 coders/meta.c while (length--)
length 1033 coders/meta.c length;
length 1055 coders/meta.c length=1;
length 1064 coders/meta.c blob=MagickAllocateMemory(unsigned char *,length);
length 1071 coders/meta.c AttachBlob(buff->blob,blob,length);
length 1074 coders/meta.c length=parse8BIM(image, buff);
length 1075 coders/meta.c if (length & 1)
length 1080 coders/meta.c length=parse8BIMW(image, buff);
length 1083 coders/meta.c (unsigned long) length);
length 1084 coders/meta.c if (length & 1)
length 1098 coders/meta.c length=GetBlobSize(buff);
length 1101 coders/meta.c (unsigned long) length);
length 1102 coders/meta.c (void) SetImageProfile(image,"IPTC",blob,length);
length 1115 coders/meta.c blob=MagickAllocateMemory(unsigned char *,length);
length 1122 coders/meta.c AttachBlob(buff->blob,blob,length);
length 1136 coders/meta.c (pinfo->info == (unsigned char *) NULL) || (pinfo->length == 0))
length 1152 coders/meta.c AttachBlob(iptc->blob,pinfo->info,pinfo->length);
length 1156 coders/meta.c (long) pinfo->length);
length 1189 coders/meta.c length;
length 1195 coders/meta.c while ((length=ReadBlob(image,MaxBufferSize,buffer)) != 0)
length 1198 coders/meta.c for (i=0; i < length; i+=count)
length 1200 coders/meta.c count=WriteBlob(buff,length-i,buffer+i);
length 1204 coders/meta.c if (i < length)
length 1212 coders/meta.c length=GetBlobSize(buff);
length 1215 coders/meta.c (unsigned long) length);
length 1216 coders/meta.c (void) SetImageProfile(image,"APP1",blob,length);
length 1227 coders/meta.c blob=MagickAllocateMemory(unsigned char *,length);
length 1234 coders/meta.c AttachBlob(buff->blob,blob,length);
length 1243 coders/meta.c length=GetBlobSize(buff);
length 1246 coders/meta.c (unsigned long) length);
length 1247 coders/meta.c (void) SetImageProfile(image,"ICM",blob,length);
length 1258 coders/meta.c blob=MagickAllocateMemory(unsigned char *,length);
length 1265 coders/meta.c AttachBlob(buff->blob,blob,length);
length 1270 coders/meta.c length=parse8BIM(image, buff);
length 1271 coders/meta.c if (length & 1)
length 1289 coders/meta.c length=GetBlobSize(buff)-12;
length 1290 coders/meta.c blob[10]=length >> 8;
length 1291 coders/meta.c blob[11]=length & 0xff;
length 1293 coders/meta.c length=GetBlobSize(buff);
length 1296 coders/meta.c (unsigned long) length);
length 1297 coders/meta.c (void) SetImageProfile(image,"IPTC",blob,length);
length 2189 coders/meta.c length;
length 2197 coders/meta.c length=GetIPTCStream(profile,profile_length,&iptc_offset);
length 2199 coders/meta.c if (length == 0)
length 2203 coders/meta.c (void) WriteBlob(image,length,info);
length 2240 coders/meta.c length;
length 2247 coders/meta.c length=GetIPTCStream(profile,profile_length,&iptc_offset);
length 2249 coders/meta.c if (length == 0)
length 2259 coders/meta.c AttachBlob(buff->blob,info,length);
length 97 coders/miff.c if (length < 14)
length 151 coders/miff.c length;
length 178 coders/miff.c length=0;
length 200 coders/miff.c if (length == 0)
length 205 coders/miff.c length=(*p++)+1;
length 207 coders/miff.c length--;
length 217 coders/miff.c if (length == 0)
length 223 coders/miff.c length=(*p++)+1;
length 225 coders/miff.c length--;
length 235 coders/miff.c if (length == 0)
length 243 coders/miff.c length=(*p++)+1;
length 245 coders/miff.c length--;
length 265 coders/miff.c if (length == 0)
length 272 coders/miff.c length=(*p++)+1;
length 274 coders/miff.c length--;
length 284 coders/miff.c if (length == 0)
length 301 coders/miff.c length=(*p++)+1;
length 303 coders/miff.c length--;
length 313 coders/miff.c if (length == 0)
length 340 coders/miff.c length=(*p++)+1;
length 342 coders/miff.c length--;
length 362 coders/miff.c if (length == 0)
length 368 coders/miff.c length=(*p++)+1;
length 370 coders/miff.c length--;
length 379 coders/miff.c if (length == 0)
length 393 coders/miff.c length=(*p++)+1;
length 395 coders/miff.c length--;
length 404 coders/miff.c if (length == 0)
length 426 coders/miff.c length=(*p++)+1;
length 428 coders/miff.c length--;
length 447 coders/miff.c if (length == 0)
length 453 coders/miff.c length=(*p++)+1;
length 455 coders/miff.c length--;
length 464 coders/miff.c if (length == 0)
length 478 coders/miff.c length=(*p++)+1;
length 480 coders/miff.c length--;
length 489 coders/miff.c if (length == 0)
length 511 coders/miff.c length=(*p++)+1;
length 513 coders/miff.c length--;
length 532 coders/miff.c if (length == 0)
length 537 coders/miff.c length=(*p++)+1;
length 539 coders/miff.c length--;
length 548 coders/miff.c if (length == 0)
length 559 coders/miff.c length=(*p++)+1;
length 561 coders/miff.c length--;
length 570 coders/miff.c if (length == 0)
length 587 coders/miff.c length=(*p++)+1;
length 589 coders/miff.c length--;
length 654 coders/miff.c length;
length 725 coders/miff.c length=MaxTextExtent;
length 726 coders/miff.c values=MagickAllocateMemory(char *,length);
length 746 coders/miff.c length=MaxTextExtent;
length 747 coders/miff.c comment=MagickAllocateMemory(char *,length);
length 754 coders/miff.c if ((size_t) (p-comment+1) >= length)
length 757 coders/miff.c length<<=1;
length 758 coders/miff.c MagickReallocMemory(char *,comment,length);
length 792 coders/miff.c if ((size_t) (p-values+1) >= length)
length 795 coders/miff.c length<<=1;
length 796 coders/miff.c MagickReallocMemory(char *,values,length);
length 1016 coders/miff.c profiles[i].length=MagickAtoL(values);
length 1206 coders/miff.c if (profiles[i].length == 0)
length 1208 coders/miff.c profiles[i].info=MagickAllocateMemory(unsigned char *,profiles[i].length);
length 1212 coders/miff.c (void) ReadBlob(image,profiles[i].length,profiles[i].info);
length 1213 coders/miff.c (void) SetImageProfile(image,profiles[i].name,profiles[i].info,profiles[i].length);
length 1301 coders/miff.c length=(size_t) (1.01*packet_size*image->columns+600);
length 1302 coders/miff.c compress_pixels=MagickAllocateMemory(unsigned char *,length);
length 1328 coders/miff.c length=0;
length 1355 coders/miff.c length=(int) (1.01*packet_size*image->columns+12);
length 1357 coders/miff.c length=ReadBlobMSBLong(image);
length 1358 coders/miff.c zip_info.avail_in=ReadBlob(image,length,zip_info.next_in);
length 1408 coders/miff.c length=(int) (1.01*packet_size*image->columns+600);
length 1410 coders/miff.c length=ReadBlobMSBLong(image);
length 1411 coders/miff.c bzip_info.avail_in=ReadBlob(image,length,bzip_info.next_in);
length 1448 coders/miff.c for (length=0; length < image->columns; )
length 1451 coders/miff.c length+=*(p-1)+1;
length 1774 coders/miff.c *q++=(unsigned char) length;
length 1824 coders/miff.c length;
length 1902 coders/miff.c length=packet_size*image->columns;
length 1903 coders/miff.c pixels=MagickAllocateMemory(unsigned char *,length);
length 1904 coders/miff.c length=(size_t) (1.01*packet_size*image->columns+600);
length 1906 coders/miff.c if (length != (unsigned int) length)
length 1908 coders/miff.c compress_pixels=MagickAllocateMemory(unsigned char *,length);
length 2267 coders/miff.c length=zip_info.next_out-compress_pixels;
length 2268 coders/miff.c if (length != 0)
length 2270 coders/miff.c (void) WriteBlobMSBLong(image,length);
length 2271 coders/miff.c (void) WriteBlob(image,length,compress_pixels);
length 2282 coders/miff.c length=zip_info.next_out-compress_pixels;
length 2283 coders/miff.c if (length == 0)
length 2285 coders/miff.c (void) WriteBlobMSBLong(image,length);
length 2286 coders/miff.c (void) WriteBlob(image,length,compress_pixels);
length 2315 coders/miff.c length=bzip_info.next_out-(char *) compress_pixels;
length 2316 coders/miff.c if (length != 0)
length 2318 coders/miff.c (void) WriteBlobMSBLong(image,length);
length 2319 coders/miff.c (void) WriteBlob(image,length,compress_pixels);
length 2331 coders/miff.c length=bzip_info.next_out-(char *) compress_pixels;
length 2332 coders/miff.c if (length == 0)
length 2334 coders/miff.c (void) WriteBlobMSBLong(image,length);
length 2335 coders/miff.c (void) WriteBlob(image,length,compress_pixels);
length 2348 coders/miff.c length=255;
length 2351 coders/miff.c if ((length < 255) && (x < (long) (image->columns-1)) &&
length 2354 coders/miff.c length++;
length 2358 coders/miff.c WriteRunlengthPacket(image,&pixel,length,&q,index);
length 2359 coders/miff.c length=0;
length 2366 coders/miff.c WriteRunlengthPacket(image,&pixel,length,&q,index);
length 87 coders/mpc.c if (length < 14)
length 151 coders/mpc.c length;
length 201 coders/mpc.c length=MaxTextExtent;
length 219 coders/mpc.c length=MaxTextExtent;
length 227 coders/mpc.c if ((unsigned long) (p-comment+1) >= length)
length 230 coders/mpc.c length<<=1;
length 231 coders/mpc.c MagickReallocMemory(char *,comment,length);
length 265 coders/mpc.c if ((p-values+1) >= (int) length)
length 268 coders/mpc.c length<<=1;
length 269 coders/mpc.c MagickReallocMemory(char *,values,length);
length 523 coders/mpc.c profiles[i].length=MagickAtoL(values);
length 705 coders/mpc.c if (profiles[i].length == 0)
length 707 coders/mpc.c profiles[i].info=MagickAllocateMemory(unsigned char *,profiles[i].length);
length 711 coders/mpc.c (void) ReadBlob(image,profiles[i].length,profiles[i].info);
length 713 coders/mpc.c profiles[i].length);
length 83 coders/mpeg.c if (length < 4)
length 421 coders/mpeg.c length;
length 500 coders/mpeg.c length=0;
length 526 coders/mpeg.c FileToBlob(previous_image,&length,&image->exception);
length 530 coders/mpeg.c if (length > 0)
length 531 coders/mpeg.c status=BlobToFile(filename,blob,length,&image->exception);
length 94 coders/mpr.c length;
length 103 coders/mpr.c return((Image *) GetMagickRegistry(id,&type,&length,exception));
length 2464 coders/msl.c &profile_info.length);
length 4263 coders/msl.c " SAX.characters(%.1024s,%d)",c,length);
length 4299 coders/msl.c " SAX.ignorableWhitespace(%.30s, %d)",c,length);
length 4407 coders/msl.c " SAX.pcdata(%.1024s, %d)",value,length);
length 4413 coders/msl.c (void) xmlTextConcat(child,value,length);
length 4417 coders/msl.c xmlNewCDataBlock(parser->myDoc,value,length));
length 80 coders/mvg.c if (length < 7)
length 130 coders/mvg.c length;
length 183 coders/mvg.c draw_info->primitive=(char *) FileToBlob(image->filename,&length,exception);
length 204 coders/pcd.c length,
length 233 coders/pcd.c length;
length 262 coders/pcd.c length=(sum & 0xff)+1;
length 263 coders/pcd.c pcd_table[i]=MagickAllocateMemory(PCDTable *,length*sizeof(PCDTable));
length 271 coders/pcd.c for (j=0; j < (long) length; j++)
length 274 coders/pcd.c r->length=(sum & 0xff)+1;
length 275 coders/pcd.c if (r->length > 16)
length 284 coders/pcd.c r->mask=(~((((unsigned int) 1) << (32-r->length))-1));
length 287 coders/pcd.c pcd_length[i]=length;
length 304 coders/pcd.c length=0;
length 350 coders/pcd.c length=pcd_length[plane];
length 361 coders/pcd.c for (i=0; ((i < (long) length) && ((sum & r->mask) != r->sequence)); i++)
length 381 coders/pcd.c PCDGetBits(r->length);
length 424 coders/pcd.c if (length < 2052)
length 98 coders/pcl.c if (length < 4)
length 115 coders/pcx.c if (length < 4)
length 153 coders/pcx.c if (length < 2)
length 821 coders/pcx.c length;
length 976 coders/pcx.c length=(size_t) pcx_info.bytes_per_line*pcx_info.planes;
length 977 coders/pcx.c pcx_pixels=MagickAllocateMemory(unsigned char *,length);
length 155 coders/pdb.c while (p < (pixels+length))
length 204 coders/pdb.c if (length < 68)
length 531 coders/pdb.c length;
length 537 coders/pdb.c length=MaxTextExtent;
length 538 coders/pdb.c comment=MagickAllocateMemory(char *,length+1);
length 543 coders/pdb.c if ((p-comment) >= (int) length)
length 545 coders/pdb.c length<<=1;
length 546 coders/pdb.c length+=MaxTextExtent;
length 547 coders/pdb.c MagickReallocMemory(char *,comment,length+1);
length 367 coders/pdf.c clone_info->length=0;
length 583 coders/pdf.c length;
length 1049 coders/pdf.c jpeg_blob=ImageToJPEGBlob(image,image_info,&length,&image->exception);
length 1052 coders/pdf.c (void) WriteBlob(image,length,jpeg_blob);
length 1062 coders/pdf.c length=number_pixels;
length 1063 coders/pdf.c pixels=MagickAllocateMemory(unsigned char *,length);
length 1096 coders/pdf.c status=ZLIBEncodeImage(image,length,image_info->quality,pixels);
length 1100 coders/pdf.c status=LZWEncodeImage(image,length,pixels);
length 1102 coders/pdf.c status=PackbitsEncodeImage(image,length,pixels);
length 1159 coders/pdf.c jpeg_blob=ImageToJPEGBlob(image,image_info,&length,&image->exception);
length 1162 coders/pdf.c (void) WriteBlob(image,length,jpeg_blob);
length 1172 coders/pdf.c length=(image->colorspace == CMYKColorspace ? 4 : 3)*number_pixels;
length 1173 coders/pdf.c pixels=MagickAllocateMemory(unsigned char *,length);
length 1218 coders/pdf.c status=ZLIBEncodeImage(image,length,image_info->quality,pixels);
length 1222 coders/pdf.c status=LZWEncodeImage(image,length,pixels);
length 1224 coders/pdf.c status=PackbitsEncodeImage(image,length,pixels);
length 1290 coders/pdf.c length=number_pixels;
length 1291 coders/pdf.c pixels=MagickAllocateMemory(unsigned char *,length);
length 1321 coders/pdf.c status=ZLIBEncodeImage(image,length,image_info->quality,pixels);
length 1325 coders/pdf.c status=LZWEncodeImage(image,length,pixels);
length 1327 coders/pdf.c status=PackbitsEncodeImage(image,length,pixels);
length 1574 coders/pdf.c compressed_packets=(unsigned long) (1.001*length+12);
length 1581 coders/pdf.c stream.avail_in=(unsigned int) length;
length 92 coders/pict.c length;
length 424 coders/pict.c length,
length 504 coders/pict.c length=(scanline[j] & 0xff)+1;
length 505 coders/pict.c number_pixels=length*bytes_per_pixel;
length 516 coders/pict.c j+=length*bytes_per_pixel+1;
length 520 coders/pict.c length=((scanline[j]^0xff) & 0xff)+2;
length 523 coders/pict.c for (i=0; i < (long) length; i++)
length 596 coders/pict.c length;
length 683 coders/pict.c length=(q-pixels);
length 686 coders/pict.c (void) WriteBlobMSBShort(image,length);
length 687 coders/pict.c length+=2;
length 691 coders/pict.c (void) WriteBlobByte(image,(long) length);
length 692 coders/pict.c length++;
length 699 coders/pict.c return(length);
length 775 coders/pict.c length;
length 866 coders/pict.c length=ReadBlobMSBShort(image);
length 867 coders/pict.c if (length != 0x000a)
length 869 coders/pict.c for (i=0; i < (long) (length-2); i++)
length 907 coders/pict.c length=ReadBlobMSBShort(image);
length 912 coders/pict.c length=ReadBlobMSBShort(image);
length 913 coders/pict.c for (i=0; i <= (long) length; i++)
length 921 coders/pict.c length&=0x7fff;
length 924 coders/pict.c if (length == 0)
length 925 coders/pict.c length=width;
length 926 coders/pict.c if (length < 8)
length 928 coders/pict.c for (i=0; i < (long) (length*height); i++)
length 933 coders/pict.c if (length > 200)
length 966 coders/pict.c length=ReadBlobMSBShort(image);
length 967 coders/pict.c for (i=0; i < (long) (length-2); i++)
length 1079 coders/pict.c length=ReadBlobMSBShort(image);
length 1080 coders/pict.c for (i=0; i <= (long) (length-2); i++)
length 1185 coders/pict.c length=ReadBlobMSBShort(image);
length 1186 coders/pict.c if (length == 0)
length 1189 coders/pict.c length-=4;
length 1190 coders/pict.c if (length == 0)
length 1192 coders/pict.c info=MagickAllocateMemory(unsigned char *,length);
length 1195 coders/pict.c (void) ReadBlob(image,length,info);
length 1200 coders/pict.c if (length == 0)
length 1202 coders/pict.c if (SetImageProfile(image,"ICM",info,length) == MagickFail)
length 1209 coders/pict.c if (length == 0)
length 1211 coders/pict.c if (SetImageProfile(image,"IPTC",info,length) == MagickFail)
length 1227 coders/pict.c if (codes[code].length == -1)
length 1230 coders/pict.c for (i=0; i < (long) codes[code].length; i++)
length 1264 coders/pict.c clone_info->length=0;
length 1271 coders/pict.c length=ReadBlobMSBLong(image);
length 1277 coders/pict.c for (i=0; i < (long) (length-154); i++)
length 1305 coders/pict.c length=ReadBlobMSBShort(image);
length 1306 coders/pict.c for (i=0; i < (long) length; i++)
length 1315 coders/pict.c length=(code >> 7) & 0xff;
length 1316 coders/pict.c for (i=0; i < (long) length; i++)
length 1636 coders/pict.c length;
length 1650 coders/pict.c blob=(unsigned char *) ImageToBlob(image_info,jpeg_image,&length,
length 1656 coders/pict.c (void) WriteBlobMSBLong(image,length+154);
length 1702 coders/pict.c (void) WriteBlob(image,length,blob);
length 1703 coders/pict.c if (length & 0x01)
length 108 coders/pix.c length,
length 154 coders/pix.c length=0;
length 163 coders/pix.c if (length == 0)
length 165 coders/pix.c length=ReadBlobByte(image);
length 180 coders/pix.c length--;
length 127 coders/plasma.c clone_info->length=0;
length 822 coders/png.c if (length < 8)
length 860 coders/png.c if (length < 8)
length 898 coders/png.c if (length < 8)
length 952 coders/png.c static void LogPNGChunk(int logging, png_bytep type, unsigned long length)
length 957 coders/png.c type[0],type[1],type[2],type[3],length);
length 1066 coders/png.c static void png_get_data(png_structp png_ptr,png_bytep data,png_size_t length)
length 1072 coders/png.c if (length)
length 1077 coders/png.c if (length > 0x7fffffff)
length 1079 coders/png.c check=(png_size_t) ReadBlob(image,(size_t) length,(char *) data);
length 1080 coders/png.c if (check != length)
length 1086 coders/png.c (unsigned long) length,(unsigned long) check);
length 1103 coders/png.c static void mng_get_data(png_structp png_ptr,png_bytep data,png_size_t length)
length 1120 coders/png.c while (mng_info->bytes_in_read_buffer && length)
length 1124 coders/png.c length--;
length 1127 coders/png.c if (length)
length 1129 coders/png.c check=(png_size_t) ReadBlob(image,(size_t) length,(char *) data);
length 1130 coders/png.c if (check != length)
length 1132 coders/png.c if (length == 4)
length 1137 coders/png.c check=(png_size_t) ReadBlob(image,(size_t) length,
length 1152 coders/png.c check=(png_size_t) ReadBlob(image,(size_t) length,
length 1164 coders/png.c check=(png_size_t) ReadBlob(image,(size_t) length,
length 1177 coders/png.c static void png_put_data(png_structp png_ptr,png_bytep data,png_size_t length)
length 1183 coders/png.c if (length)
length 1188 coders/png.c check=(png_size_t) WriteBlob(image,(unsigned long) length,(char *) data);
length 1189 coders/png.c if (check != length)
length 1426 coders/png.c length,
length 1444 coders/png.c length=MagickAtoL(sp);
length 1448 coders/png.c if (length == 0)
length 1454 coders/png.c info=MagickAllocateMemory(unsigned char *,length);
length 1463 coders/png.c nibbles=length*2;
length 1505 coders/png.c if(SetImageProfile(image,profile_name,info,length) == MagickFail)
length 1595 coders/png.c length,
length 2635 coders/png.c length=text[i].text_length;
length 2636 coders/png.c value=MagickAllocateMemory(char *,length+1);
length 2645 coders/png.c (void) strlcat(value,text[i].text,length+1);
length 2948 coders/png.c length;
length 3007 coders/png.c length=ReadBlobMSBLong(image);
length 3013 coders/png.c type[0],type[1],type[2],type[3],length);
length 3015 coders/png.c if (length > PNG_MAX_UINT || count == 0)
length 3019 coders/png.c if (length)
length 3021 coders/png.c chunk=MagickAllocateMemory(unsigned char *,length);
length 3025 coders/png.c for (i=0; i < (long) length; i++)
length 3033 coders/png.c if (length)
length 3040 coders/png.c if (length == 16)
length 3088 coders/png.c if (length)
length 3187 coders/png.c (void) WriteBlob(color_image,length,(char *) chunk);
length 3188 coders/png.c if (length)
length 3209 coders/png.c (void) WriteBlobMSBULong(alpha_image,(unsigned long) length);
length 3211 coders/png.c LogPNGChunk(logging,mng_IDAT,length);
length 3213 coders/png.c (void) WriteBlob(alpha_image,length,(char *) chunk);
length 3215 coders/png.c crc32(crc32(0,data,4),chunk,length));
length 3217 coders/png.c if (length)
length 3235 coders/png.c (void) WriteBlob(alpha_image,length,(char *) chunk);
length 3237 coders/png.c if (length)
length 3245 coders/png.c if (length)
length 3252 coders/png.c if (length == 2)
length 3258 coders/png.c if (length == 6)
length 3270 coders/png.c if (length == 4)
length 3278 coders/png.c if (length == 32)
length 3295 coders/png.c if (length == 1)
length 3314 coders/png.c if (length > 8)
length 3324 coders/png.c if (length)
length 3331 coders/png.c if (length > 8)
length 3350 coders/png.c if (length)
length 3356 coders/png.c if (length)
length 3415 coders/png.c length=image->columns*sizeof(PixelPacket);
length 3420 coders/png.c (void) memcpy(q,s,length);
length 3680 coders/png.c length;
length 3809 coders/png.c length=ReadBlobMSBLong(image);
length 3816 coders/png.c type[0],type[1],type[2],type[3],length);
length 3818 coders/png.c if (length > PNG_MAX_UINT)
length 3824 coders/png.c if (length)
length 3826 coders/png.c chunk=MagickAllocateMemory(unsigned char *,length);
length 3830 coders/png.c for (i=0; i < (long) length; i++)
length 3861 coders/png.c if (length)
length 3893 coders/png.c if (length > 16)
length 3948 coders/png.c if (length)
length 4006 coders/png.c if (length > 2)
length 4011 coders/png.c if (length > 11)
length 4032 coders/png.c if (length > 27)
length 4041 coders/png.c if (length > 5)
length 4057 coders/png.c if (length > 6)
length 4061 coders/png.c if (mandatory_back && length > 5)
length 4072 coders/png.c if (length > 8)
length 4084 coders/png.c if (length && (length < 769))
length 4089 coders/png.c for (i=0; i < (long) (length/3); i++)
length 4095 coders/png.c mng_info->global_plte_length=length/3;
length 4104 coders/png.c if (length)
length 4116 coders/png.c if (length < 257)
length 4117 coders/png.c for (i=0; i < (long) length; i++)
length 4124 coders/png.c mng_info->global_trns_length=length;
length 4130 coders/png.c if (length == 4)
length 4150 coders/png.c if (length == 32)
length 4180 coders/png.c if (length)
length 4197 coders/png.c if (length)
length 4214 coders/png.c if (length)
length 4221 coders/png.c if (length > 6)
length 4227 coders/png.c while (*p && ((p-chunk) < (long) length))
length 4230 coders/png.c if ((p-chunk) < (long) (length-4))
length 4380 coders/png.c if (length)
length 4390 coders/png.c if ((length == 0) || !memcmp(type,mng_SEEK,4))
length 4400 coders/png.c for (j=0; j < (long) length; j+=2)
length 4406 coders/png.c if (length)
length 4530 coders/png.c if (length > 1)
length 4534 coders/png.c if (length > 3)
length 4549 coders/png.c if (length > 4)
length 4554 coders/png.c if (length > 6)
length 4561 coders/png.c if (length > 8)
length 4568 coders/png.c if (length > 10)
length 4575 coders/png.c if (length > 12)
length 4582 coders/png.c if (length > 14)
length 4589 coders/png.c if (length > 16)
length 4596 coders/png.c if (length > 17)
length 4645 coders/png.c if (length < 4)
length 4659 coders/png.c if (length > 8)
length 4694 coders/png.c if (length > 11)
length 4698 coders/png.c if (length > 13)
length 4702 coders/png.c if (length > 15)
length 4706 coders/png.c if (length > 17)
length 4715 coders/png.c if (length > 19)
length 4730 coders/png.c if (length)
length 4751 coders/png.c if (length < 8)
length 4913 coders/png.c (void) SeekBlob(image,-((long) length+12),SEEK_CUR);
length 6097 coders/png.c (void) length;
length 6102 coders/png.c profile_type, (unsigned long)length);
length 6107 coders/png.c allocated_length=(png_uint_32) (length*2 + (length >> 5) + 20
length 6120 coders/png.c (void) sprintf(dp,"%8lu ",(unsigned long)length);
length 6122 coders/png.c for (i=0; i < (long) length; i++)
length 7774 coders/png.c length;
length 7868 coders/png.c length=0;
length 7874 coders/png.c blob=(char *) ImageToBlob(jpeg_image_info,jpeg_image,&length,
length 7896 coders/png.c blob=(char *) ImageToBlob(jpeg_image_info,jpeg_image,&length,
length 7903 coders/png.c (unsigned long) length);
length 8113 coders/png.c (unsigned long) length);
length 8118 coders/png.c for (i=8; i<(long) length; i+=len+12)
length 8148 coders/png.c (unsigned long) length);
length 8149 coders/png.c (void) WriteBlobMSBULong(image,(unsigned long) length);
length 8151 coders/png.c LogPNGChunk(logging,mng_JDAA,length);
length 8154 coders/png.c (void) WriteBlob(image,length,(char *) blob);
length 8156 coders/png.c (unsigned char *) blob,length));
length 8200 coders/png.c blob=(char *) ImageToBlob(jpeg_image_info,jpeg_image,&length,
length 8207 coders/png.c (unsigned long) length);
length 8211 coders/png.c (unsigned long) length);
length 8214 coders/png.c (void) WriteBlobMSBULong(image,(unsigned long) length);
length 8216 coders/png.c LogPNGChunk(logging,mng_JDAT,length);
length 8218 coders/png.c (void) WriteBlob(image,length,(char *) blob);
length 8220 coders/png.c blob,length));
length 89 coders/pnm.c if (length < 2)
length 159 coders/pnm.c length;
length 164 coders/pnm.c length=MaxTextExtent;
length 165 coders/pnm.c comment=MagickAllocateMemory(char *,length+strlen(P7Comment)+1);
length 171 coders/pnm.c if ((size_t) (p-comment) >= length)
length 173 coders/pnm.c length<<=1;
length 174 coders/pnm.c length+=MaxTextExtent;
length 175 coders/pnm.c MagickReallocMemory(char *,comment,length+strlen(P7Comment)+1);
length 88 coders/ps.c if (length < 4)
length 370 coders/ps.c clone_info->length=0;
length 558 coders/ps.c bp=AppendHexVal(bp,Min(length,0xff)); \
length 893 coders/ps.c length,
length 1364 coders/ps.c length=255;
length 1369 coders/ps.c (length < 255) && (x < (long) (image->columns-1)))
length 1370 coders/ps.c length++;
length 1375 coders/ps.c WriteRunlengthPacket(image,bp,pixel,length,p);
length 1385 coders/ps.c length=0;
length 1390 coders/ps.c WriteRunlengthPacket(image,bp,pixel,length,p);
length 1495 coders/ps.c length=255;
length 1498 coders/ps.c if ((index == indexes[x]) && (length < 255) &&
length 1500 coders/ps.c length++;
length 1506 coders/ps.c bp=AppendHexVal(bp,Min(length,0xff));
length 1516 coders/ps.c length=0;
length 1523 coders/ps.c bp=AppendHexVal(bp,Min(length,0xff));
length 525 coders/ps2.c length;
length 795 coders/ps2.c blob=ImageToJPEGBlob(image,image_info,&length,&image->exception);
length 798 coders/ps2.c (void) WriteBlob(image,length,blob);
length 811 coders/ps2.c length=number_pixels;
length 812 coders/ps2.c pixels=MagickAllocateMemory(unsigned char *,length);
length 844 coders/ps2.c status=LZWEncodeImage(image,length,pixels);
length 846 coders/ps2.c status=PackbitsEncodeImage(image,length,pixels);
length 906 coders/ps2.c blob=ImageToJPEGBlob(image,image_info,&length,&image->exception);
length 909 coders/ps2.c (void) WriteBlob(image,length,blob);
length 922 coders/ps2.c length=(image->colorspace == CMYKColorspace ? 4 : 3)*
length 924 coders/ps2.c pixels=MagickAllocateMemory(unsigned char *,length);
length 974 coders/ps2.c status=LZWEncodeImage(image,length,pixels);
length 976 coders/ps2.c status=PackbitsEncodeImage(image,length,pixels);
length 1069 coders/ps2.c length=number_pixels;
length 1070 coders/ps2.c pixels=MagickAllocateMemory(unsigned char *,length);
length 1099 coders/ps2.c status=LZWEncodeImage(image,length,pixels);
length 1101 coders/ps2.c status=PackbitsEncodeImage(image,length,pixels);
length 1143 coders/ps2.c length=TellBlob(image)-stop;
length 1146 coders/ps2.c FormatString(buffer,"%%%%BeginData:%13ld %s Bytes\n",(long) length,
length 201 coders/ps3.c *length=strip_size=byte_count[0];
length 206 coders/ps3.c *length+=byte_count[i];
length 216 coders/ps3.c *pixels=MagickAllocateMemory(unsigned char *,*length);
length 246 coders/ps3.c length;
length 262 coders/ps3.c status=SerializeHuffman2DImage(image_info,image,&pixels,&length);
length 267 coders/ps3.c for (i=0; i < length; i++)
length 327 coders/ps3.c length;
length 332 coders/ps3.c blob=ImageToJPEGBlob(image,image_info,&length,&image->exception);
length 342 coders/ps3.c for (p=(const unsigned char*) blob,i=0; i < length; i++)
length 446 coders/ps3.c *length=image->columns*image->rows;
length 447 coders/ps3.c *pixels=MagickAllocateMemory(unsigned char *, *length);
length 524 coders/ps3.c *length=(image->colorspace == CMYKColorspace ? 4 : 3)*image->columns*image->rows;
length 525 coders/ps3.c *pixels=MagickAllocateMemory(unsigned char *, *length);
length 631 coders/ps3.c *length=padded_columns*image->rows/pack;
length 632 coders/ps3.c *pixels=MagickAllocateMemory(unsigned char *, *length);
length 762 coders/ps3.c length;
length 841 coders/ps3.c status=SerializeSingleChannelImage(image_info,mask_image,&pixels,&length);
length 845 coders/ps3.c for (i=0; i < length; i++)
length 865 coders/ps3.c status=SerializeHuffman2DImage(image_info,mask_image,&pixels,&length);
length 869 coders/ps3.c for (i=0; i < length; i++)
length 877 coders/ps3.c status=SerializeSingleChannelImage(image_info,mask_image,&pixels,&length);
length 881 coders/ps3.c status=PackbitsEncode2Image(image,length,pixels,
length 888 coders/ps3.c status=SerializeSingleChannelImage(image_info,mask_image,&pixels,&length);
length 892 coders/ps3.c status=LZWEncode2Image(image,length,pixels,Ascii85WriteByteHook,(void*)NULL);
length 898 coders/ps3.c status=SerializeSingleChannelImage(image_info,mask_image,&pixels,&length);
length 902 coders/ps3.c status=ZLIBEncode2Image(image,length,image_info->quality,pixels,
length 910 coders/ps3.c length=TellBlob(image)-stop;
length 913 coders/ps3.c FormatString(buffer,"%%%%BeginData:%13ld ASCII Bytes\n",(long) length);
length 1211 coders/ps3.c length;
length 1662 coders/ps3.c &length);
length 1673 coders/ps3.c for (i=0; i < length; i++)
length 1677 coders/ps3.c status=PackbitsEncode2Image(image,length,pixels,
length 1681 coders/ps3.c status=LZWEncode2Image(image,length,pixels,
length 1685 coders/ps3.c status=ZLIBEncode2Image(image,length,image_info->quality,
length 1730 coders/ps3.c &length);
length 1741 coders/ps3.c for (i=0; i < length; i++)
length 1746 coders/ps3.c status=PackbitsEncode2Image(image,length,pixels,
length 1750 coders/ps3.c status=LZWEncode2Image(image,length,pixels,
length 1754 coders/ps3.c status=ZLIBEncode2Image(image,length,image_info->quality,
length 1806 coders/ps3.c status=SerializePseudoClassImage(image_info,image,&pixels,&length);
length 1817 coders/ps3.c for (i=0; i < length; i++)
length 1822 coders/ps3.c status=PackbitsEncode2Image(image,length,pixels,
length 1826 coders/ps3.c status=LZWEncode2Image(image,length,pixels,Ascii85WriteByteHook,
length 1830 coders/ps3.c status=ZLIBEncode2Image(image,length,image_info->quality,pixels,
length 1845 coders/ps3.c length=TellBlob(image)-stop;
length 1848 coders/ps3.c FormatString(buffer,"%%%%BeginData:%13ld ASCII Bytes\n",(long) length);
length 1963 coders/ps3.c compressed_packets=(unsigned long) (1.001*length+12);
length 1969 coders/ps3.c stream.avail_in=(unsigned int) length;
length 290 coders/psd.c if (length < 4)
length 539 coders/psd.c length,
length 662 coders/psd.c length=ReadBlobMSBLong(image);
length 663 coders/psd.c if (length != 0)
length 676 coders/psd.c data=MagickAllocateMemory(unsigned char *,length);
length 687 coders/psd.c (void) ReadBlob(image,length,data);
length 695 coders/psd.c if (!AllocateImageColormap(image,length/3))
length 721 coders/psd.c length=ReadBlobMSBLong(image);
length 722 coders/psd.c if (length != 0)
length 728 coders/psd.c (long) length);
length 730 coders/psd.c data=MagickAllocateMemory(unsigned char *,length);
length 741 coders/psd.c count=ReadBlob(image,length,(char *) data);
length 752 coders/psd.c (void) SetImageProfile(image,"IPTC",data,length);
length 778 coders/psd.c length=ReadBlobMSBLong(image);
length 779 coders/psd.c if (length == 8)
length 781 coders/psd.c length=ReadBlobMSBLong(image);
length 782 coders/psd.c length=ReadBlobMSBLong(image);
length 785 coders/psd.c if (length != 0)
length 891 coders/psd.c length=ReadBlobMSBLong(image);
length 892 coders/psd.c if (length != 0)
length 910 coders/psd.c (long) length-16);
length 915 coders/psd.c for (j=0; j < (long) (length-16); j++)
length 918 coders/psd.c combinedlength += length + 4; /* +4 for length */
length 920 coders/psd.c length=ReadBlobMSBLong(image);
length 921 coders/psd.c if (length != 0)
length 930 coders/psd.c (long) length);
length 936 coders/psd.c for (j=0; j < (long) (length); j+=8) {
length 948 coders/psd.c combinedlength += length + 4; /* +4 for length */
length 951 coders/psd.c length=ReadBlobByte(image);
length 952 coders/psd.c for (j=0; j < (long) (length); j++)
length 963 coders/psd.c combinedlength += length + 1;
length 992 coders/psd.c length=ReadBlobMSBLong(image);
length 997 coders/psd.c alkey, length);
length 1000 coders/psd.c if ( length )
length 1002 coders/psd.c for (j=0; j < (long) (length); j++)
length 1007 coders/psd.c combinedlength += 12 + length; /* sig, key, length + the actual length*/
length 77 coders/pwp.c if (length < 5)
length 169 coders/pwp.c clone_info->length=0;
length 180 coders/rla.c length,
length 487 coders/rla.c length=ReadBlobMSBShort(image);
length 488 coders/rla.c while (length > 0)
length 498 coders/rla.c length--;
length 499 coders/rla.c if (length == 0)
length 517 coders/rla.c length--;
length 561 coders/rla.c length--;
length 78 coders/rle.c if (length < 2)
length 250 coders/rle.c length;
length 255 coders/rle.c length=ReadBlobLSBShort(image);
length 256 coders/rle.c comment=MagickAllocateMemory(char *,length);
length 260 coders/rle.c (void) ReadBlob(image,length-1,comment);
length 261 coders/rle.c comment[length-1]='\0';
length 264 coders/rle.c if ((length & 0x01) == 0)
length 86 coders/sct.c if (length < 2)
length 77 coders/sfw.c if (length < 5)
length 126 coders/sfw.c if (length == 1)
length 128 coders/sfw.c for (i=1; i < length; i++)
length 131 coders/sfw.c if (i == length)
length 283 coders/sfw.c clone_info->length=0;
length 124 coders/sgi.c if (length < 2)
length 1134 coders/sgi.c length,
length 1161 coders/sgi.c length=
length 1163 coders/sgi.c number_packets+=length;
length 1165 coders/sgi.c runlength[y+z*iris_info.ysize]=length;
length 1166 coders/sgi.c offset+=length;
length 128 coders/stegano.c clone_info->length=0;
length 84 coders/sun.c if (length < 4)
length 147 coders/sun.c while ((size_t) (p-compressed_pixels) < length)
length 217 coders/sun.c length,
length 289 coders/sun.c sun_info.length=ReadBlobMSBLong(image);
length 379 coders/sun.c sun_data=MagickAllocateMemory(unsigned char *,(size_t) sun_info.length);
length 382 coders/sun.c count=ReadBlob(image,sun_info.length,(char *) sun_data);
length 401 coders/sun.c (void) DecodeImage(sun_data,sun_info.length,sun_pixels);
length 443 coders/sun.c (sun_info.type != RT_ENCODED && n > sun_info.length))
length 470 coders/sun.c (sun_info.type != RT_ENCODED && n > sun_info.length))
length 666 coders/sun.c length,
length 744 coders/sun.c sun_info.length=(image->matte ? 4U : 3U)*number_pixels;
length 745 coders/sun.c sun_info.length+=image->columns & 0x01U ? image->rows : 0U;
length 754 coders/sun.c sun_info.length=((image->columns+7U) >> 3)*image->rows;
length 755 coders/sun.c sun_info.length+=((image->columns/8U)+(image->columns % 8U ? 1U : 0U)) %
length 764 coders/sun.c sun_info.length=number_pixels;
length 765 coders/sun.c sun_info.length+=image->columns & 0x01U ? image->rows : 0;
length 776 coders/sun.c (void) WriteBlobMSBLong(image,sun_info.length);
length 791 coders/sun.c length;
length 799 coders/sun.c length=image->columns*sizeof(PixelPacket);
length 800 coders/sun.c pixels=MagickAllocateMemory(unsigned char *,length);
length 2344 coders/svg.c static void SVGCharacters(void *context,const xmlChar *c,int length)
length 2359 coders/svg.c " SAX.characters(%.1024s,%d)",c,length);
length 2363 coders/svg.c MagickReallocMemory(char *,svg_info->text,strlen(svg_info->text)+length+1);
length 2367 coders/svg.c svg_info->text=MagickAllocateMemory(char *,(size_t) length+1);
length 2374 coders/svg.c for (i=0; i < (size_t) length; i++)
length 2400 coders/svg.c static void SVGIgnorableWhitespace(void *ARGUNUSED(context),const xmlChar *c,int length)
length 2409 coders/svg.c " SAX.ignorableWhitespace(%.30s, %d)",c,length);
length 2500 coders/svg.c static void SVGCDataBlock(void *context,const xmlChar *value,int length)
length 2515 coders/svg.c " SAX.pcdata(%.1024s, %d)",value,length);
length 2521 coders/svg.c (void) xmlTextConcat(child,value,length);
length 2524 coders/svg.c (void) xmlAddChild(parser->node,xmlNewCDataBlock(parser->myDoc,value,length));
length 2726 coders/svg.c clone_info->length=0;
length 3082 coders/svg.c length;
length 3943 coders/svg.c length=strlen(message);
length 3948 coders/svg.c length+=strlen(message);
length 3949 coders/svg.c if (length >= 80)
length 3952 coders/svg.c length=strlen(message)+5;
length 3972 coders/svg.c length=strlen(message);
length 3977 coders/svg.c length+=strlen(message);
length 3978 coders/svg.c if (length >= 80)
length 3981 coders/svg.c length=strlen(message)+5;
length 142 coders/tiff.c if (length < 8)
length 531 coders/tiff.c if (length <= 0)
length 539 coders/tiff.c length*=4;
length 540 coders/tiff.c return SetImageProfile(image,"IPTC",p,(size_t) length);
length 545 coders/tiff.c while (length > 0)
length 553 coders/tiff.c length-=2;
length 556 coders/tiff.c if (length <= 0)
length 563 coders/tiff.c length=(*p++);
length 564 coders/tiff.c if (length)
length 565 coders/tiff.c p+=length;
length 566 coders/tiff.c if ((length & 0x01) == 0)
length 568 coders/tiff.c length=(p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3];
length 571 coders/tiff.c return SetImageProfile(image,"8BIM",p,(size_t) length);
length 1476 coders/tiff.c length;
length 1481 coders/tiff.c if (TIFFGetField(tiff,TIFFTAG_ICCPROFILE,&length,&text) == 1)
length 1485 coders/tiff.c (unsigned long)length);
length 1486 coders/tiff.c (void) SetImageProfile(image,"ICM",(unsigned char *) text,(size_t) length);
length 1494 coders/tiff.c if (TIFFGetField(tiff,TIFFTAG_PHOTOSHOP,&length,&text) == 1)
length 1498 coders/tiff.c (unsigned long) length);
length 1499 coders/tiff.c (void) ReadNewsProfile(text,(long) length,image,TIFFTAG_PHOTOSHOP);
length 1503 coders/tiff.c if (TIFFGetField(tiff,TIFFTAG_RICHTIFFIPTC,&length,&text) == 1)
length 1506 coders/tiff.c TIFFSwabArrayOfLong((uint32 *) text,length);
length 1508 coders/tiff.c "IPTC Newsphoto embedded profile with length %u bytes",length);
length 1509 coders/tiff.c ReadNewsProfile(text,length,image,TIFFTAG_RICHTIFFIPTC);
length 1517 coders/tiff.c if (TIFFGetField(tiff,TIFFTAG_XMLPACKET,&length,&text) == 1)
length 1521 coders/tiff.c (unsigned long) length);
length 1522 coders/tiff.c SetImageProfile(image,"XMP",(unsigned char *) text,(size_t) length);
length 3217 coders/tiff.c length;
length 3223 coders/tiff.c length = (uint32) profile_length;
length 3224 coders/tiff.c if (length == 0)
length 3232 coders/tiff.c length += (4-(length & 0x03)); /* Round up for long word alignment */
length 3233 coders/tiff.c profile=MagickAllocateMemory(unsigned char *,length);
length 3236 coders/tiff.c (void) memset(profile,0,length);
length 3240 coders/tiff.c TIFFSwabArrayOfLong((uint32 *) profile,length/4);
length 3245 coders/tiff.c tiff,profile_tag,(unsigned long) length/4,profile);
length 3246 coders/tiff.c (void) TIFFSetField(tiff,profile_tag,(uint32) length/4,(void *) profile);
length 3253 coders/tiff.c length += (length & 0x01); /* Round up for Photoshop */
length 3255 coders/tiff.c length += 12; /* Space for 8BIM header */
length 3256 coders/tiff.c profile=MagickAllocateMemory(unsigned char *,length);
length 3259 coders/tiff.c (void) memset(profile,0,length);
length 3261 coders/tiff.c profile[8]=(length >> 24) & 0xff;
length 3262 coders/tiff.c profile[9]=(length >> 16) & 0xff;
length 3263 coders/tiff.c profile[10]=(length >> 8) & 0xff;
length 3264 coders/tiff.c profile[11]=length & 0xff;
length 3267 coders/tiff.c profile=MagickAllocateMemory(unsigned char *,length);
length 3270 coders/tiff.c (void) memset(profile,0,length);
length 3275 coders/tiff.c tiff,profile_tag,(unsigned long) length,profile);
length 3276 coders/tiff.c (void) TIFFSetField(tiff,profile_tag,(uint32) length,(void *) profile);
length 101 coders/tile.c clone_info->length=0;
length 79 coders/ttf.c if (length < 14)
length 88 coders/ttf.c if (length < 5)
length 157 coders/txt.c if (length < 20)
length 182 coders/txt.c (void) memcpy((void *)buffer,(const void *)magick,Min(MaxTextExtent,length));
length 702 coders/txt.c clone_info->length=0;
length 94 coders/url.c static void GetFTPData(void *userdata,const char *data,int length)
length 102 coders/url.c if (length <= 0)
length 104 coders/url.c (void) fwrite(data,length,1,file);
length 154 coders/url.c clone_info->length=0;
length 84 coders/vicar.c if (length < 7)
length 150 coders/vicar.c length;
length 173 coders/vicar.c length=0;
length 223 coders/vicar.c length=MagickAtoL(value);
length 225 coders/vicar.c length=MagickAtoL(value);
length 241 coders/vicar.c while (count < (long) length)
length 153 coders/vid.c clone_info->length=0;
length 85 coders/viff.c if (length < 2)
length 549 coders/wmf.c (long) bmp_read->buffer, bmp_read->length,
length 554 coders/wmf.c bmp_read->length, &exception);
length 223 coders/wpg.c if (length < 4)
length 673 coders/wpg.c clone_info->length=0;
length 83 coders/xbm.c if (length < 7)
length 187 coders/xcf.c if (length < 8)
length 292 coders/xcf.c length;
length 297 coders/xcf.c length = ReadBlobMSBLong(image);
length 298 coders/xcf.c for (i=0; i < Min(length,max-1); i++)
length 306 coders/xcf.c (void) SeekBlob(image, length-i, SEEK_CUR);
length 406 coders/xcf.c length,
length 464 coders/xcf.c length = val;
length 466 coders/xcf.c if (length >= 128)
length 468 coders/xcf.c length = 255 - (length - 1);
length 470 coders/xcf.c if (length == 128)
length 477 coders/xcf.c length = (*xcfdata << 8) + xcfdata[1];
length 481 coders/xcf.c count += length;
length 482 coders/xcf.c size -= length;
length 489 coders/xcf.c if (&xcfdata[length-1] > xcfdatalimit)
length 494 coders/xcf.c while (length-- > 0)
length 538 coders/xcf.c length += 1;
length 539 coders/xcf.c if (length == 128)
length 546 coders/xcf.c length = (*xcfdata << 8) + xcfdata[1];
length 550 coders/xcf.c count += length;
length 551 coders/xcf.c size -= length;
length 565 coders/xcf.c for (j = 0; j < length; j++)
length 90 coders/xpm.c if (length < 9)
length 209 coders/xpm.c length,
length 226 coders/xpm.c length=MaxTextExtent;
length 227 coders/xpm.c xpm_buffer=MagickAllocateMemory(char *,length);
length 238 coders/xpm.c if ((p-xpm_buffer+MaxTextExtent+1) < (long) length)
length 240 coders/xpm.c length<<=1;
length 241 coders/xpm.c MagickReallocMemory(char *,xpm_buffer,length);
length 84 coders/xwd.c if (length < 8)
length 163 coders/xwd.c length;
length 210 coders/xwd.c length=header.header_size-sz_XWDheader;
length 211 coders/xwd.c if (length > ((~0UL)/sizeof(*comment)))
length 213 coders/xwd.c comment=MagickAllocateMemory(char *,length+1);
length 216 coders/xwd.c count=ReadBlob(image,length,comment);
length 217 coders/xwd.c comment[length]='\0';
length 263 coders/xwd.c length=(size_t) header.ncolors;
length 264 coders/xwd.c if (length > ((~0UL)/sizeof(*colors)))
length 266 coders/xwd.c colors=MagickAllocateArray(XColor *,length,sizeof(XColor));
length 297 coders/xwd.c length=ximage->bytes_per_line*ximage->height;
length 298 coders/xwd.c if (XWD_OVERFLOW(length,ximage->bytes_per_line,ximage->height))
length 302 coders/xwd.c size_t tmp=length;
length 303 coders/xwd.c length*=ximage->depth;
length 304 coders/xwd.c if (XWD_OVERFLOW(length,tmp,ximage->depth))
length 307 coders/xwd.c ximage->data=MagickAllocateMemory(char *,length);
length 310 coders/xwd.c count=ReadBlob(image,length,ximage->data);
length 53 ltdl/lt__strl.c size_t length;
length 61 ltdl/lt__strl.c length=strlen(dst);
length 67 ltdl/lt__strl.c for ( p = dst + length, q = src;
length 68 ltdl/lt__strl.c (*q != 0) && (length < dstsize - 1) ;
length 69 ltdl/lt__strl.c length++, p++, q++ )
length 72 ltdl/lt__strl.c dst[length]='\0';
length 78 ltdl/lt__strl.c length++;
length 80 ltdl/lt__strl.c return length;
length 101 ltdl/lt__strl.c size_t length=0;
length 112 ltdl/lt__strl.c for ( p=dst, q=src, length=0 ;
length 113 ltdl/lt__strl.c (*q != 0) && (length < dstsize-1) ;
length 114 ltdl/lt__strl.c length++, p++, q++ )
length 117 ltdl/lt__strl.c dst[length]='\0';
length 123 ltdl/lt__strl.c length++;
length 125 ltdl/lt__strl.c return length;
length 2023 magick/animate.c length;
length 2032 magick/animate.c False,(Atom) AnyPropertyType,&type,&format,&length,&after,&data);
length 2033 magick/animate.c if ((status != Success) || (length == 0))
length 2205 magick/animate.c length;
length 2210 magick/animate.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 2212 magick/animate.c *(command+length)='\0';
length 2389 magick/animate.c length;
length 2402 magick/animate.c &type,&format,&length,&after,&data);
length 2403 magick/animate.c if ((status != Success) || (length == 0))
length 181 magick/annotate.c length;
length 215 magick/annotate.c length=strlen(textlist[0]);
length 217 magick/annotate.c if (strlen(textlist[i]) > length)
length 218 magick/annotate.c length=strlen(textlist[i]);
length 220 magick/annotate.c text=MagickAllocateMemory(char *,length+MaxTextExtent);
length 456 magick/annotate.c if (*length < 1)
length 461 magick/annotate.c *length=1;
length 464 magick/annotate.c if (*length < 2)
length 466 magick/annotate.c *length=0;
length 469 magick/annotate.c *length=2;
length 487 magick/annotate.c length;
length 501 magick/annotate.c for (p=text; *p != '\0'; p+=length)
length 503 magick/annotate.c length=strlen(p);
length 504 magick/annotate.c c=GetOneCharacter((const unsigned char *) p,&length);
length 610 magick/annotate.c if (*length < 1)
length 615 magick/annotate.c *length=1;
length 618 magick/annotate.c if ((*length < 2) || ((text[1] & 0xc0) != 0x80))
length 620 magick/annotate.c *length=0;
length 625 magick/annotate.c *length=2;
length 630 magick/annotate.c if ((*length < 3) || ((text[2] & 0xc0) != 0x80))
length 632 magick/annotate.c *length=0;
length 637 magick/annotate.c *length=3;
length 643 magick/annotate.c if ((*length < 4) || ((c & 0xf8) != 0xf0) || ((text[3] & 0xc0) != 0x80))
length 645 magick/annotate.c *length=0;
length 648 magick/annotate.c *length=4;
length 668 magick/annotate.c length;
length 682 magick/annotate.c for (p=text; *p != '\0'; p+=length)
length 684 magick/annotate.c length=strlen(p);
length 685 magick/annotate.c c=GetUnicodeCharacter((const unsigned char *) p,&length);
length 1008 magick/annotate.c length;
length 1116 magick/annotate.c text=EncodeSJIS(draw_info->text,&length);
length 1121 magick/annotate.c text=EncodeUnicode(draw_info->text,&length);
length 1130 magick/annotate.c text=EncodeSJIS(draw_info->text,&length);
length 1136 magick/annotate.c text=EncodeUnicode(draw_info->text,&length);
length 1140 magick/annotate.c text=EncodeText(draw_info->text,&length);
length 1172 magick/annotate.c for (i=0; i < (long) length; i++)
length 120 magick/attribute.c cloned_attribute->length=attribute->length;
length 122 magick/attribute.c MagickAllocateMemory(char *,cloned_attribute->length+1);
length 318 magick/attribute.c length;
length 345 magick/attribute.c length=profile[i+3] << 8;
length 346 magick/attribute.c length|=profile[i+4];
length 347 magick/attribute.c attribute=MagickAllocateMemory(char *,length+1);
length 350 magick/attribute.c (void) strlcpy(attribute,(char *) profile+i+5,length+1);
length 364 magick/attribute.c if (*length < 1)
length 367 magick/attribute.c (*length)--;
length 386 magick/attribute.c if (*length < 4)
length 391 magick/attribute.c (*length)--;
length 414 magick/attribute.c if (*length < 2)
length 419 magick/attribute.c (*length)--;
length 493 magick/attribute.c while (length > 0)
length 495 magick/attribute.c selector=ReadMSBShort(&blob,&length);
length 506 magick/attribute.c knot_count=ReadMSBShort(&blob,&length);
length 508 magick/attribute.c length-=22;
length 513 magick/attribute.c length-=24;
length 528 magick/attribute.c length-=24;
length 537 magick/attribute.c y=ReadMSBLong(&blob,&length);
length 538 magick/attribute.c x=ReadMSBLong(&blob,&length);
length 657 magick/attribute.c length-=24;
length 732 magick/attribute.c while (length > 0)
length 734 magick/attribute.c selector=ReadMSBShort(&blob,&length);
length 745 magick/attribute.c knot_count=ReadMSBShort(&blob,&length);
length 747 magick/attribute.c length-=22;
length 752 magick/attribute.c length-=24;
length 767 magick/attribute.c length-=24;
length 776 magick/attribute.c y=ReadMSBLong(&blob,&length);
length 777 magick/attribute.c x=ReadMSBLong(&blob,&length);
length 863 magick/attribute.c length-=24;
length 900 magick/attribute.c length;
length 938 magick/attribute.c length=profile_length;
length 945 magick/attribute.c while ((length > 0) && (status == False))
length 947 magick/attribute.c if (ReadByte(&info,&length) != '8')
length 949 magick/attribute.c if (ReadByte(&info,&length) != 'B')
length 951 magick/attribute.c if (ReadByte(&info,&length) != 'I')
length 953 magick/attribute.c if (ReadByte(&info,&length) != 'M')
length 955 magick/attribute.c id=ReadMSBShort(&info,&length);
length 962 magick/attribute.c count=ReadByte(&info,&length);
length 963 magick/attribute.c if ((count != 0) && (count <= length))
length 969 magick/attribute.c resource[i]=(char) ReadByte(&info,&length);
length 974 magick/attribute.c (void) ReadByte(&info,&length);
length 975 magick/attribute.c count=ReadMSBLong(&info,&length);
length 985 magick/attribute.c length-=count;
length 996 magick/attribute.c length-=count;
length 1008 magick/attribute.c length-=count;
length 1509 magick/attribute.c length;
length 1646 magick/attribute.c length=profile_length;
length 1648 magick/attribute.c while (length != 0)
length 1650 magick/attribute.c if (ReadByte(&info,&length) != 0x45)
length 1652 magick/attribute.c if (ReadByte(&info,&length) != 0x78)
length 1654 magick/attribute.c if (ReadByte(&info,&length) != 0x69)
length 1656 magick/attribute.c if (ReadByte(&info,&length) != 0x66)
length 1658 magick/attribute.c if (ReadByte(&info,&length) != 0x00)
length 1660 magick/attribute.c if (ReadByte(&info,&length) != 0x00)
length 1664 magick/attribute.c if (length < 16)
length 1682 magick/attribute.c if (offset >= length)
length 1739 magick/attribute.c if ((oval+n) > length)
length 1977 magick/attribute.c if ((gpsoffset < length) || (level < (DE_STACK_SIZE-2)))
length 2001 magick/attribute.c if ((offset < length) && (level < (DE_STACK_SIZE-2)))
length 2505 magick/attribute.c attribute->length=0;
length 2521 magick/attribute.c attribute->length=strlen(attribute->value);
length 2528 magick/attribute.c attribute->length=strlen(value);
length 2529 magick/attribute.c attribute->value=MagickAllocateMemory(char *,attribute->length+1);
length 2531 magick/attribute.c (void) strlcpy(attribute->value,value,attribute->length+1);
length 2558 magick/attribute.c min_l=p->length+attribute->length+1;
length 2562 magick/attribute.c (void) strcat(p->value+p->length,attribute->value);
length 2563 magick/attribute.c p->length += attribute->length;
length 27 magick/attribute.h length; /* value string length */
length 91 magick/blob.c length, /* The current size of the BLOB data. */
length 225 magick/blob.c if (image->blob->offset >= (magick_off_t) image->blob->length)
length 231 magick/blob.c available=Min(length,image->blob->length-image->blob->offset);
length 233 magick/blob.c if (available < length)
length 269 magick/blob.c if ((image->blob->offset+length) >= image->blob->extent)
length 289 magick/blob.c extent+=length+quantum;
length 303 magick/blob.c image->blob->extent+=length+image->blob->quantum;
length 322 magick/blob.c if ((image->blob->offset+length) >= image->blob->extent)
length 323 magick/blob.c if ((dest=ExtendBlobWriteStream(image,length)) == (void *) NULL)
length 326 magick/blob.c (void) memcpy(dest,data,length);
length 327 magick/blob.c image->blob->offset+=length;
length 328 magick/blob.c if (image->blob->offset > (magick_off_t) image->blob->length)
length 329 magick/blob.c image->blob->length=image->blob->offset;
length 330 magick/blob.c return length;
length 365 magick/blob.c blob_info->length=length;
length 366 magick/blob.c blob_info->extent=length;
length 622 magick/blob.c for (i=0; i < length; i+=count)
length 624 magick/blob.c count=write(file,(char *) blob+i,length-i);
length 629 magick/blob.c if (i < length)
length 689 magick/blob.c if ((blob == (const void *) NULL) || (length == 0))
length 699 magick/blob.c clone_info->length=length;
length 732 magick/blob.c clone_info->length=0;
length 740 magick/blob.c status=BlobToFile(clone_info->filename,blob,length,exception);
length 796 magick/blob.c clone_info->length=blob_info->length;
length 941 magick/blob.c (void) ftruncate(fileno(image->blob->file),image->blob->length);
length 1005 magick/blob.c (void) UnmapBlob(image->blob->data,image->blob->length);
length 1058 magick/blob.c (void) UnmapBlob(blob->data,blob->length);
length 1094 magick/blob.c (void) UnmapBlob(blob_info->data,blob_info->length);
length 1095 magick/blob.c LiberateMagickResource(MapResource,blob_info->length);
length 1098 magick/blob.c blob_info->length=0;
length 1244 magick/blob.c *length=(size_t) offset;
length 1245 magick/blob.c blob=MagickAllocateMemory(unsigned char *,*length+1);
length 1255 magick/blob.c for (i=0; i < *length; i+=count)
length 1257 magick/blob.c count=read(file,blob+i,*length-i);
length 1261 magick/blob.c if (i < *length)
length 1270 magick/blob.c blob[*length]='\0';
length 1404 magick/blob.c offset=image->blob->length;
length 1593 magick/blob.c assert(length != (size_t *) NULL);
length 1787 magick/blob.c *length=MagickFtell(file); /* FIXME: ftell returns long, but size_t may be unsigned */
length 1788 magick/blob.c if (*length > 0)
length 1791 magick/blob.c blob=MagickAllocateMemory(unsigned char *,(*length)+1);
length 1794 magick/blob.c *length=fread((void *)blob, 1, *length, file);
length 1795 magick/blob.c blob[*length]='\0';
length 1922 magick/blob.c clone_info->length=0;
length 1937 magick/blob.c MagickReallocMemory(unsigned char *,image->blob->data,image->blob->length+1);
length 1939 magick/blob.c *length=image->blob->length;
length 1973 magick/blob.c blob=(unsigned char *) FileToBlob(image->filename,length,exception);
length 2043 magick/blob.c length;
length 2069 magick/blob.c for (i=0; (length=ReadBlob(image,MaxBufferSize,buffer)) > 0; )
length 2071 magick/blob.c for (i=0; i < length; i+=count)
length 2073 magick/blob.c count=write(file,buffer+i,length-i);
length 2077 magick/blob.c if (i < length)
length 2082 magick/blob.c return(i < length);
length 2134 magick/blob.c map=(void *) mmap((char *) NULL,length,PROT_READ,MAP_PRIVATE,file,
length 2144 magick/blob.c (void) madvise(map,length,MADV_SEQUENTIAL);
length 2147 magick/blob.c (void) madvise(map,length,MADV_WILLNEED);
length 2156 magick/blob.c map=(void *) mmap((char *) NULL,length,PROT_WRITE,MAP_SHARED,file,(off_t)offset);
length 2158 magick/blob.c (void) madvise(map,length,MADV_SEQUENTIAL);
length 2164 magick/blob.c map=(void *) mmap((char *) NULL,length,(PROT_READ | PROT_WRITE),
length 2175 magick/blob.c (magick_off_t) length,errno,strerror(errno));
length 2181 magick/blob.c file,MapModeToString(mode),offset,(magick_off_t) length,
length 2225 magick/blob.c q=buffer+length;
length 2275 magick/blob.c q=p+length;
length 2367 magick/blob.c AttachBlob(image->blob,image_info->blob,image_info->length);
length 2648 magick/blob.c length;
length 2653 magick/blob.c length=(size_t) attributes.st_size;
length 2655 magick/blob.c if (AcquireMagickResource(MapResource,length))
length 2657 magick/blob.c blob=MapBlob(fileno(image->blob->file),ReadMode,0,length);
length 2670 magick/blob.c AttachBlob(image->blob,blob,length);
length 2675 magick/blob.c LiberateMagickResource(MapResource,length);
length 2697 magick/blob.c length;
length 2702 magick/blob.c length=8192;
length 2703 magick/blob.c blob=MapBlob(fileno(image->blob->file),WriteMode,0,length);
length 2776 magick/blob.c if (((blob == (const void *) NULL)) || (length == 0))
length 2784 magick/blob.c clone_info->length=length;
length 2845 magick/blob.c if (length == 1)
length 2862 magick/blob.c count=fread(data,1,length,image->blob->file);
length 2869 magick/blob.c count=gzread(image->blob->file,data,length);
length 2876 magick/blob.c count=BZ2_bzread(image->blob->file,data,length);
length 2888 magick/blob.c count=ReadBlobStream(image,length,&source_void);
length 2959 magick/blob.c return (ReadBlobStream(image,length,data));
length 2962 magick/blob.c return ReadBlob(image,length,*data);
length 3010 magick/blob.c if (image->blob->offset < (magick_off_t) image->blob->length)
length 3915 magick/blob.c (image->blob->offset+image->blob->length+offset) < 0)
length 3917 magick/blob.c image->blob->offset=image->blob->length+offset;
length 3921 magick/blob.c if (image->blob->offset <= (magick_off_t) image->blob->length)
length 4188 magick/blob.c map,(unsigned long) length);
length 4189 magick/blob.c status=munmap(map,length);
length 4238 magick/blob.c count=length;
length 4247 magick/blob.c if (length == 1)
length 4256 magick/blob.c count=fwrite((char *) data,1,length,image->blob->file);
length 4263 magick/blob.c count=gzwrite(image->blob->file,(void *) data,length);
length 4270 magick/blob.c count=BZ2_bzwrite(image->blob->file,(void *) data,length);
length 4276 magick/blob.c count=WriteBlobStream(image,length,data);
length 4379 magick/blob.c length;
length 4405 magick/blob.c length=(size_t) attributes.st_size;
length 4408 magick/blob.c if (count > length)
length 4409 magick/blob.c count = length;
length 4413 magick/blob.c for (i=0; i < length; i+=count)
length 70 magick/blob.h const size_t length);
length 95 magick/blob.h const size_t length,
length 105 magick/blob.h const size_t length,
length 114 magick/blob.h size_t *length,
length 154 magick/blob.h const size_t length,
length 162 magick/blob.h const size_t length,
length 169 magick/blob.h const size_t length,
length 426 magick/blob.h const size_t length);
length 434 magick/blob.h size_t length);
length 447 magick/blob.h const size_t length,
length 454 magick/blob.h size_t *length,
length 482 magick/blob.h size_t *length,
length 490 magick/blob.h const size_t length);
length 497 magick/blob.h const size_t length);
length 1411 magick/color_lookup.c length;
length 1466 magick/color_lookup.c xml=(char *) GetConfigureBlob(basename,path,&length,&exception_local);
length 1473 magick/color_lookup.c xml=(char *) FileToBlob(basename,&length,exception);
length 60 magick/colormap.c length;
length 72 magick/colormap.c length=image->colors*sizeof(PixelPacket);
length 74 magick/colormap.c image->colormap=MagickAllocateMemory(PixelPacket *,length);
length 76 magick/colormap.c MagickReallocMemory(PixelPacket *,image->colormap,length);
length 9589 magick/command.c &profile_info.length);
length 10764 magick/command.c length;
length 10769 magick/command.c length=strlen(argv[++i]);
length 10770 magick/command.c token=MagickAllocateMemory(char *,length+1);
length 10777 magick/command.c t_status=Tokenizer(&token_info,0,token,length,arguments,
length 59 magick/compress.c length,
length 367 magick/compress.c hash[((entry->length+a)*(entry->code+b)) % HashSize]=(HuffmanTable *) entry; \
length 402 magick/compress.c length,
length 491 magick/compress.c length=0;
length 523 magick/compress.c length++;
length 527 magick/compress.c if (length > 13)
length 539 magick/compress.c if (length < 4)
length 541 magick/compress.c entry=mw_hash[((length+MWHashA)*(code+MWHashB)) % HashSize];
length 545 magick/compress.c if (length < 2)
length 547 magick/compress.c entry=mb_hash[((length+MBHashA)*(code+MBHashB)) % HashSize];
length 551 magick/compress.c if ((entry->length != length) || (entry->code != code))
length 586 magick/compress.c length=0;
length 659 magick/compress.c mask=1 << (entry->length-1); \
length 1124 magick/compress.c for (i=1; i < (long) length; i++)
length 1190 magick/compress.c return(LZWEncode2Image(image,length,pixels,BlobWriteByteHook,(void *)NULL));
length 1251 magick/compress.c i=(long) length;
length 1335 magick/compress.c return(PackbitsEncode2Image(image,length,pixels,BlobWriteByteHook,(void *)NULL));
length 55 magick/compress.h LZWEncodeImage(Image *image,const size_t length,magick_uint8_t *pixels),
length 56 magick/compress.h LZWEncode2Image(Image *image,const size_t length,magick_uint8_t *pixels,WriteByteHook write_byte,void *info),
length 57 magick/compress.h PackbitsEncodeImage(Image *image,const size_t length,magick_uint8_t *pixels),
length 58 magick/compress.h PackbitsEncode2Image(Image *image,const size_t length,magick_uint8_t *pixels,WriteByteHook write_byte,void *info);
length 62 magick/compress.h size_t *length,ExceptionInfo *exception),
length 64 magick/compress.h size_t *length,ExceptionInfo *exception);
length 1500 magick/constitute.c length;
length 1653 magick/constitute.c length=strlen(map);
length 1654 magick/constitute.c length=Min(length,sizeof(switch_map)/sizeof(MapQuantumType));
length 1655 magick/constitute.c for (i=0; i < (long) length; i++)
length 1760 magick/constitute.c for (i=0; i < (long) length; i++)
length 1989 magick/constitute.c length;
length 2121 magick/constitute.c length=strlen(map);
length 2122 magick/constitute.c length=Min(length,sizeof(switch_map)/sizeof(MapQuantumType));
length 2127 magick/constitute.c for (i=0; i < (long) length; i++)
length 2217 magick/constitute.c for (i=0; i < (long) length; i++)
length 8685 magick/constitute.c length;
length 8693 magick/constitute.c command=(char *) FileToBlob(image_info->filename+1,&length,exception);
length 8778 magick/constitute.c length;
length 8789 magick/constitute.c blob=Base64Decode(p,&length);
length 8790 magick/constitute.c if (length == 0)
length 8793 magick/constitute.c image=BlobToImage(image_info,blob,length,exception);
length 435 magick/delegate.c length=0;
length 451 magick/delegate.c for ( p=dst, q=src, length=0 ;
length 452 magick/delegate.c (*q != 0) && (length < size-1) ;
length 453 magick/delegate.c length++, p++, q++ )
length 461 magick/delegate.c if (length+1 >= size-1)
length 465 magick/delegate.c length++;
length 470 magick/delegate.c dst[length]='\0';
length 472 magick/delegate.c return length;
length 481 magick/delegate.c length=0;
length 498 magick/delegate.c for ( p=dst, q=src, length=0 ;
length 499 magick/delegate.c (*q != 0) && (length < size-1) ;
length 500 magick/delegate.c length++, p++, q++ )
length 512 magick/delegate.c if (length+1 >= size-1)
length 516 magick/delegate.c length++;
length 522 magick/delegate.c dst[length]='\0';
length 524 magick/delegate.c return length;
length 1051 magick/delegate.c length=0,
length 1065 magick/delegate.c for (s=commands[0]; length < command_length; s+=formatted_chars)
length 1070 magick/delegate.c if (length+strip_length < command_length)
length 1079 magick/delegate.c length+=formatted_chars;
length 1151 magick/delegate.c length;
length 1158 magick/delegate.c xml=(char *) GetConfigureBlob(basename,path,&length,exception);
length 1160 magick/delegate.c xml=(char *) FileToBlob(basename,&length,exception);
length 633 magick/describe.c length;
length 707 magick/describe.c length=profile[i++] << 8;
length 708 magick/describe.c length|=profile[i++];
length 709 magick/describe.c text=MagickAllocateMemory(char *,length+1);
length 718 magick/describe.c (void) strncpy(text,(char *) profile+i,length);
length 719 magick/describe.c text[length]='\0';
length 732 magick/describe.c i+=length;
length 699 magick/display.c length;
length 706 magick/display.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 708 magick/display.c *(command+length)='\0';
length 873 magick/display.c length;
length 882 magick/display.c &format,&length,&after,&data);
length 884 magick/display.c (length == 0))
length 889 magick/display.c for (i=0; i < (long) length; i++)
length 2498 magick/display.c length;
length 2505 magick/display.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 2507 magick/display.c *(command+length)='\0';
length 8162 magick/display.c length;
length 8167 magick/display.c text=(char *) FileToBlob(filename,&length,&exception);
length 8628 magick/display.c length;
length 8635 magick/display.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 8637 magick/display.c *(command+length)='\0';
length 13156 magick/display.c length;
length 13166 magick/display.c &length,&after,&data);
length 13167 magick/display.c if ((status != Success) || (length == 0))
length 13464 magick/display.c length;
length 13469 magick/display.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 13471 magick/display.c *(command+length)='\0';
length 13634 magick/display.c length;
length 13647 magick/display.c &type,&format,&length,&after,&data);
length 13648 magick/display.c if ((status != Success) || (length == 0))
length 1304 magick/effect.c length;
length 1356 magick/effect.c length=(image->columns+2)*(image->rows+2)*sizeof(Quantum);
length 1394 magick/effect.c pixels=MagickAllocateMemory(Quantum *,length);
length 1411 magick/effect.c (void) memset(pixels,0,length);
length 1453 magick/effect.c buffer=MagickAllocateMemory(Quantum *,length);
length 1463 magick/effect.c (void) memset(buffer,0,length);
length 189 magick/image.c length;
length 197 magick/image.c length=strlen(definitions);
length 199 magick/image.c while (i < length)
length 204 magick/image.c for (j=0; (i < length) && (definitions[i] != '=') && (definitions[i] != ','); i++,j++)
length 207 magick/image.c has_value=(i < length) && (definitions[i] == '='); /* Could be 0-length value */
length 213 magick/image.c for (; (i < length) && (definitions[i] != ','); i++,j++)
length 853 magick/image.c length;
length 884 magick/image.c length=image->colors*sizeof(PixelPacket);
length 885 magick/image.c clone_image->colormap=MagickAllocateMemory(PixelPacket *,length);
length 889 magick/image.c length=image->colors*sizeof(PixelPacket);
length 890 magick/image.c (void) memcpy(clone_image->colormap,image->colormap,length);
length 1076 magick/image.c clone_info->length=image_info->length;
length 1792 magick/image.c length;
length 1805 magick/image.c length=strlen(keys);
length 1807 magick/image.c while (i < length)
length 1809 magick/image.c for (j=0; (i < length) && (keys[i] != ','); i++,j++)
length 612 magick/image.h length;
length 960 magick/image.h length; /* Private, used to pass in open blob length */
length 871 magick/list.c for (i=0; (i < (long) length) && (split != (Image *) NULL); i++)
length 823 magick/log.c length=0;
length 837 magick/log.c xml=(char *) GetConfigureBlob(basename,path,&length,exception);
length 845 magick/log.c xml=(char *) FileToBlob(basename,&length,exception);
length 56 magick/magic.c length,
length 251 magick/magic.c if (StaticMagic[i].offset+StaticMagic[i].length <= header_length)
length 255 magick/magic.c StaticMagic[i].length) == 0))
length 345 magick/magic.c for (j=0; j < StaticMagic[i].length; j++)
length 321 magick/magick.c if (p->magick && p->magick(magick,length))
length 104 magick/magick.h *GetImageMagick(const unsigned char *magick,const size_t length);
length 1071 magick/module.c length;
length 1075 magick/module.c length=seperator-start;
length 1077 magick/module.c length=end-start;
length 1078 magick/module.c if (length > MaxTextExtent-1)
length 1079 magick/module.c length = MaxTextExtent-1;
length 1080 magick/module.c (void) strncpy(buffer,start,length);
length 1081 magick/module.c buffer[length]='\0';
length 1082 magick/module.c if (buffer[length-1] != DirectorySeparator[0])
length 1085 magick/module.c start += length+1;
length 1635 magick/module.c length;
length 1686 magick/module.c xml=(char *) GetConfigureBlob(basename,path,&length,&exception_local);
length 1693 magick/module.c xml=(char *) FileToBlob(basename,&length,exception);
length 1047 magick/nt_base.c length;
length 1066 magick/nt_base.c length = len;
length 1067 magick/nt_base.c if (NTGetRegistryValue(hkeys[i].hkey, key, name, ptr, &length) == 0)
length 1279 magick/nt_base.c length;
length 1283 magick/nt_base.c length=seperator-start;
length 1285 magick/nt_base.c length=end-start;
length 1286 magick/nt_base.c (void) strlcpy(font_dir,start,Min(length+1,MaxTextExtent));
length 1298 magick/nt_base.c start += length+1;
length 1556 magick/nt_base.c length;
length 1602 magick/nt_base.c length=SizeofResource(handle,resource);
length 1612 magick/nt_base.c blob=MagickAllocateMemory(unsigned char *,length+1);
length 1615 magick/nt_base.c (void) memcpy(blob,value,length);
length 1616 magick/nt_base.c blob[length]='\0';
length 1945 magick/nt_base.c status=chsize(filedes,length);
length 2008 magick/nt_base.c length_low=(DWORD) (length & 0xFFFFFFFFUL);
length 2009 magick/nt_base.c length_high=(DWORD) ((((magick_off_t) length) >> 32) & 0xFFFFFFFFUL);
length 2043 magick/nt_base.c offset_low,length);
length 84 magick/nt_base.h # define chsize(file,length) chsize(file,length)
length 86 magick/nt_base.h # define chsize(file,length) _chsize(file,length)
length 281 magick/nt_base.h *NTmmap(char *address,size_t length,int protection,int access,int file,
length 285 magick/nt_base.h NTftruncate(int filedes, off_t length),
length 290 magick/nt_base.h NTmmap(address,length,protection,access,file,offset)
length 293 magick/nt_base.h #define ftruncate(filedes,length) NTftruncate(filedes,length)
length 100 magick/pixel_cache.c const unsigned long length,
length 110 magick/pixel_cache.c const unsigned long length,
length 119 magick/pixel_cache.c const unsigned long length,
length 150 magick/pixel_cache.c magick_off_t length;
length 214 magick/pixel_cache.c size_t length;
length 324 magick/pixel_cache.c for (total_count=0; total_count < length; total_count+=count)
length 335 magick/pixel_cache.c requested_io_size=length-total_count;
length 370 magick/pixel_cache.c file,buffer,(unsigned long) length,offset);
length 377 magick/pixel_cache.c for (total_count=0; total_count < length; total_count+=count)
length 389 magick/pixel_cache.c requested_io_size=length-total_count;
length 792 magick/pixel_cache.c length;
length 818 magick/pixel_cache.c length=(region.height-1)*cache_info->columns+region.width-1;
length 820 magick/pixel_cache.c if ((offset >= 0) && (((magick_uint64_t) offset+length) < number_pixels))
length 858 magick/pixel_cache.c for (u=0; u < (long) columns; u+=length)
length 860 magick/pixel_cache.c length=Min(cache_info->columns-(x+u),columns-u);
length 862 magick/pixel_cache.c (((y+v) < 0) || ((y+v) >= (long) cache_info->rows)) || (length == 0))
length 867 magick/pixel_cache.c length=1;
length 912 magick/pixel_cache.c p=AcquireCacheNexus(image,x+u,y+v,length,1,image_nexus,exception);
length 915 magick/pixel_cache.c (void) memcpy(q,p,length*sizeof(PixelPacket));
length 916 magick/pixel_cache.c q+=length;
length 922 magick/pixel_cache.c (void) memcpy(indexes,nexus_indexes,length*sizeof(IndexPacket));
length 923 magick/pixel_cache.c indexes+=length;
length 1407 magick/pixel_cache.c length;
length 1414 magick/pixel_cache.c if (cache_info->length != clone_info->length)
length 1444 magick/pixel_cache.c length=Min(image->columns,clone_image->columns);
length 1459 magick/pixel_cache.c (void) memcpy(q,p,length*sizeof(PixelPacket));
length 1465 magick/pixel_cache.c length*sizeof(IndexPacket));
length 1483 magick/pixel_cache.c (size_t) cache_info->length);
length 1509 magick/pixel_cache.c for (offset=0; offset < cache_info->length; offset+=count)
length 1512 magick/pixel_cache.c (size_t) (cache_info->length-offset));
length 1518 magick/pixel_cache.c if (offset < cache_info->length)
length 1554 magick/pixel_cache.c for (offset=0L; offset < clone_info->length; offset+=count)
length 1557 magick/pixel_cache.c (size_t) (clone_info->length-offset));
length 1563 magick/pixel_cache.c if (offset < clone_info->length)
length 1588 magick/pixel_cache.c for (offset=0, length=0; (count=read(cache_file,buffer,MaxBufferSize)) > 0; )
length 1590 magick/pixel_cache.c length=(size_t) count;
length 1591 magick/pixel_cache.c for (offset=0; offset < (magick_off_t) length; offset+=count)
length 1593 magick/pixel_cache.c count=write(clone_file,buffer+offset,length-offset);
length 1597 magick/pixel_cache.c if (offset < (magick_off_t) length)
length 1606 magick/pixel_cache.c if (offset < (magick_off_t) length)
length 1707 magick/pixel_cache.c LiberateMagickResource(MemoryResource,cache_info->length);
length 1712 magick/pixel_cache.c (void) UnmapBlob(cache_info->pixels,(size_t) cache_info->length);
length 1713 magick/pixel_cache.c LiberateMagickResource(MapResource,cache_info->length);
length 1727 magick/pixel_cache.c LiberateMagickResource(DiskResource,cache_info->length);
length 2881 magick/pixel_cache.c if (offset >= length)
length 2883 magick/pixel_cache.c offset=MagickSeek(file,length-1,SEEK_SET);
length 2950 magick/pixel_cache.c LiberateMagickResource(MemoryResource,cache_info->length);
length 2955 magick/pixel_cache.c LiberateMagickResource(DiskResource,cache_info->length);
length 2965 magick/pixel_cache.c (void) UnmapBlob(cache_info->pixels,(size_t) cache_info->length);
length 2966 magick/pixel_cache.c LiberateMagickResource(MapResource,cache_info->length);
length 2991 magick/pixel_cache.c cache_info->length=0;
length 3022 magick/pixel_cache.c cache_info->length=offset;
length 3041 magick/pixel_cache.c cache_info->length=offset;
length 3049 magick/pixel_cache.c FormatSize(cache_info->length,format);
length 3059 magick/pixel_cache.c if (!AcquireMagickResource(DiskResource,cache_info->length))
length 3068 magick/pixel_cache.c LiberateMagickResource(DiskResource,cache_info->length);
length 3104 magick/pixel_cache.c LiberateMagickResource(DiskResource,cache_info->length);
length 3108 magick/pixel_cache.c if (!ExtendCache(file,cache_info->offset+cache_info->length))
length 3115 magick/pixel_cache.c LiberateMagickResource(DiskResource,cache_info->length);
length 3122 magick/pixel_cache.c if ((cache_info->length > MinBlobExtent) &&
length 3123 magick/pixel_cache.c (cache_info->length == (magick_off_t) ((size_t) cache_info->length)) &&
length 3124 magick/pixel_cache.c AcquireMagickResource(MapResource,cache_info->length))
length 3127 magick/pixel_cache.c (size_t) cache_info->length);
length 3129 magick/pixel_cache.c LiberateMagickResource(MapResource,cache_info->length);
length 3153 magick/pixel_cache.c FormatSize(cache_info->length,format);
length 3291 magick/pixel_cache.c *offset+=cache_info->length+pagesize-(cache_info->length % pagesize);
length 3311 magick/pixel_cache.c *offset+=cache_info->length+pagesize-(cache_info->length % pagesize);
length 3370 magick/pixel_cache.c *offset+=cache_info->length+pagesize-(cache_info->length % pagesize);
length 3428 magick/pixel_cache.c length;
length 3442 magick/pixel_cache.c length=nexus_info->region.width*sizeof(IndexPacket);
length 3444 magick/pixel_cache.c number_pixels=(magick_uint64_t) length*rows;
length 3448 magick/pixel_cache.c length=number_pixels;
length 3462 magick/pixel_cache.c if (length < 257)
length 3478 magick/pixel_cache.c (void) memcpy(indexes,cache_indexes,length);
length 3497 magick/pixel_cache.c if ((FilePositionRead(file,indexes,length,cache_info->offset+
length 3572 magick/pixel_cache.c length;
length 3585 magick/pixel_cache.c length=nexus_info->region.width*sizeof(PixelPacket);
length 3587 magick/pixel_cache.c number_pixels=(magick_uint64_t) length*rows;
length 3591 magick/pixel_cache.c length=number_pixels;
length 3605 magick/pixel_cache.c if (length < 257)
length 3621 magick/pixel_cache.c (void) memcpy(pixels,cache_pixels,length);
length 3639 magick/pixel_cache.c if ((FilePositionRead(file,pixels,length,
length 3641 magick/pixel_cache.c sizeof(PixelPacket))) < (ssize_t) length)
length 4039 magick/pixel_cache.c length,
length 4051 magick/pixel_cache.c length=(nexus_info->region.height-1)*cache_info->columns+nexus_info->region.width-1;
length 4053 magick/pixel_cache.c if ((offset >= 0) && (((magick_uint64_t) offset+length) < number_pixels))
length 4077 magick/pixel_cache.c length=number_pixels*packet_size;
length 4078 magick/pixel_cache.c if ((length/packet_size == number_pixels) &&
length 4080 magick/pixel_cache.c (nexus_info->length < length)))
length 4082 magick/pixel_cache.c nexus_info->length=0;
length 4083 magick/pixel_cache.c MagickReallocMemory(PixelPacket *,nexus_info->staging,length);
length 4086 magick/pixel_cache.c nexus_info->length=length;
length 4087 magick/pixel_cache.c (void) memset((void *) nexus_info->staging,0,nexus_info->length);
length 4101 magick/pixel_cache.c (unsigned long) length,
length 4361 magick/pixel_cache.c length;
length 4374 magick/pixel_cache.c length=nexus_info->region.width*sizeof(IndexPacket);
length 4376 magick/pixel_cache.c number_pixels=(magick_uint64_t) length*rows;
length 4390 magick/pixel_cache.c length=number_pixels;
length 4398 magick/pixel_cache.c if (length < 257)
length 4414 magick/pixel_cache.c (void) memcpy(cache_indexes,indexes,length);
length 4447 magick/pixel_cache.c if ((bytes_written=FilePositionWrite(file,indexes,length,row_offset))
length 4448 magick/pixel_cache.c < (long) length)
length 4456 magick/pixel_cache.c (unsigned long) length,
length 4528 magick/pixel_cache.c length;
length 4539 magick/pixel_cache.c length=nexus_info->region.width*sizeof(PixelPacket);
length 4541 magick/pixel_cache.c number_pixels=(magick_uint64_t) length*rows;
length 4555 magick/pixel_cache.c length=number_pixels;
length 4563 magick/pixel_cache.c if (length < 257)
length 4579 magick/pixel_cache.c (void) memcpy(cache_pixels,pixels,length);
length 4609 magick/pixel_cache.c if ((bytes_written=FilePositionWrite(file,pixels,length,row_offset))
length 4610 magick/pixel_cache.c < (ssize_t) length)
length 4618 magick/pixel_cache.c (unsigned long) length,
length 292 magick/profile.c if (length)
length 293 magick/profile.c *length=0;
length 315 magick/profile.c if (length)
length 316 magick/profile.c *length=profile_length;
length 366 magick/profile.c assert(length != (size_t *) NULL);
length 374 magick/profile.c *profile=MagickMapDereferenceIterator(map_iterator,length);
length 621 magick/profile.c if ((profile == (const unsigned char *) NULL) || (length == 0))
length 695 magick/profile.c (void) SetImageProfile(image,name,profile,length);
length 699 magick/profile.c (void) SetImageProfile(image,name,profile,length);
length 717 magick/profile.c (unsigned long) length,
length 720 magick/profile.c if ((length != 0) && (length == existing_profile_length) &&
length 721 magick/profile.c (memcmp(existing_profile,profile,length) == 0))
length 727 magick/profile.c if ((existing_profile_length != 0) && (length != 0))
length 748 magick/profile.c length);
length 1075 magick/profile.c (void) SetImageProfile(image,"ICM",profile,length);
length 1081 magick/profile.c status &= SetImageProfile(image,name,profile,length);
length 1173 magick/profile.c (unsigned long) length);
length 1174 magick/profile.c status &= MagickMapAddEntry(image->profiles,name,profile,length,
length 21 magick/profile.h *GetImageProfile(const Image* image, const char *name, size_t *length);
length 34 magick/profile.h const size_t length,MagickBool clone);
length 41 magick/profile.h const size_t length);
length 70 magick/profile.h const unsigned char **profile,size_t *length);
length 56 magick/registry.c length;
length 308 magick/registry.c *length=0;
length 337 magick/registry.c blob=MagickAllocateMemory(void *,registry_info->length);
length 344 magick/registry.c (void) memcpy(blob,registry_info->blob,registry_info->length);
length 349 magick/registry.c *length=registry_info->length;
length 442 magick/registry.c if (length != sizeof(Image))
length 465 magick/registry.c if (length != sizeof(ImageInfo))
length 484 magick/registry.c clone_blob=MagickAllocateMemory(void *,length);
length 487 magick/registry.c (void) memcpy(clone_blob,blob,length);
length 497 magick/registry.c registry_info->length=length;
length 37 magick/registry.h const size_t length,ExceptionInfo *exception);
length 43 magick/registry.h *GetMagickRegistry(const long id,RegistryType *type,size_t *length,
length 1415 magick/render.c length,
length 1455 magick/render.c length=scale*draw_info->dash_pattern[0];
length 1462 magick/render.c length=scale*draw_info->dash_pattern[n];
length 1463 magick/render.c if (offset > length)
length 1465 magick/render.c offset-=length;
length 1467 magick/render.c length=scale*draw_info->dash_pattern[n];
length 1470 magick/render.c if (offset < length)
length 1472 magick/render.c length-=offset;
length 1485 magick/render.c if (length == 0)
length 1490 magick/render.c length=scale*draw_info->dash_pattern[n];
length 1492 magick/render.c for (total_length=0.0; maximum_length >= (length+total_length); )
length 1494 magick/render.c total_length+=length;
length 1522 magick/render.c length=scale*draw_info->dash_pattern[n];
length 1524 magick/render.c length-=(maximum_length-total_length);
length 1637 magick/render.c length;
length 1660 magick/render.c FileToBlob(draw_info->primitive+1,&length,&image->exception);
length 2707 magick/render.c length=(size_t) (2*ceil(MagickPI*radius)+6*BezierQuantum+360);
length 2708 magick/render.c if (i >= (long) (number_points-length))
length 2710 magick/render.c number_points+=length;
length 2860 magick/render.c length=1;
length 2870 magick/render.c length++;
length 2872 magick/render.c path_max_points = length*3/2+6*BezierQuantum+360;
length 135 magick/render.h length;
length 486 magick/signature.c n=length;
length 630 magick/type.c length;
length 651 magick/type.c xml=(char *) GetConfigureBlob(basename,path,&length,exception);
length 661 magick/type.c xml=(char *) FileToBlob(basename,&length,exception);
length 160 magick/utility.c length;
length 163 magick/utility.c length=strlen(source);
length 164 magick/utility.c destination=MagickAllocateMemory(char *,length+1);
length 168 magick/utility.c if (length != 0)
length 169 magick/utility.c (void) memcpy(destination,source,length);
length 170 magick/utility.c destination[length]='\0';
length 326 magick/utility.c assert(length != (size_t *) NULL);
length 327 magick/utility.c *length=0;
length 429 magick/utility.c *length=i;
length 430 magick/utility.c assert(*length < max_length);
length 758 magick/utility.c length;
length 761 magick/utility.c length=strlen(source)+1;
length 764 magick/utility.c length++;
length 765 magick/utility.c destination=MagickAllocateMemory(char *,length);
length 1170 magick/utility.c length;
length 1175 magick/utility.c length=size;
length 1176 magick/utility.c for (i=0; length > 1024; i++)
length 1177 magick/utility.c length/=1024.0;
length 1179 magick/utility.c FormatString(format,"%.1f",length);
length 1181 magick/utility.c FormatString(format,"%.0f",length);
length 1334 magick/utility.c length;
length 1346 magick/utility.c length=readlink(link_path, real_path, PATH_MAX);
length 1347 magick/utility.c if (length == -1)
length 1351 magick/utility.c length=readlink(link_path, real_path, PATH_MAX);
length 1353 magick/utility.c if ((length > 0) && (length <= PATH_MAX))
length 1355 magick/utility.c real_path[length]=0;
length 1463 magick/utility.c length;
length 1467 magick/utility.c length=separator-start;
length 1469 magick/utility.c length=end-start;
length 1470 magick/utility.c if (length > MaxTextExtent-1)
length 1471 magick/utility.c length = MaxTextExtent-1;
length 1472 magick/utility.c (void) strlcpy(temporary_path,start,length+1);
length 1475 magick/utility.c if (temporary_path[length-1] != DirectorySeparator[0])
length 1484 magick/utility.c start += length+1;
length 3409 magick/utility.c for (n=length; n != 0; n--)
length 4055 magick/utility.c length;
length 4067 magick/utility.c length=strlen(dst);
length 4073 magick/utility.c for ( p = dst + length, q = src;
length 4074 magick/utility.c (*q != 0) && (length < size - 1) ;
length 4075 magick/utility.c length++, p++, q++ )
length 4078 magick/utility.c dst[length]='\0';
length 4084 magick/utility.c length++;
length 4086 magick/utility.c return length;
length 4127 magick/utility.c length=0;
length 4142 magick/utility.c for ( p=dst, q=src, length=0 ;
length 4143 magick/utility.c (*q != 0) && (length < size-1) ;
length 4144 magick/utility.c length++, p++, q++ )
length 4147 magick/utility.c dst[length]='\0';
length 4153 magick/utility.c length++;
length 4155 magick/utility.c return length;
length 4191 magick/utility.c length=0;
length 4206 magick/utility.c for ( p=dst, q=src, length=0 ;
length 4207 magick/utility.c (*q != 0) && (length < size-1) ;
length 4208 magick/utility.c length++, p++, q++ )
length 4211 magick/utility.c dst[length]='\0';
length 4213 magick/utility.c return length;
length 5405 magick/utility.c length,
length 5418 magick/utility.c text=(char *) FileToBlob(text+1,&length,&image->exception);
length 5425 magick/utility.c length=strlen(text)+MaxTextExtent;
length 5426 magick/utility.c translated_text=MagickAllocateMemory(char *,length);
length 5429 magick/utility.c (void) strlcpy(translated_text,text,length);
length 5435 magick/utility.c if ((size_t) (q-translated_text+MaxTextExtent) >= length)
length 5437 magick/utility.c length<<=1;
length 5438 magick/utility.c MagickReallocMemory(char *,translated_text,length);
length 5484 magick/utility.c if ((size_t) (offset+attribute->length+1+MaxTextExtent) >= length)
length 5486 magick/utility.c length += (attribute->length+1+2*MaxTextExtent);
length 5487 magick/utility.c MagickReallocMemory(char *,translated_text,length);
length 5492 magick/utility.c q+=(translate)(q,attribute->value,attribute->length+1+MaxTextExtent);
length 5712 magick/utility.c if ((size_t) (offset+attribute->length+1+MaxTextExtent) >= length)
length 5714 magick/utility.c length += (attribute->length+1+2*MaxTextExtent);
length 5715 magick/utility.c MagickReallocMemory(char *,translated_text,length);
length 5720 magick/utility.c q+=(translate)(q,attribute->value,attribute->length+1+MaxTextExtent);
length 2356 magick/widget.c length;
length 2366 magick/widget.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 2368 magick/widget.c *(command+length)='\0';
length 2574 magick/widget.c length;
length 2583 magick/widget.c &length,&after,&data);
length 2585 magick/widget.c (length == 0))
length 2587 magick/widget.c if ((Extent(reply_info.text)+length) >= MaxTextExtent)
length 2594 magick/widget.c *(data+length)='\0';
length 3866 magick/widget.c length;
length 3876 magick/widget.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 3878 magick/widget.c *(command+length)='\0';
length 3986 magick/widget.c length;
length 3995 magick/widget.c &length,&after,&data);
length 3997 magick/widget.c (length == 0))
length 3999 magick/widget.c if ((Extent(reply_info.text)+length) >= MaxTextExtent)
length 4006 magick/widget.c *(data+length)='\0';
length 4955 magick/widget.c length;
length 4965 magick/widget.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 4967 magick/widget.c *(command+length)='\0';
length 5186 magick/widget.c length;
length 5195 magick/widget.c &length,&after,&data);
length 5197 magick/widget.c (length == 0))
length 5199 magick/widget.c if ((Extent(reply_info.text)+length) >= MaxTextExtent)
length 5206 magick/widget.c *(data+length)='\0';
length 6168 magick/widget.c length;
length 6178 magick/widget.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 6180 magick/widget.c *(command+length)='\0';
length 6383 magick/widget.c length;
length 6392 magick/widget.c &length,&after,&data);
length 6394 magick/widget.c (length == 0))
length 6396 magick/widget.c if ((Extent(reply_info.text)+length) >= MaxTextExtent)
length 6403 magick/widget.c *(data+length)='\0';
length 7190 magick/widget.c length;
length 7200 magick/widget.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 7202 magick/widget.c *(command+length)='\0';
length 7386 magick/widget.c length;
length 7395 magick/widget.c &length,&after,&data);
length 7397 magick/widget.c (length == 0))
length 7399 magick/widget.c if ((Extent(reply_info.text)+length) >= MaxTextExtent)
length 7406 magick/widget.c *(data+length)='\0';
length 9271 magick/widget.c length;
length 9281 magick/widget.c length=XLookupString((XKeyEvent *) &event.xkey,command,sizeof(command),
length 9283 magick/widget.c *(command+length)='\0';
length 1905 magick/xwindow.c length;
length 1918 magick/xwindow.c (Atom) AnyPropertyType,&type,&format,&length,&after,&data);
length 1921 magick/xwindow.c if ((type == XA_PIXMAP) && (format == 32) && (length == 1) && (after == 0))
length 1988 magick/xwindow.c length;
length 2067 magick/xwindow.c text=(char *) FileToBlob(filename,&length,&image->exception);
length 5525 magick/xwindow.c length;
length 5806 magick/xwindow.c length=(size_t) window->ximage->bytes_per_line*window->ximage->height;
length 5865 magick/xwindow.c length=MagickArraySize(MagickArraySize(matte_image->bytes_per_line,
length 5868 magick/xwindow.c matte_image->data=MagickAllocateMemory(char *,length);
length 77 wand/magick_compat.c return(strlcpy(destination,source,length));
length 91 wand/magick_compat.c i=length;
length 100 wand/magick_compat.c if (length != 0)
length 146 wand/magick_compat.c count=vsnprintf(string,length,format,operands);
length 163 wand/magick_compat.c count=FormatMagickStringList(string,length,format,operands);
length 202 wand/magick_compat.c return(strlcat(destination,source,length));
length 219 wand/magick_compat.c i=length;
length 223 wand/magick_compat.c i=length-count;
length 113 wand/magick_compat.h FormatMagickStringList(char *string,const size_t length,
length 1717 wand/magick_wand.c length;
length 1737 wand/magick_wand.c description=(char *) FileToBlob(filename,&length,&wand->exception);
length 3960 wand/magick_wand.c *length=0;
length 3970 wand/magick_wand.c *length=profile_length;
length 5968 wand/magick_wand.c status=ProfileImage(wand->image,name,(unsigned char *)profile,length,True);
length 6512 wand/magick_wand.c read_info->length=length;
length 6719 wand/magick_wand.c *length=0;
length 6729 wand/magick_wand.c *length=profile_length;
length 8281 wand/magick_wand.c status=SetImageProfile(wand->image,name,profile, length);
length 9890 wand/magick_wand.c return(ImageToBlob(wand->image_info,wand->image,length,&wand->exception));
length 236 wand/magick_wand.h MagickReadImageBlob(MagickWand *,const unsigned char *,const size_t length),