Searched refs:seek (Results 1 - 25 of 52) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_skip.c11 archive_handle->seek(archive_handle, archive_handle->file_header->size);
H A Ddata_align.c15 archive_handle->seek(archive_handle, skip_amount);
H A Dget_header_tar_bz2.c12 archive_handle->seek = seek_by_read;
H A Dget_header_tar_lzma.c15 archive_handle->seek = seek_by_read;
H A Dinit_handle.c19 archive_handle->seek = seek_by_jump;
H A Dget_header_tar_gz.c16 archive_handle->seek = seek_by_read;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dseek_test.sh11 logfile="$datadir/seek.regression"
24 echo seek regression test: success
28 echo seek regression test: error
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dcallback.h116 /** Signature for the seek callback.
166 * If the seek requirement for an interface is optional, you can signify that
167 * a data sorce is not seekable by setting the \a seek field to \c NULL.
172 FLAC__IOCallback_Seek seek; member in struct:__anon757
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddd.c87 "bs=\0""count=\0""seek=\0""skip=\0""if=\0""of=\0"
117 off_t seek, skip; member in struct:__anon11198
128 #define seek (Z.seek ) macro
208 seek = XATOU_SFX(arg, dd_suffixes);
236 if (!seek && !(flags & FLAG_NOTRUNC))
241 if (seek && !(flags & FLAG_NOTRUNC)) {
242 if (ftruncate(ofd, seek * obs) < 0) {
265 if (seek) {
266 if (lseek(ofd, seek * ob
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dcpio.c35 archive_handle->seek = seek_by_read;
68 archive_handle->seek = seek_by_jump;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr028/
H A Dt.c48 seek(int fd, off_t offset, int whence) function
79 E(db_env_set_func_seek, seek, "seek");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcleanfile85 seek(FILE, 0, 0);
116 seek(FILE, 0, 0);
H A Dcleanpatch85 seek(FILE, 0, 0);
195 seek(FILE, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/shell_utils/
H A Dapple_dump.in240 seek(INFILE, ($num * 12 + 26), 0);
316 seek(INFILE, $ofst, 0);
334 seek(INFILE, $ofst, 0);
360 seek(INFILE, $ofst, 0);
625 seek(INFILE, $pos, 0);
655 seek(INFILE, $ea_offset, 0);
668 seek(INFILE, $ofst, 0);
693 seek(INFILE, $ofst, 0);
H A Dapple_dump240 seek(INFILE, ($num * 12 + 26), 0);
316 seek(INFILE, $ofst, 0);
334 seek(INFILE, $ofst, 0);
360 seek(INFILE, $ofst, 0);
625 seek(INFILE, $pos, 0);
655 seek(INFILE, $ea_offset, 0);
668 seek(INFILE, $ofst, 0);
693 seek(INFILE, $ofst, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dapple_dump245 seek(INFILE, ($num * 12 + 26), 0);
321 seek(INFILE, $ofst, 0);
339 seek(INFILE, $ofst, 0);
365 seek(INFILE, $ofst, 0);
630 seek(INFILE, $pos, 0);
660 seek(INFILE, $ea_offset, 0);
673 seek(INFILE, $ofst, 0);
698 seek(INFILE, $ofst, 0);
H A Dapple_dump.in245 seek(INFILE, ($num * 12 + 26), 0);
321 seek(INFILE, $ofst, 0);
339 seek(INFILE, $ofst, 0);
365 seek(INFILE, $ofst, 0);
630 seek(INFILE, $pos, 0);
660 seek(INFILE, $ea_offset, 0);
673 seek(INFILE, $ofst, 0);
698 seek(INFILE, $ofst, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/arc/
H A Dfile.c56 return ARC_CALL3(seek, FileID, Position, SeekMode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davio.h50 int is_streamed; /**< true if streamed (no seek possible), default = false */
130 * Passing this as the "whence" parameter to a seek function causes it to
132 * If it is not supported then the seek function will return <0.
185 int64_t (*seek)(void *opaque, int64_t offset, int whence); member in struct:__anon624
187 int must_flush; /**< true if the next seek should flush */
208 int64_t (*seek)(void *opaque, int64_t offset, int whence));
216 int64_t (*seek)(void *opaque, int64_t offset, int whence));
H A Daviobuf.c39 int64_t (*seek)(void *opaque, int64_t offset, int whence))
48 s->seek = seek;
72 int64_t (*seek)(void *opaque, int64_t offset, int whence))
76 read_packet, write_packet, seek);
152 /* can do the seek inside the buffer */
170 if (!s->seek || (res = s->seek(s->opaque, offset, SEEK_SET)) < 0)
198 if (!s->seek)
200 size = s->seek(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavformat/
H A Davio.h50 int is_streamed; /**< true if streamed (no seek possible), default = false */
130 * Passing this as the "whence" parameter to a seek function causes it to
132 * If it is not supported then the seek function will return <0.
185 int64_t (*seek)(void *opaque, int64_t offset, int whence); member in struct:__anon941
187 int must_flush; /**< true if the next seek should flush */
208 int64_t (*seek)(void *opaque, int64_t offset, int whence));
216 int64_t (*seek)(void *opaque, int64_t offset, int whence));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dunarchive.h55 void (*seek)(const struct archive_handle_t *archive_handle, const unsigned amount); member in struct:archive_handle_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfile.c258 * save the current seek position
300 long seek; local
302 seek = id3_field_getint(id3_frame_field(frame, 0));
303 if (seek < 0 || fseek(file->iofile, seek, SEEK_CUR) == -1)
325 /* restore seek position */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfile.c258 * save the current seek position
300 long seek; local
302 seek = id3_field_getint(id3_frame_field(frame, 0));
303 if (seek < 0 || fseek(file->iofile, seek, SEEK_CUR) == -1)
325 /* restore seek position */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice.h91 s64 (*seek)(struct ntfs_device *dev, s64 offset, int whence); member in struct:ntfs_device_operations

Completed in 278 milliseconds

123