Home
last modified time | relevance | path

Searched refs:negotiate (Results 1 – 25 of 148) sorted by relevance

123456

/third_party/gstreamer/gstreamer/docs/random/wtay/
Dcapsnego-cases7 |/ pad has negotiate function
15 call negotiate function, set the resulting caps
23 call negotiate function, set the resulting caps
44 |/ pad has negotiate function
49 call negotiate function, set the resulting caps
53 negotiate until agreed
57 call negotiate until caps match padtemplate
61 negotiate until agreed, caps only got send to the
66 call negotiate function with src caps, set caps if ok
70 call negotiate function with src caps, negotiate until agreed
[all …]
Dcaps-negociation200 checked by the pads negotiate function.
206 the negotiate function of a pad is called whenever the pad or
228 When the negotiate function returns NULL (it does not accept the
250 The _renegotiate functions calls the negotiate function of the
251 mpg123->srcpad. the negotiate function would look like this:
299 The audiosink pad negotiate function would look like this:
/third_party/curl/docs/cmdline-opts/
Dproxy-negotiate.d3 Long: proxy-negotiate
8 Example: --proxy-negotiate --proxy-user user:passwd -x proxy $URL
12 with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO)
Dnegotiate.d3 Long: negotiate
6 See-also: basic ntlm anyauth proxy-negotiate
8 Example: --negotiate -u : $URL
Dservice-name.d9 See-also: negotiate proxy-service-name
Dproxy-ntlm.d5 See-also: proxy-negotiate proxy-anyauth
Dproxy-http2.d15 Tells curl to try negotiate HTTP version 2 with an HTTPS proxy. The proxy might
Ddigest.d6 Mutexed: basic ntlm negotiate
Dbasic.d15 --ntlm, --digest, or --negotiate).
Dno-npn.d19 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
Dno-alpn.d16 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
Dntlm.d5 Mutexed: basic negotiate digest anyauth
Danyauth.d16 method, which you can do with --basic, --digest, --ntlm, and --negotiate.
/third_party/curl/tests/data/
Dtest207729 curl --fail --negotiate to unauthenticated service fails
32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail --negotiate
Dtest207829 curl --negotiate should not send empty POST request only
32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --negotiate --data name=value
Dtest205650 --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
/third_party/curl/lib/
Dhttp_negotiate.c74 neg_ctx = &conn->negotiate; in Curl_input_negotiate()
124 &conn->negotiate; in Curl_output_negotiate()
220 Curl_auth_cleanup_spnego(&conn->negotiate); in Curl_http_auth_cleanup_negotiate()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Daudioencoder48 audio_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
166 GST_DEBUG_OBJECT (replace, "negotiate");
Daudiodecoder48 audio_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
167 GST_DEBUG_OBJECT (replace, "negotiate");
Dvideodecoder50 video_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
170 GST_DEBUG_OBJECT (replace, "negotiate");
Dvideoencoder45 video_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
161 GST_DEBUG_OBJECT(replace, "negotiate");
/third_party/gstreamer/gstplugins_good/gst/rtp/
DTODO13 * make ffmpeg negotiate only with accepted framerates
/third_party/curl/docs/
Doptions-in-versions128 --negotiate 7.10.6
176 --proxy-negotiate 7.17.1
/third_party/gstreamer/gstplugins_good/gst/videobox/
DREADME10 The plugin is alpha channel aware and will try to negotiate with a format
/third_party/gstreamer/gstreamer/docs/random/ds/
Dnegotiation28 A boolean that indicates that the pad is ready to negotiate. Set
46 - In response to a negotiate signal, an element should copy the caps
235 <ds> is there a reason why a pad might know (and set) allowed_caps, but not be ready to negotiate?
242 <ds> should the core negotiate links in a pipeline that are negotiatable, even though some other li…
243 <ds> this ends up making us negotiate some things multiple times

123456