INPUT_BUF_SIZE 600 libgd/gd_jpeg.c memset(src->buffer, 0, INPUT_BUF_SIZE); INPUT_BUF_SIZE 602 libgd/gd_jpeg.c while (nbytes < INPUT_BUF_SIZE) { INPUT_BUF_SIZE 603 libgd/gd_jpeg.c int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); INPUT_BUF_SIZE 715 libgd/gd_jpeg.c src->buffer = (unsigned char *) (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, INPUT_BUF_SIZE * sizeof (unsigned char));