Home
last modified time | relevance | path

Searched refs:oggz_off_t (Results 1 – 15 of 15) sorted by relevance

/dports/audio/liboggz/liboggz-1.1.1/src/liboggz/
H A Doggz_seek.c85 static oggz_off_t
105 static oggz_off_t
198 static oggz_off_t
264 static oggz_off_t
290 static oggz_off_t
386 static oggz_off_t
388 oggz_off_t offset_begin, oggz_off_t offset_end) in oggz_scan_for_page()
501 static oggz_off_t
504 oggz_off_t offset_begin, oggz_off_t offset_end) in guess()
533 static oggz_off_t
[all …]
H A Doggz_private.h149 oggz_off_t current_packet_begin_page_offset;
154 oggz_off_t offset_page_end; /* offset of end of current page */
238 oggz_off_t offset; /* offset of current page start */
239 oggz_off_t offset_data_begin; /* offset of unit 0 page start */
H A Doggz.c240 oggz_off_t
H A Doggz_read.c184 static oggz_off_t
/dports/audio/liboggz/liboggz-1.1.1/include/oggz/
H A Doggz_seek.h134 oggz_off_t oggz_tell (OGGZ * oggz);
143 oggz_off_t oggz_seek (OGGZ * oggz, oggz_off_t offset, int whence);
474 int oggz_set_data_start (OGGZ * oggz, oggz_off_t offset);
H A Doggz_packet.h59 oggz_off_t begin_page_offset;
65 oggz_off_t end_page_offset;
H A Doggz_off_t_generated.h.in37 * Architecture-dependent type for oggz_off_t.
40 * either of <oggz/oggz.h> or <oggz/oggz_off_t.h> instead.
55 echo "gcc -E oggz.h | grep oggz_off_t
62 typedef @TYPEOF_OGGZ_OFF_T@ oggz_off_t; typedef
H A Doggz_off_t_generated.h62 typedef loff_t oggz_off_t; typedef
H A Doggz_off_t.h43 typedef off_t oggz_off_t; typedef
H A DMakefile.am19 oggz_off_t.h \
H A DMakefile.in231 oggz_off_t.h \
/dports/audio/liboggz/liboggz-1.1.1/symbian/
H A Dconfig.h45 #define oggz_off_t off_t macro
/dports/audio/liboggz/liboggz-1.1.1/
H A Dconfigure.ac253 dnl Find an appropriate type for oggz_off_t
254 dnl On systems supporting files larger than 2 Gig, oggz_off_t must be a
336 dnl oggz_off_t (typedef)
H A DTODO40 * introduce seek_offset(), tell_offset() variants using oggz_off_t
H A DChangeLog421 * liboggz: replace internal typedef of oggz_off_t, use off_t instead