Searched refs:SEEK_CUR (Results 101 - 125 of 235) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Driffdec.c204 avio_seek(pb, -9, SEEK_CUR);
H A Dtakdec.c67 avio_seek(pb, -4, SEEK_CUR);
H A Daviobuf.c214 if (whence != SEEK_CUR && whence != SEEK_SET)
217 if (whence == SEEK_CUR) {
272 return avio_seek(s, offset, SEEK_CUR);
947 pos = s->seek(h, 0, SEEK_CUR);
1017 if (whence == SEEK_CUR)
H A Ddv.c514 avio_seek(s->pb, -163, SEEK_CUR);
523 avio_seek(s->pb, -DV_PROFILE_BYTES, SEEK_CUR) < 0)
H A Dflvenc.c425 avio_seek(pb, -data_size - 10, SEEK_CUR);
575 avio_seek(pb, data_size + 10 - 3, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_apple.c82 case SEEK_CUR:
H A Dtif_win32.c66 case SEEK_CUR:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfile.cpp367 origin = SEEK_CUR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_rw.c250 (cur_off = lseek(fhp->fd, (off_t)0, SEEK_CUR)) != -1 &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dflic.c139 avio_seek(pb, -FLIC_PREAMBLE_SIZE, SEEK_CUR);
H A Dmpc.c166 avio_seek(s->pb, -4, SEEK_CUR);
H A Ddv.c439 avio_seek(s->pb, -163, SEEK_CUR);
448 avio_seek(s->pb, -DV_PROFILE_BYTES, SEEK_CUR) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dunzip.c53 if (lseek(fd, skip, SEEK_CUR) == (off_t)-1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtail.c53 end = current = lseek(fd, 0, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_put.c37 startpos = (longest_int) Lseek(fd, 0, SEEK_CUR);
74 endpos = (longest_int) Lseek(fd, backskip, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dresolv_token.l217 fseek(dhcp6_resolv_file, 0, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dexample.c112 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
133 pos = gzseek(file, -8L, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dhqx.c123 pos = lseek( hqx.filed, 0, SEEK_CUR );
186 pos = lseek( hqx.filed, 0, SEEK_CUR );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dexample.c112 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
133 pos = gzseek(file, -8L, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw.c427 if ((old_ofs = smbc_lseek(client_fd, 0, SEEK_CUR)) < 0 ||
484 if ((old_ofs = smbc_lseek(client_fd, 0, SEEK_CUR)) < 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dexample.c112 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
133 pos = gzseek(file, -8L, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-record.c424 u64 size = lseek(output, 0, SEEK_CUR);
642 post_processing_offset = lseek(output, 0, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dresolv_token.l217 fseek(dhcp6_resolv_file, 0, SEEK_CUR);

Completed in 137 milliseconds

12345678910