bytesNeeded       151 ext/gd/libgd/gd_io_dp.c 	int bytesNeeded;
bytesNeeded       162 ext/gd/libgd/gd_io_dp.c 	bytesNeeded = pos;
bytesNeeded       163 ext/gd/libgd/gd_io_dp.c 	if (bytesNeeded > dp->realSize) {
bytesNeeded       295 ext/gd/libgd/gd_io_dp.c 	int bytesNeeded;
bytesNeeded       303 ext/gd/libgd/gd_io_dp.c 	bytesNeeded = dp->pos + size;
bytesNeeded       305 ext/gd/libgd/gd_io_dp.c 	if (bytesNeeded > dp->realSize) {
bytesNeeded       310 ext/gd/libgd/gd_io_dp.c 		gdReallocDynamic(dp, bytesNeeded * 2);