Searched refs:g_tls_connection_handshake (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/gio/ |
D | gtlsconnection.h | 143 gboolean g_tls_connection_handshake (GTlsConnection *conn,
|
D | ghttpproxy.c | 215 if (!g_tls_connection_handshake (G_TLS_CONNECTION (tlsconn), cancellable, error)) in g_http_proxy_connect()
|
D | gtlsconnection.c | 971 g_tls_connection_handshake (GTlsConnection *conn, in g_tls_connection_handshake() function
|
D | gsocketclient.c | 1215 if (g_tls_connection_handshake (G_TLS_CONNECTION (tlsconn), in g_socket_client_connect()
|
/third_party/glib/gio/tests/ |
D | socket-server.c | 222 if (!g_tls_connection_handshake (G_TLS_CONNECTION (tls_conn), in main()
|
D | socket-client.c | 230 if (!g_tls_connection_handshake (G_TLS_CONNECTION (tls_conn), in make_connection()
|
/third_party/libsoup/tests/ |
D | ssl-test.c | 341 if (g_tls_connection_handshake (G_TLS_CONNECTION (tls), NULL, &error)) { in got_connection()
|
/third_party/libsoup/libsoup/ |
D | soup-socket.c | 1501 if (!g_tls_connection_handshake (G_TLS_CONNECTION (priv->conn), in soup_socket_handshake_sync()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3754 g_tls_connection_handshake
|
/third_party/glib/ |
D | NEWS | 2349 - !467 Update documentation of g_tls_connection_handshake() again
|