Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgunixconnection.c142 GSocketControlMessage **scms; in g_unix_connection_receive_fd() local
151 &scms, &nscm, NULL, cancellable, error) != 1) in g_unix_connection_receive_fd()
172 g_object_unref (scms[i]); in g_unix_connection_receive_fd()
174 g_free (scms); in g_unix_connection_receive_fd()
179 if (!G_IS_UNIX_FD_MESSAGE (scms[0])) in g_unix_connection_receive_fd()
183 g_object_unref (scms[0]); in g_unix_connection_receive_fd()
184 g_free (scms); in g_unix_connection_receive_fd()
189 fdmsg = G_UNIX_FD_MESSAGE (scms[0]); in g_unix_connection_receive_fd()
190 g_free (scms); in g_unix_connection_receive_fd()
483 GSocketControlMessage **scms; in g_unix_connection_receive_credentials() local
[all …]