Searched refs:unix_stream (Results 1 – 3 of 3) sorted by relevance
174 GUnixOutputStream *unix_stream; in g_unix_output_stream_set_property() local176 unix_stream = G_UNIX_OUTPUT_STREAM (object); in g_unix_output_stream_set_property()181 unix_stream->priv->fd = g_value_get_int (value); in g_unix_output_stream_set_property()184 unix_stream->priv->close_fd = g_value_get_boolean (value); in g_unix_output_stream_set_property()198 GUnixOutputStream *unix_stream; in g_unix_output_stream_get_property() local200 unix_stream = G_UNIX_OUTPUT_STREAM (object); in g_unix_output_stream_get_property()205 g_value_set_int (value, unix_stream->priv->fd); in g_unix_output_stream_get_property()208 g_value_set_boolean (value, unix_stream->priv->close_fd); in g_unix_output_stream_get_property()216 g_unix_output_stream_init (GUnixOutputStream *unix_stream) in g_unix_output_stream_init() argument218 unix_stream->priv = G_TYPE_INSTANCE_GET_PRIVATE (unix_stream, in g_unix_output_stream_init()[all …]
188 GUnixInputStream *unix_stream; in g_unix_input_stream_set_property() local190 unix_stream = G_UNIX_INPUT_STREAM (object); in g_unix_input_stream_set_property()195 unix_stream->priv->fd = g_value_get_int (value); in g_unix_input_stream_set_property()198 unix_stream->priv->close_fd = g_value_get_boolean (value); in g_unix_input_stream_set_property()212 GUnixInputStream *unix_stream; in g_unix_input_stream_get_property() local214 unix_stream = G_UNIX_INPUT_STREAM (object); in g_unix_input_stream_get_property()219 g_value_set_int (value, unix_stream->priv->fd); in g_unix_input_stream_get_property()222 g_value_set_boolean (value, unix_stream->priv->close_fd); in g_unix_input_stream_get_property()230 g_unix_input_stream_init (GUnixInputStream *unix_stream) in g_unix_input_stream_init() argument232 unix_stream->priv = G_TYPE_INSTANCE_GET_PRIVATE (unix_stream, in g_unix_input_stream_init()[all …]
352 <tt/unix_stream/, <tt/packet_raw/, <tt/packet_dgram/.460 <tt/u_str/ is abbreviation for <tt/unix_stream/, <tt/u_dgr/ for UNIX