log_callback is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

log_callback struct

Syntax

struct log_callback {     log_callback_fn fn;     void *priv;     struct log_callback *next; };

Fields

fn

No summary provided. Read more...

priv

No summary provided. Read more...

next

No summary provided. Read more...

References

LocationReferrerScopeText
log.h:79
struct log_callback {
log.c:38log_callbacks
static struct log_callback *log_callbacks;
log.c:58log_forward()
struct log_callback *cb, *next;
log.c:299log_add_callback()
struct log_callback *cb;
log.c:309log_add_callback()
cb = malloc(sizeof(struct log_callback));
log.c:324log_remove_callback()
struct log_callback *cb, **p;
log.c:329log_remove_callback()
free(cb);
log.h:82log_callback::nextlog_callback
struct log_callback *next;

Type Use

Variables of log_callback type
log_forward()::cb
log_forward()::next
log_add_callback()::cb
log_remove_callback()::cb
log_remove_callback()::p
all items filtered out
log_callback
Allocators of log_callback
Deletors of log_callback
all items filtered out
log_callback
all items filtered out