service::input is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

service::input field

Syntax

int (*input)(struct connection *connection);

References

LocationReferrerText
server.h:78
int (*input)(struct connection *connection);
server.c:214add_service()
c->input = driver->input_handler;
server.c:565server_loop()
retval = service->input(c);

Call Tree

Functions calling service::input
all items filtered out
service::input
Functions writing service::input
all items filtered out
service::input