Home
last modified time | relevance | path

Searched refs:set_options (Results 1 – 12 of 12) sorted by relevance

/third_party/toybox/toys/pending/
Dstty.c238 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/
Dconnector.rs40 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()
Dmod.rs1100 pub fn set_options(&mut self, option: SslOptions) -> SslOptions { in set_options() method
/third_party/ffmpeg/libavformat/
Dtls.c32 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/
Dstring_tokenizer.h112 void set_options(int options) { options_ = options; } in set_options() function
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs246 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/
Dares_init.c73 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/
Dnode_worker.cc180 isolate_data_->set_options(std::move(w_->per_isolate_opts_)); in WorkerThreadData()
Denv-inl.h823 inline void IsolateData::set_options( in set_options() function
Denv.h525 inline void set_options(std::shared_ptr<PerIsolateOptions> options);
/third_party/python/Modules/
D_ssl.c3585 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function
4617 (setter) set_options, NULL},
/third_party/chromium/patch/
D0003-ohos-1115.patch184380 @@ -239,7 +239,7 @@ static void set_options(Tcl_Interp *interp){