OpenOCD
JimAioFopsType
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
JimAioFopsType
JimAioFopsType struct
Syntax
Show:
Summary
Declaration
from
jim-aio.c:153
typedef
struct
{
int
(
*
writer
)
(
struct
AioFile
*
af
,
const
char
*
buf
,
int
len
)
;
int
(
*
reader
)
(
struct
AioFile
*
af
,
char
*
buf
,
int
len
)
;
const
char
*
(
*
getline
)
(
struct
AioFile
*
af
,
char
*
buf
,
int
len
)
;
int
(
*
error
)
(
const
struct
AioFile
*
af
)
;
const
char
*
(
*
strerror
)
(
struct
AioFile
*
af
)
;
int
(
*
verify
)
(
struct
AioFile
*
af
)
;
int
(
*
eof
)
(
struct
AioFile
*
af
)
;
int
(
*
pending
)
(
struct
AioFile
*
af
)
;
}
JimAioFopsType
;
Fields
Field
Declared as
JimAioFopsType::strerror
const
char
*
(
*
)
(
struct
AioFile
*
af
)
JimAioFopsType::verify
int
(
*
)
(
struct
AioFile
*
af
)
JimAioFopsType::eof
int
(
*
)
(
struct
AioFile
*
af
)
JimAioFopsType::pending
int
(
*
)
(
struct
AioFile
*
af
)
JimAioFopsType::writer
int
(
*
)
(
struct
AioFile
*
af
,
const
char
*
buf
,
int
len
)
JimAioFopsType::reader
int
(
*
)
(
struct
AioFile
*
af
,
char
*
buf
,
int
len
)
JimAioFopsType::getline
const
char
*
(
*
)
(
struct
AioFile
*
af
,
char
*
buf
,
int
len
)
JimAioFopsType::error
int
(
*
)
(
const
struct
AioFile
*
af
)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out