Lines Matching defs:app_conn_st
70 struct app_conn_st { struct
71 SSL_CTX *ctx;
72 SSL *ssl;
73 BIO *net_bio;
75 uv_udp_t udp;
76 uv_timer_t timer;
78 uv_stream_t *stream;
79 uv_tcp_t tcp;
80 uv_connect_t tcp_connect;
82 app_connect_cb *app_connect_cb; /* called once handshake is done */
83 void *app_connect_arg;
84 app_read_cb *app_read_cb; /* application's on-RX callback */
85 void *app_read_arg;
86 const char *hostname;
87 char init_handshake, done_handshake, closed;
88 char *teardown_done;
90 UPPER_WRITE_OP *pending_upper_write_head, *pending_upper_write_tail;