Searched refs:abs_offset (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/bin/unzip/
H A Dfileio.c653 int seek_zipf(__G__ abs_offset)
655 LONGINT abs_offset; variable
658 * Seek to the block boundary of the block which includes abs_offset,
664 * (fileio.c) are compatible. NOTE THAT abs_offset is intended to be the
676 LONGINT request = abs_offset + G.extra_bytes;
686 "fpos_zip: abs_offset = %ld, G.extra_bytes = %ld\n",
687 abs_offset, G.extra_bytes));
696 request, (abs_offset+G.extra_bytes), inbuf_offset));
H A Dunzpriv.h1778 int seek_zipf OF((__GPRO__ LONGINT abs_offset));

Completed in 58 milliseconds