Searched refs:current_off (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_atari.c77 long current_off, expected_off, new_off; local
81 current_off = Fseek(0, (int) fd, SEEK_CUR); /* find out where we are */
85 expected_off = off + current_off;
97 if ((current_off = Fwrite((int) fd, off, buf)) != off)
98 return (current_off > 0) ?
99 new_off + current_off : new_off;

Completed in 102 milliseconds