chunkMax          259 ext/gd/libgd/gd_gd2.c 	int chunkMax = 0;
chunkMax          287 ext/gd/libgd/gd_gd2.c 		chunkMax = cs * bytesPerPixel * cs;
chunkMax          288 ext/gd/libgd/gd_gd2.c 		if (chunkMax <= 0) {
chunkMax          291 ext/gd/libgd/gd_gd2.c 		chunkBuf = gdCalloc(chunkMax, 1);
chunkMax          309 ext/gd/libgd/gd_gd2.c 				chunkLen = chunkMax;
chunkMax          425 ext/gd/libgd/gd_gd2.c 	int chunkMax = 0;
chunkMax          476 ext/gd/libgd/gd_gd2.c 			chunkMax = cs * cs * 4;
chunkMax          478 ext/gd/libgd/gd_gd2.c 			chunkMax = cs * cs;
chunkMax          480 ext/gd/libgd/gd_gd2.c 		if (chunkMax <= 0) {
chunkMax          484 ext/gd/libgd/gd_gd2.c 		chunkBuf = gdCalloc(chunkMax, 1);
chunkMax          546 ext/gd/libgd/gd_gd2.c 				chunkLen = chunkMax;