Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A 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/
H A Dconnector.rs41 ctx.set_options(opts); in ctx()
236 ctx.set_options(SslOptions::NO_TLSV1 | SslOptions::NO_TLSV1_1); in mozilla_intermediate_v5()
280 ctx.set_options(SslOptions::CIPHER_SERVER_PREFERENCE); in mozilla_intermediate()
282 ctx.set_options(SslOptions::NO_TLSV1_3); in mozilla_intermediate()
308 ctx.set_options( in mozilla_modern()
312 ctx.set_options(SslOptions::NO_TLSV1_3); in mozilla_modern()
H A Dmod.rs1111 pub fn set_options(&mut self, option: SslOptions) -> SslOptions { in set_options() functions
/third_party/ffmpeg/libavformat/
H A Dtls.c33 static void set_options(TLSShared *c, const char *uri) in set_options() function
67 set_options(c, uri); in ff_tls_open_underlying()
/third_party/eudev/src/scsi_id/
H A Dscsi_id.c328 static int set_options(struct udev *udev, in set_options() function
336 * set_options twice (once for command line, and once for config in set_options()
601 if (set_options(udev, newargc, newargv, maj_min_dev) < 0) { in main()
610 if (set_options(udev, argc, argv, maj_min_dev) < 0) in main()
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig_files.c372 static ares_status_t set_options(ares_sysconfig_t *sysconfig, const char *str) in set_options() function
533 status = set_options(sysconfig, res_options); in ares__init_by_environment()
582 status = set_options(sysconfig, p); in ares__init_sysconfig_files()
/third_party/gn/src/base/strings/
H A Dstring_tokenizer.h55 // t.set_options(StringTokenizer::RETURN_DELIMS);
87 // Options that may be pass to set_options()
112 void set_options(int options) { options_ = options; } in set_options() function in base::StringTokenizerT
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs262 let opts = ctx.set_options(SslOptions::NO_TICKET); in set_ctx_options()
270 ctx.set_options(SslOptions::ALL); in clear_ctx_options()
936 client.ctx().set_options(super::SslOptions::NO_TLSV1_3); in tmp_dh_callback()
986 client.ctx().set_options(super::SslOptions::NO_TLSV1_3); in tmp_dh_callback_ssl()
1408 client.ctx().set_options(super::SslOptions::NO_TLSV1_3); in psk_ciphers()
/third_party/node/src/
H A Denv-inl.h523 inline void IsolateData::set_options( in set_options() function in node::IsolateData
H A Denv.h137 inline void set_options(std::shared_ptr<PerIsolateOptions> options);
H A Dnode_worker.cc182 isolate_data_->set_options(std::move(w_->per_isolate_opts_)); in WorkerThreadData()
/third_party/python/Modules/
H A D_ssl.c3623 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function
4719 (setter) set_options, NULL},

Completed in 23 milliseconds