• Home
  • Raw
  • Download

Lines Matching refs:dis

276 _my_g_data_input_stream_read_line (GDataInputStream  *dis,  in _my_g_data_input_stream_read_line()  argument
285 ret = g_data_input_stream_read_line (dis, in _my_g_data_input_stream_read_line()
566 GDataInputStream *dis; in _g_dbus_auth_run_client() local
589dis = G_DATA_INPUT_STREAM (g_data_input_stream_new (g_io_stream_get_input_stream (auth->priv->stre… in _g_dbus_auth_run_client()
591 g_filter_input_stream_set_close_base_stream (G_FILTER_INPUT_STREAM (dis), FALSE); in _g_dbus_auth_run_client()
594 g_data_input_stream_set_newline_type (dis, G_DATA_STREAM_NEWLINE_TYPE_CR_LF); in _g_dbus_auth_run_client()
644 line = _my_g_data_input_stream_read_line (dis, &line_length, cancellable, error); in _g_dbus_auth_run_client()
686 line = _my_g_data_input_stream_read_line (dis, &line_length, cancellable, error); in _g_dbus_auth_run_client()
742 line = _my_g_data_input_stream_read_line (dis, &line_length, cancellable, error); in _g_dbus_auth_run_client()
783 line = _my_g_data_input_stream_read_line (dis, &line_length, cancellable, error); in _g_dbus_auth_run_client()
858 g_object_unref (dis); in _g_dbus_auth_run_client()
936 GDataInputStream *dis; in _g_dbus_auth_run_server() local
952 dis = NULL; in _g_dbus_auth_run_server()
968dis = G_DATA_INPUT_STREAM (g_data_input_stream_new (g_io_stream_get_input_stream (auth->priv->stre… in _g_dbus_auth_run_server()
970 g_filter_input_stream_set_close_base_stream (G_FILTER_INPUT_STREAM (dis), FALSE); in _g_dbus_auth_run_server()
973 g_data_input_stream_set_newline_type (dis, G_DATA_STREAM_NEWLINE_TYPE_CR_LF); in _g_dbus_auth_run_server()
1014 (void)g_data_input_stream_read_byte (dis, cancellable, &local_error); in _g_dbus_auth_run_server()
1023 (void)g_data_input_stream_read_byte (dis, cancellable, &local_error); in _g_dbus_auth_run_server()
1053 line = _my_g_data_input_stream_read_line (dis, &line_length, cancellable, error); in _g_dbus_auth_run_server()
1263 line = _my_g_data_input_stream_read_line (dis, &line_length, cancellable, error); in _g_dbus_auth_run_server()
1367 g_clear_object (&dis); in _g_dbus_auth_run_server()