/third_party/toybox/toys/pending/ |
D | stty.c | 238 static void set_options(struct termios* new, ...) in set_options() function 286 set_options(t, "cread", "-ignbrk", "brkint", "-inlcr", "-igncr", "icrnl", in make_sane() 361 set_options(&new, "brkint", "ignpar", "istrip", "icrnl", "ixon", in do_stty() 364 set_options(&new, "parenb", "cs7", "-parodd", NULL); in do_stty() 366 set_options(&new, "parenb", "cs7", "parodd", NULL); in do_stty() 369 set_options(&new, "-parenb", "cs8", NULL); in do_stty() 372 set_options(&new, "-ignbrk", "-brkint", "-ignpar", "-parmrk", "-inpck", in do_stty() 378 set_options(&new, "-icrnl", "-ocrnl", NULL); in do_stty() 380 set_options(&new, "icrnl", "ocrnl", "-inlcr", "-igncr", NULL); in do_stty()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | connector.rs | 40 ctx.set_options(opts); in ctx() 235 ctx.set_options(SslOptions::NO_TLSV1 | SslOptions::NO_TLSV1_1); in mozilla_intermediate_v5() 279 ctx.set_options(SslOptions::CIPHER_SERVER_PREFERENCE); in mozilla_intermediate() 281 ctx.set_options(SslOptions::NO_TLSV1_3); in mozilla_intermediate() 307 ctx.set_options( in mozilla_modern() 311 ctx.set_options(SslOptions::NO_TLSV1_3); in mozilla_modern()
|
D | mod.rs | 1100 pub fn set_options(&mut self, option: SslOptions) -> SslOptions { in set_options() method
|
/third_party/ffmpeg/libavformat/ |
D | tls.c | 32 static void set_options(TLSShared *c, const char *uri) in set_options() function 65 set_options(c, uri); in ff_tls_open_underlying()
|
/third_party/gn/src/base/strings/ |
D | string_tokenizer.h | 112 void set_options(int options) { options_ = options; } in set_options() function
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
D | mod.rs | 246 let opts = ctx.set_options(SslOptions::NO_TICKET); in set_ctx_options() 254 ctx.set_options(SslOptions::ALL); in clear_ctx_options() 862 client.ctx().set_options(super::SslOptions::NO_TLSV1_3); in tmp_dh_callback() 912 client.ctx().set_options(super::SslOptions::NO_TLSV1_3); in tmp_dh_callback_ssl() 1334 client.ctx().set_options(super::SslOptions::NO_TLSV1_3); in psk_ciphers()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_init.c | 73 static int set_options(ares_channel channel, const char *str); 554 status = set_options(channel, res_options); in init_by_environment() 1734 status = set_options(channel, p); in init_by_resolv_conf() 2343 static int set_options(ares_channel channel, const char *str) in set_options() function
|
/third_party/node/src/ |
D | node_worker.cc | 180 isolate_data_->set_options(std::move(w_->per_isolate_opts_)); in WorkerThreadData()
|
D | env-inl.h | 823 inline void IsolateData::set_options( in set_options() function
|
D | env.h | 525 inline void set_options(std::shared_ptr<PerIsolateOptions> options);
|
/third_party/python/Modules/ |
D | _ssl.c | 3585 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function 4617 (setter) set_options, NULL},
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 184380 @@ -239,7 +239,7 @@ static void set_options(Tcl_Interp *interp){
|