dstart            417 ext/gd/libgd/gd_gd2.c 	int dstart, dpos;
dstart            508 ext/gd/libgd/gd_gd2.c 	dstart = gdTell(in);
dstart            509 ext/gd/libgd/gd_gd2.c 	GD2_DBG(php_gd_error("Data starts at %d", dstart));
dstart            532 ext/gd/libgd/gd_gd2.c 					dpos = (cy * (cs * fsx) * 4 + cx * cs * (yhi - ylo) * 4) + dstart;
dstart            534 ext/gd/libgd/gd_gd2.c 					dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart;
dstart            542 ext/gd/libgd/gd_gd2.c 				GD2_DBG(php_gd_error("Reading (%d, %d) from position %d", cx, cy, dpos - dstart));