compMax 262 ext/gd/libgd/gd_gd2.c int compMax = 0; compMax 278 ext/gd/libgd/gd_gd2.c compMax = 0; compMax 280 ext/gd/libgd/gd_gd2.c if (chunkIdx[i].size > compMax) { compMax 281 ext/gd/libgd/gd_gd2.c compMax = chunkIdx[i].size; compMax 284 ext/gd/libgd/gd_gd2.c compMax++; compMax 292 ext/gd/libgd/gd_gd2.c compBuf = gdCalloc(compMax, 1); compMax 294 ext/gd/libgd/gd_gd2.c GD2_DBG(php_gd_error("Largest compressed chunk is %d bytes", compMax)); compMax 428 ext/gd/libgd/gd_gd2.c int compMax; compMax 467 ext/gd/libgd/gd_gd2.c compMax = 0; compMax 469 ext/gd/libgd/gd_gd2.c if (chunkIdx[i].size > compMax) { compMax 470 ext/gd/libgd/gd_gd2.c compMax = chunkIdx[i].size; compMax 473 ext/gd/libgd/gd_gd2.c compMax++; compMax 485 ext/gd/libgd/gd_gd2.c compBuf = gdCalloc(compMax, 1); compMax 656 ext/gd/libgd/gd_gd2.c int compMax = 0; compMax 693 ext/gd/libgd/gd_gd2.c compMax = (int)(cs * bytesPerPixel * cs * 1.02f) + 12; compMax 698 ext/gd/libgd/gd_gd2.c if (compMax <= 0) { compMax 701 ext/gd/libgd/gd_gd2.c compData = gdCalloc(compMax, 1); compMax 766 ext/gd/libgd/gd_gd2.c compLen = compMax;