JimAioFopsType::writer is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDJimAioFopsType::writer

JimAioFopsType::writer field

Syntax

int (*writer)(struct AioFile *af, const char *buf, int len);

References

LocationReferrerScopeText
jim-aio.c:154
int (*writer)(struct AioFile *af, const char *buf, int len);
jimsh0.c:1970
int (*writer)(struct AioFile *af, const char *buf, int len);
jim-aio.c:224stdio_writer()stdio_fops
static const JimAioFopsType stdio_fops = {
jim-aio.c:842aio_cmd_copy()
if (outf->fops->writer(outf, buf, len) != len) {
jim-aio.c:933aio_cmd_puts()
if (af->fops->writer(af, wdata, wlen) == wlen) {
jim-aio.c:934aio_cmd_puts()
if (argc == 2 || af->fops->writer(af, "\n", 1) == 1) {
jimsh0.c:2036stdio_writer()stdio_fops
static const JimAioFopsType stdio_fops = {
jimsh0.c:2225aio_cmd_copy()
if (outf->fops->writer(outf, &ch, 1) != 1) {
jimsh0.c:2316aio_cmd_puts()
if (af->fops->writer(af, wdata, wlen) == wlen) {
jimsh0.c:2317aio_cmd_puts()
if (argc == 2 || af->fops->writer(af, "\n", 1) == 1) {

Call Tree

Functions calling JimAioFopsType::writer
JimAioFopsType::writer
Implementations
all items filtered out
JimAioFopsType::writer