Searched refs:handshake_done (Results 1 – 7 of 7) sorted by relevance
/third_party/curl/lib/vtls/ |
D | vtls_int.h | 78 struct curltime handshake_done; /* time when handshake finished */ member
|
D | vtls.c | 1542 connssl->handshake_done = Curl_now(); in ssl_cf_connect() 1659 *when = connssl->handshake_done; in ssl_cf_query()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpclient.c | 316 static void handshake_done (GObject * source, GAsyncResult * result, 479 g_task_get_cancellable (task), handshake_done, task); in socket_connect_done() 485 handshake_done (GObject * source, GAsyncResult * result, gpointer user_data) in handshake_done() function
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_pkt.h | 364 ngtcp2_handshake_done handshake_done; member
|
D | ngtcp2_log.c | 531 log_fr_handshake_done(log, hd, &fr->handshake_done, dir); in log_fr()
|
D | ngtcp2_pkt.c | 540 return ngtcp2_pkt_decode_handshake_done_frame(&dest->handshake_done, in ngtcp2_pkt_decode_frame() 1562 &fr->handshake_done); in ngtcp2_pkt_encode_frame()
|
D | ngtcp2_qlog.c | 890 p = write_handshake_done_frame(p, &fr->handshake_done); in ngtcp2_qlog_write_frame()
|