Home
last modified time | relevance | path

Searched refs:shutdown_read (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgdtlsconnection.h79 gboolean shutdown_read,
85 gboolean shutdown_read,
165 … gboolean shutdown_read,
172 … gboolean shutdown_read,
Dgdtlsconnection.c805 gboolean shutdown_read, in g_dtls_connection_shutdown() argument
817 if (!shutdown_read && !shutdown_write) in g_dtls_connection_shutdown()
823 return iface->shutdown (conn, shutdown_read, shutdown_write, in g_dtls_connection_shutdown()
844 gboolean shutdown_read, in g_dtls_connection_shutdown_async() argument
Dgsocket.h272 gboolean shutdown_read,
Dgsocket.c3604 gboolean shutdown_read, in g_socket_shutdown() argument
3616 if (!shutdown_read && !shutdown_write) in g_socket_shutdown()
3620 if (shutdown_read && shutdown_write) in g_socket_shutdown()
3622 else if (shutdown_read) in g_socket_shutdown()
3627 if (shutdown_read && shutdown_write) in g_socket_shutdown()
3629 else if (shutdown_read) in g_socket_shutdown()
3643 if (shutdown_read) in g_socket_shutdown()