connection::priv is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

connection::priv field

Syntax

void *priv;

References

LocationReferrerText
server.h:43
void *priv;
gdb_server.c:186check_pending()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:217gdb_get_char_inner()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:306gdb_get_char_fast()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:318gdb_get_char()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:324gdb_putback_char()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:340gdb_write()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:360gdb_log_incoming_packet()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:394gdb_log_outgoing_packet()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:411gdb_put_packet_inner()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:527gdb_put_packet()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:546fetch_packet()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:658gdb_get_packet_inner()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:738gdb_get_packet()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:774gdb_signal_reply()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:843gdb_fileio_reply()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:931gdb_frontend_halted()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:986gdb_new_connection()
connection->priv = gdb_connection;
gdb_server.c:1095gdb_connection_closed()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:1120gdb_connection_closed()
free(connection->priv);
gdb_server.c:1121gdb_connection_closed()
connection->priv = NULL;
gdb_server.c:1143gdb_last_signal_packet()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:1655gdb_write_memory_binary_packet()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:2801gdb_query_packet()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:3038gdb_handle_vcont_packet()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:3246gdb_restart_inferior()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:3304gdb_v_packet()
struct gdb_connection *gdb_connection = connection->priv;
gdb_server.c:3536gdb_log_callback()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:3566gdb_input_inner()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:3807gdb_input()
struct gdb_connection *gdb_con = connection->priv;
gdb_server.c:3854gdb_keep_client_alive()
struct gdb_connection *gdb_con = connection->priv;
ipdbg.c:137ipdbg_move_buffer_to_connection()
struct ipdbg_connection *connection = conn->priv;
ipdbg.c:427ipdbg_distribute_data_from_hub()
struct ipdbg_connection *connection = conn->priv;
ipdbg.c:579ipdbg_polling_callback()
if (conn && conn->priv) {
ipdbg.c:580ipdbg_polling_callback()
struct ipdbg_connection *connection = conn->priv;
ipdbg.c:600ipdbg_polling_callback()
if (conn && conn->priv) {
ipdbg.c:601ipdbg_polling_callback()
struct ipdbg_connection *connection = conn->priv;
ipdbg.c:692ipdbg_on_new_connection()
connection->priv = &service->connection;
ipdbg.c:703ipdbg_on_new_connection()
struct ipdbg_connection *conn = connection->priv;
ipdbg.c:713ipdbg_on_connection_input()
struct ipdbg_connection *conn = connection->priv;
ipdbg.c:734ipdbg_on_connection_closed()
struct ipdbg_connection *conn = connection->priv;
jsp_server.c:39telnet_write()
struct telnet_connection *t_con = connection->priv;
jsp_server.c:74jsp_new_connection()
connection->priv = telnet_connection;
jsp_server.c:106jsp_input()
struct telnet_connection *t_con = connection->priv;
jsp_server.c:182jsp_connection_closed()
free(connection->priv);
jsp_server.c:183jsp_connection_closed()
connection->priv = NULL;
server.c:71add_connection()
c->priv = NULL;
tcl_server.c:46tcl_target_callback_event_handler()
tclc = connection->priv;
tcl_server.c:71tcl_target_callback_reset_handler()
tclc = connection->priv;
tcl_server.c:92tcl_target_callback_trace_handler()
tclc = connection->priv;
tcl_server.c:117tcl_output()
tclc = connection->priv;
tcl_server.c:147tcl_new_connection()
connection->priv = tclc;
tcl_server.c:183tcl_input()
tclc = connection->priv;
tcl_server.c:252tcl_closed()
tclc = connection->priv;
tcl_server.c:258tcl_closed()
connection->priv = NULL;
tcl_server.c:301handle_tcl_notifications_command()
tclc = connection->priv;
tcl_server.c:318handle_tcl_trace_command()
tclc = connection->priv;
telnet_server.c:41telnet_write()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:60telnet_prompt()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:100telnet_log_callback()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:222telnet_new_connection()
connection->priv = telnet_connection;
telnet_server.c:271telnet_history_go()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:286telnet_history_up()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:296telnet_history_down()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:305telnet_history_add()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:333telnet_history_print()
tc = connection->priv;
telnet_server.c:361telnet_move_cursor()
struct telnet_connection *tc = connection->priv;
telnet_server.c:390telnet_can_insert()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:403telnet_insert()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:434telnet_delete_character()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:467telnet_remove_character()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:491telnet_exec_line()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:536telnet_cut_line_to_end()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:553telnet_interrupt()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:565telnet_auto_complete()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:755telnet_input()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:908telnet_connection_closed()
struct telnet_connection *t_con = connection->priv;
telnet_server.c:927telnet_connection_closed()
free(connection->priv);
telnet_server.c:928telnet_connection_closed()
connection->priv = NULL;

Data Use

Functions writing connection::priv
Functions reading connection::priv
connection::priv