Home
last modified time | relevance | path

Searched refs:handshake_done (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/lib/vtls/
Dvtls_int.h78 struct curltime handshake_done; /* time when handshake finished */ member
Dvtls.c1542 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/
Drtmpclient.c316 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/
Dngtcp2_pkt.h364 ngtcp2_handshake_done handshake_done; member
Dngtcp2_log.c531 log_fr_handshake_done(log, hd, &fr->handshake_done, dir); in log_fr()
Dngtcp2_pkt.c540 return ngtcp2_pkt_decode_handshake_done_frame(&dest->handshake_done, in ngtcp2_pkt_decode_frame()
1562 &fr->handshake_done); in ngtcp2_pkt_encode_frame()
Dngtcp2_qlog.c890 p = write_handshake_done_frame(p, &fr->handshake_done); in ngtcp2_qlog_write_frame()