JimCheckStreamError() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JimCheckStreamError() function

Syntax

static int JimCheckStreamError(Jim_Interp *interp,     AioFile *af);

Arguments

interp

af

References

LocationReferrerText
jimsh0.c:2071
static int JimCheckStreamError(Jim_Interp *interp, AioFile *af)
jimsh0.c:2151aio_cmd_read()
if (JimCheckStreamError(interp, af)) {
jimsh0.c:2231aio_cmd_copy()
if (JimCheckStreamError(interp, af) || JimCheckStreamError(interp, outf)) {
jimsh0.c:2272aio_cmd_gets()
if (JimCheckStreamError(interp, af)) {

Call Tree

Functions calling JimCheckStreamError()
Functions called by JimCheckStreamError()
JimCheckStreamError()
Data read by JimCheckStreamError()
JimCheckStreamError()