Searched refs:ssh_knownhosts (Results 1 – 2 of 2) sorted by relevance
198 sink->ssh_knownhosts = NULL; in gst_curl_ssh_sink_init()214 g_free (this->ssh_knownhosts); in gst_curl_ssh_sink_finalize()266 g_free (sink->ssh_knownhosts); in gst_curl_ssh_sink_set_property()267 sink->ssh_knownhosts = g_value_dup_string (value); in gst_curl_ssh_sink_set_property()268 GST_DEBUG_OBJECT (sink, "ssh_knownhosts set to %s", sink->ssh_knownhosts); in gst_curl_ssh_sink_set_property()325 g_value_set_string (value, sink->ssh_knownhosts); in gst_curl_ssh_sink_get_property()371 if (sink->ssh_knownhosts) { in gst_curl_ssh_sink_set_options_unlocked()373 sink->ssh_knownhosts)) != CURLE_OK) { in gst_curl_ssh_sink_set_options_unlocked()
71 gchar *ssh_knownhosts; /* filename of the 'known_hosts' file: member