Searched refs:io_buffer (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c117 typedef struct io_buffer { struct
126 } *io_buffer; typedef in typeref:struct:io_buffer
128 static io_buffer new_io_buffer (int _handle) {
129 io_buffer buffer;
131 buffer = New(struct io_buffer);
140 static void flush(io_buffer buffer) {
147 static void free_io_buffer(io_buffer buffer) {
153 static size_t buf_read (io_buffer buf, Byte* buffer, size_t nbytes) {
195 static size_t buf_write(io_buffer buf, void* buffer, size_t nbytes) {
209 typedef int io_buffer; typedef
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daviobuf.c962 uint8_t io_buffer[1]; member in struct:DynBuffer
1038 *s = avio_alloc_context(d->io_buffer, d->io_buffer_size, 1, d, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Daviobuf.c1100 uint8_t io_buffer[1]; member in struct:DynBuffer
1173 *s = avio_alloc_context(d->io_buffer, d->io_buffer_size, 1, d, NULL,

Completed in 61 milliseconds