OpenOCD
connection_read()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
CodeScope
Development Tools
OpenOCD
connection_read()
connection_read() function
Syntax
from
server.h:105
int
connection_read
(
struct
connection
*
connection
,
void
*
data
,
int
len
)
;
Implemented in
server.c:744
Arguments
connection
data
len
References
Location
Referrer
Text
server.c:744
int
connection_read
(
struct
connection
*
connection
,
void
*
data
,
int
len
)
server.h:105
int
connection_read
(
struct
connection
*
connection
,
void
*
data
,
int
len
)
;
arm_tpiu_swo.c:267
arm_tpiu_swo_service_input()
int
bytes_read
=
connection_read
(
connection
,
&
dummy
,
sizeof
(
dummy
)
)
;
ipdbg.c:720
ipdbg_on_connection_input()
int
bytes_read
=
connection_read
(
connection
,
fifo
->
buffer
+
fifo
->
count
,
IPDBG_BUFFER_SIZE
-
fifo
->
count
)
;
jsp_server.c:109
jsp_input()
bytes_read
=
connection_read
(
connection
,
buffer
,
TELNET_BUFFER_SIZE
)
;
rtt_server.c:95
rtt_input()
bytes_read
=
connection_read
(
connection
,
buffer
,
sizeof
(
buffer
)
)
;
semihosting_common.c:245
semihosting_redirect_read()
int
retval
=
connection_read
(
semihosting
->
tcp_connection
,
buf
,
size
)
;
semihosting_common.c:1787
semihosting_service_input_handler()
int
bytes_read
=
connection_read
(
connection
,
buf
,
buf_len
)
;
tcl_server.c:176
tcl_input()
rlen
=
connection_read
(
connection
,
&
in
,
sizeof
(
in
)
)
;
telnet_server.c:757
telnet_input()
bytes_read
=
connection_read
(
connection
,
buffer
,
TELNET_BUFFER_SIZE
)
;
Call Tree
Functions calling
connection_read()
Functions called by
connection_read()
jsp_input()
telnet_input()
rtt_input()
tcl_input()
ipdbg_on_connection_input()
arm_tpiu_swo_service_input()
semihosting_redirect_read()
semihosting_service_input_handler()
all items filtered out
connection_read()
read_socket()
read()
all items filtered out
Data read by
connection_read()
connection_type::CONNECTION_TCP
connection::fd
connection::service
service::type
connection_read()::connection
connection_read()::data
connection_read()::len
all items filtered out
connection_read()