Home
last modified time | relevance | path

Searched refs:basesink (Results 101 – 125 of 883) sorted by relevance

12345678910>>...36

/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/audio/gstreamer1-plugins-webrtcdsp/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/audio/gstreamer1-plugins-ladspa/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/audio/gstreamer1-plugins-musepack/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/audio/gstreamer1-plugins-openmpt/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/graphics/gstreamer1-plugins-webp/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/graphics/gstreamer1-plugins-rsvg/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/graphics/gstreamer1-plugins-zbar/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/graphics/gstreamer1-plugins-vulkan/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/graphics/gstreamer1-plugins-openjpeg/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/audio/gstreamer1-plugins-lv2/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]
/dports/comms/gstreamer1-plugins-spandsp/gst-plugins-bad-1.16.2/ext/curl/
H A Dgstcurlsftpsink.c143 set_sftp_dynamic_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_dynamic_options_unlocked() argument
145 gchar *tmp = g_strdup_printf ("%s%s", basesink->url, basesink->file_name); in set_sftp_dynamic_options_unlocked()
148 curl_err = curl_easy_setopt (basesink->curl, CURLOPT_URL, tmp); in set_sftp_dynamic_options_unlocked()
151 basesink->error = g_strdup_printf ("failed to set URL: %s", in set_sftp_dynamic_options_unlocked()
160 set_sftp_options_unlocked (GstCurlBaseSink * basesink) in set_sftp_options_unlocked() argument
162 GstCurlSftpSink *sink = GST_CURL_SFTP_SINK (basesink); in set_sftp_options_unlocked()
167 curl_easy_setopt (basesink->curl, CURLOPT_UPLOAD, 1L)) != CURLE_OK) { in set_sftp_options_unlocked()
168 basesink->error = g_strdup_printf ("failed to prepare for upload: %s", in set_sftp_options_unlocked()
174 if ((curl_err = curl_easy_setopt (basesink->curl, in set_sftp_options_unlocked()
176 basesink->error = in set_sftp_options_unlocked()
[all …]

12345678910>>...36