connection_type::CONNECTION_PIPE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDconnection_type::CONNECTION_PIPE

connection_type::CONNECTION_PIPE

Syntax

CONNECTION_PIPE;

References

LocationReferrerText
server.h:30
CONNECTION_PIPE,
server.c:120add_connection()
} else if (service->type == CONNECTION_PIPE) {
server.c:167remove_connection()
else if (service->type == CONNECTION_PIPE) {
server.c:229add_service()
c->type = CONNECTION_PIPE;
server.c:314add_service()
} else if (c->type == CONNECTION_PIPE) {
server.c:396remove_services()
if (c->type == CONNECTION_PIPE) {
server.c:568server_loop()
if (service->type == CONNECTION_PIPE ||

Data Use

Functions using connection_type::CONNECTION_PIPE
connection_type::CONNECTION_PIPE