Searched refs:Stream (Results 26 - 50 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dplain_io.c71 static int file_io(Stream_t *Stream, char *buf, mt_off_t where, int len, argument
119 static int file_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
123 int result = file_io(Stream, buf, where, len, (iofn) read);
130 static int file_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
135 return file_io(Stream, buf, where, len, (iofn) write);
142 result = file_io(Stream, swapping, where, len, (iofn) write);
149 static int file_flush(Stream_t *Stream) argument
159 static int file_free(Stream_t *Stream) argument
169 static int file_geom(Stream_t *Stream, struct device *dev, argument
264 static int file_data(Stream_t *Stream, time_ argument
317 scsi_io(Stream_t *Stream, char *buf, mt_off_t where, size_t len, int rwcmd) argument
434 scsi_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
443 scsi_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
763 get_fd(Stream_t *Stream) argument
775 get_extra_data(Stream_t *Stream) argument
[all...]
H A Dfat_free.c32 Stream_t *Stream = GetFs(Dir); local
H A Dmpartition.c279 Stream_t *Stream; local
422 Stream = 0;
426 FREE(&(Stream));
451 Stream = SimpleFileOpen(&used_dev, dev, name, mode,
454 if (!Stream) {
473 scsi_cmd(get_fd(Stream), cmd, 10, SCSI_IO_READ,
474 data, 10, get_extra_data(Stream));
487 ioctl(get_fd(Stream), BLKGETSIZE, &tot_sectors);
492 if (READS(Stream, (char *) buf, 0, 512) != 512 && !initialize){
511 FREE(&Stream);
[all...]
H A Dfloppyd_io.c264 static int floppyd_io(Stream_t *Stream, char *buf, mt_off_t where, int len, argument
289 static int floppyd_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
291 return floppyd_io(Stream, buf, where, len, (iofn) floppyd_reader);
294 static int floppyd_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
296 return floppyd_io(Stream, buf, where, len, (iofn) floppyd_writer);
299 static int floppyd_flush(Stream_t *Stream) argument
322 static int floppyd_free(Stream_t *Stream) argument
351 static int floppyd_geom(Stream_t *Stream, struct device *dev, argument
389 static int floppyd_data(Stream_t *Stream, time_t *date, mt_size_t *size, argument
H A Dmclasserase.c90 Stream_t *Stream; local
123 if(! (Stream = find_device(drive, O_RDONLY, &dev, boot,
127 FREE(&Stream);
H A Dllong.c48 mt_off_t sectorsToBytes(Stream_t *Stream, off_t off) argument
H A Dmtools.h137 int getfreeMinClusters(Stream_t *Stream, size_t ref);
243 /* int unix_dir_loop(Stream_t *Stream, MainParam_t *mp);
246 struct dirCache_t **getDirCacheP(Stream_t *Stream);
247 int isRootDir(Stream_t *Stream);
250 char getDrive(Stream_t *Stream);
H A DdirCache.c132 dirCache_t *allocDirCache(Stream_t *Stream, int slot) argument
141 dcp = getDirCacheP(Stream);
325 void freeDirCache(Stream_t *Stream) argument
329 dcp = getDirCacheP(Stream);
H A Ddirectory.c54 Stream_t *Stream = GetFs(Dir); local
H A Dxdf_io.c480 static int xdf_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
496 static int xdf_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) argument
514 static int xdf_flush(Stream_t *Stream) argument
521 static int xdf_free(Stream_t *Stream) argument
574 static int config_geom(Stream_t *Stream, struct device *dev, argument
H A Dmainloop.c88 int unix_dir_loop(Stream_t *Stream, MainParam_t *mp);
89 int unix_loop(Stream_t *Stream, MainParam_t *mp, char *arg,
97 int unix_loop(Stream_t *Stream, MainParam_t *mp, char *arg, int follow_dir_link) argument
148 mp->File = OpenDir(Stream, arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dencoders.cpp40 "Stream",
41 "Seekable Stream",
61 static bool die_s_(const char *msg, const FLAC::Encoder::Stream *encoder)
63 FLAC::Encoder::Stream::State state = encoder->get_state();
72 FLAC::Decoder::Stream::State dstate = encoder->get_verify_decoder_state();
89 class StreamEncoder : public FLAC::Encoder::Stream {
94 StreamEncoder(Layer layer): FLAC::Encoder::Stream(), layer_(layer), file_(0) { }
97 // from FLAC::Encoder::Stream
174 static FLAC::Encoder::Stream *new_by_layer(Layer layer)
184 FLAC::Encoder::Stream *encode
[all...]
H A Ddecoders.cpp56 "Stream",
57 "Seekable Stream",
78 static FLAC__bool die_s_(const char *msg, const FLAC::Decoder::Stream *decoder)
80 FLAC::Decoder::Stream::State state = decoder->get_state();
182 class StreamDecoder : public FLAC::Decoder::Stream, public DecoderCommon {
186 StreamDecoder(Layer layer): FLAC::Decoder::Stream(), DecoderCommon(layer), file_(0) { }
189 // from FLAC::Decoder::Stream
350 // from FLAC::Decoder::Stream
432 static FLAC::Decoder::Stream *new_by_layer(Layer layer)
442 FLAC::Decoder::Stream *decode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfmt.cs25 using System.IO; /* Stream, BufferedStream, StreamReader */
62 Stream input = new BufferedStream(Console.OpenStandardInput());
67 // expects to be able to seek in the Stream.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc72 D z_streamp S * Stream struct ptr
74 D z_off_t S 10i 0 Stream offsets
199 D stream_size 10i 0 value Stream struct. size
211 D stream_size 10i 0 value Stream struct. size
232 D stream_size 10i 0 value Stream struct. size
265 D stream_size 10i 0 value Stream struct. size
289 D stream_size 10i 0 value Stream struct. size
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/as400/
H A Dzlib.inc72 D z_streamp S * Stream struct ptr
74 D z_off_t S 10i 0 Stream offsets
199 D stream_size 10i 0 value Stream struct. size
211 D stream_size 10i 0 value Stream struct. size
232 D stream_size 10i 0 value Stream struct. size
265 D stream_size 10i 0 value Stream struct. size
289 D stream_size 10i 0 value Stream struct. size
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Duncoded_frame.c15 } Stream; typedef in typeref:struct:__anon3711
17 static int create_sink(Stream *st, AVFilterGraph *graph,
28 av_log(NULL, AV_LOG_ERROR, "Stream type not supported\n");
48 Stream *streams = NULL, *st;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/as400/
H A Dzlib.inc81 D z_streamp S * Stream struct ptr
83 D z_off_t S 10i 0 Stream offsets
84 D z_off64_t S 20i 0 Stream offsets
283 D stream_size 10i 0 value Stream struct. size
295 D stream_size 10i 0 value Stream struct. size
316 D stream_size 10i 0 value Stream struct. size
354 D stream_size 10i 0 value Stream struct. size
396 D stream_size 10i 0 value Stream struct. size
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/as400/
H A Dzlib.inc81 D z_streamp S * Stream struct ptr
83 D z_off_t S 10i 0 Stream offsets
84 D z_off64_t S 20i 0 Stream offsets
283 D stream_size 10i 0 value Stream struct. size
295 D stream_size 10i 0 value Stream struct. size
316 D stream_size 10i 0 value Stream struct. size
354 D stream_size 10i 0 value Stream struct. size
390 D stream_size 10i 0 value Stream struct. size
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DGZipStream.cs15 /// Implements a compressed <see cref="Stream"/>, in GZip (.gz) format.
17 public class GZipStream : Stream, IDisposable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DGZipStream.cs15 /// Implements a compressed <see cref="Stream"/>, in GZip (.gz) format.
17 public class GZipStream : Stream, IDisposable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DGZipStream.cs15 /// Implements a compressed <see cref="Stream"/>, in GZip (.gz) format.
17 public class GZipStream : Stream, IDisposable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DGZipStream.cs15 /// Implements a compressed <see cref="Stream"/>, in GZip (.gz) format.
17 public class GZipStream : Stream, IDisposable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmk-ca-bundle.vbs24 '* Requires WinHttp.WinHttpRequest.5.1 and ADODB.Stream which are part of
214 Set objStream = CreateObject("ADODB.Stream")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene.h166 u32 Clock; /* Stream time in 100ns units */
323 /* Meaning of FW_STREAM_CONTROL::Stream bits:
331 u8 Stream; /* Stream number (UVI1, UVI2, TVOUT) */ member in struct:FW_STREAM_CONTROL
535 StreamMode_NONE = 0, /* Stream not used */
536 StreamMode_ANALOG = 1, /* Analog: Stream 0,1 = Video, 2,3 = Audio */
557 u8 Stream; member in struct:MICI_STREAMINFO
652 u8 Stream; member in struct:ngene_channel

Completed in 131 milliseconds

123