Searched refs:seek (Results 76 - 100 of 124) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPLexer.c140 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
H A DDAAP2SQL.c163 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3inputstream.c112 input->istream->seek = antlr3AsciiSeek; /* How to seek to a specific point in the stream */
455 * to whatever is implementing the int stream to seek).
505 /* If the requested seek point is less than the current
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Drpm.c202 archive_handle->seek = seek_by_read;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit504 seek(FILEIN, 0, 2);
506 seek(FILEIN, 0, 0);
1750 seek(HFIN, 0, 2);
1752 seek(HFIN, 0, 0);
1832 seek(CXXFIN, 0, 2);
1834 seek(CXXFIN, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c189 const STRUCT_ENTRY *seek,
192 if (i == seek)
219 iptcb_entry2index(const TC_HANDLE_T h, const STRUCT_ENTRY *seek) argument
224 iptcb_get_number, seek, &pos) == 0) {
226 (unsigned int)((char *)seek - (char *)h->entries->entrytable));
188 iptcb_get_number(const STRUCT_ENTRY *i, const STRUCT_ENTRY *seek, unsigned int *pos) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibnut.c197 .seek = av_seek,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A DMakefile85 include $(SRC_PATH)/tests/fate/seek.mak
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dzipstrm.cpp1890 wxFileOffset wxZipInputStream::OnSysSeek(wxFileOffset seek, wxSeekMode mode)
1912 case wxFromCurrent : nextpos = seek + pos; break;
1913 case wxFromStart : nextpos = seek; break;
1914 case wxFromEnd : nextpos = GetLength() + seek; break;
2356 // it then seek back and fix it
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfile.tex77 invalid value of type {\it wxFileOffset} and is returned by functions returning {\it wxFileOffset} on error and the seek
285 \docparam{ofs}{Offset to seek to.}
H A Dftp.tex356 stream has all but the seek functionality of wxStreams. When the user finishes
374 Creates a new input stream on the specified path. You can use all but the seek
H A Dffile.tex237 \docparam{ofs}{Offset to seek to.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsgiarcs.h226 LONG seek; member in struct:linux_romvec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dlibnut.c195 .seek = av_seek,
H A DMakefile15 seek.o \
356 TESTPROGS = seek
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c1580 if (0 == callbacks.read || 0 == callbacks.seek || 0 == callbacks.tell) {
1588 if(0 != callbacks.seek(handle, 0, SEEK_SET)) {
1596 chain_read_cb_(chain, handle, callbacks.read, callbacks.seek, callbacks.tell)
1714 if (0 == callbacks.write || 0 == callbacks.seek) {
1732 return chain_rewrite_metadata_in_place_cb_(chain, handle, callbacks.write, callbacks.seek);
1751 if (0 == callbacks.read || 0 == callbacks.seek || 0 == callbacks.eof) {
1774 if(0 != callbacks.seek(handle, 0, SEEK_SET)) {
1779 if(!chain_rewrite_file_cb_(chain, handle, callbacks.read, callbacks.seek, callbacks.eof, temp_handle, temp_callbacks.write))
2974 * 2: seek error
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c212 const STRUCT_ENTRY *seek,
215 if (i == seek)
242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek) argument
247 iptcb_get_number, seek, &pos) == 0) {
249 (unsigned int)((char *)seek - (char *)h->entries->entrytable));
211 iptcb_get_number(const STRUCT_ENTRY *i, const STRUCT_ENTRY *seek, unsigned int *pos) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibiptc.c212 const STRUCT_ENTRY *seek,
215 if (i == seek)
242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek) argument
247 iptcb_get_number, seek, &pos) == 0) {
249 (unsigned int)((char *)seek - (char *)h->entries->entrytable));
211 iptcb_get_number(const STRUCT_ENTRY *i, const STRUCT_ENTRY *seek, unsigned int *pos) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_manip.c313 callbacks.seek = chain_seek_cb_;
369 callbacks.seek = chain_seek_cb_;
1952 callbacks.seek = chain_seek_cb_;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp328 callbacks.seek = chain_seek_cb_;
381 callbacks.seek = chain_seek_cb_;
2033 callbacks.seek = chain_seek_cb_;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-tape.c828 int seek, position; local
833 seek = position > 0 ? position : 0;
834 if (idetape_position_tape(drive, seek, 0, 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dzipstrm.h387 wxFileOffset WXZIPFIX OnSysSeek(wxFileOffset seek, wxSeekMode mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Doptions.cc524 if( myVerifyFile.isOpen() && myVerifyFile.seek( myVerifyFilePos ) ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAP2SQL.c163 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
H A DDAAPParser.c139 #define SEEK(n) ISTREAM->seek(ISTREAM, n)

Completed in 346 milliseconds

12345