Searched refs:negotiate (Results 1 – 25 of 148) sorted by relevance
123456
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | capsnego-cases | 7 |/ 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 …]
|
D | caps-negociation | 200 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/ |
D | proxy-negotiate.d | 3 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)
|
D | negotiate.d | 3 Long: negotiate 6 See-also: basic ntlm anyauth proxy-negotiate 8 Example: --negotiate -u : $URL
|
D | service-name.d | 9 See-also: negotiate proxy-service-name
|
D | proxy-ntlm.d | 5 See-also: proxy-negotiate proxy-anyauth
|
D | proxy-http2.d | 15 Tells curl to try negotiate HTTP version 2 with an HTTPS proxy. The proxy might
|
D | digest.d | 6 Mutexed: basic ntlm negotiate
|
D | basic.d | 15 --ntlm, --digest, or --negotiate).
|
D | no-npn.d | 19 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
|
D | no-alpn.d | 16 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
|
D | ntlm.d | 5 Mutexed: basic negotiate digest anyauth
|
D | anyauth.d | 16 method, which you can do with --basic, --digest, --ntlm, and --negotiate.
|
/third_party/curl/tests/data/ |
D | test2077 | 29 curl --fail --negotiate to unauthenticated service fails 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail --negotiate
|
D | test2078 | 29 curl --negotiate should not send empty POST request only 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --negotiate --data name=value
|
D | test2056 | 50 --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
/third_party/curl/lib/ |
D | http_negotiate.c | 74 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/ |
D | audioencoder | 48 audio_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 166 GST_DEBUG_OBJECT (replace, "negotiate");
|
D | audiodecoder | 48 audio_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 167 GST_DEBUG_OBJECT (replace, "negotiate");
|
D | videodecoder | 50 video_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 170 GST_DEBUG_OBJECT (replace, "negotiate");
|
D | videoencoder | 45 video_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 161 GST_DEBUG_OBJECT(replace, "negotiate");
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | TODO | 13 * make ffmpeg negotiate only with accepted framerates
|
/third_party/curl/docs/ |
D | options-in-versions | 128 --negotiate 7.10.6 176 --proxy-negotiate 7.17.1
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | README | 10 The plugin is alpha channel aware and will try to negotiate with a format
|
/third_party/gstreamer/gstreamer/docs/random/ds/ |
D | negotiation | 28 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