Home
last modified time | relevance | path

Searched refs:set_options (Results 1 – 20 of 20) 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/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/eudev/src/scsi_id/
Dscsi_id.c328 static int set_options(struct udev *udev, in set_options() function
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/boost/libs/program_options/example/
Dconfig_file_types.cpp81 po::options_description set_options() in set_options() function
236 auto opts = set_options(); in main()
/third_party/boost/libs/beast/example/common/
Dserver_certificate.hpp108 ctx.set_options( in load_server_certificate()
/third_party/boost/boost/asio/ssl/
Dcontext.hpp130 BOOST_ASIO_DECL void set_options(options o);
144 BOOST_ASIO_DECL BOOST_ASIO_SYNC_OP_VOID set_options(options o,
/third_party/boost/doc/html/boost_asio/example/cpp11/ssl/
Dserver.cpp84 context_.set_options( in server()
/third_party/boost/libs/asio/example/cpp11/ssl/
Dserver.cpp84 context_.set_options( in server()
/third_party/gn/src/base/strings/
Dstring_tokenizer.h112 void set_options(int options) { options_ = options; } in set_options() function
/third_party/boost/doc/html/boost_asio/example/cpp03/ssl/
Dserver.cpp101 context_.set_options( in server()
/third_party/boost/libs/asio/example/cpp03/ssl/
Dserver.cpp101 context_.set_options( in server()
/third_party/boost/boost/asio/ssl/impl/
Dcontext.ipp367 set_options(no_compression);
474 void context::set_options(context::options o)
477 set_options(o, ec);
478 boost::asio::detail::throw_error(ec, "set_options");
481 BOOST_ASIO_SYNC_OP_VOID context::set_options(
/third_party/cares/
Dares_init.c80 static int set_options(ares_channel channel, const char *str);
575 status = set_options(channel, res_options); in init_by_environment()
1701 status = set_options(channel, p); in init_by_resolv_conf()
2316 static int set_options(ares_channel channel, const char *str) in set_options() function
/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.c3758 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function
4784 (setter) set_options, NULL},
/third_party/boost/doc/html/
Dasio_HTML.manifest3087 boost_asio/reference/ssl__context/set_options.html
3088 boost_asio/reference/ssl__context/set_options/overload1.html
3089 boost_asio/reference/ssl__context/set_options/overload2.html
/third_party/boost/libs/asio/doc/
Dreference.qbk116565 [[link boost_asio.reference.ssl__context.set_options [*set_options]]]
117711 [section:set_options ssl::context::set_options]
117713 [indexterm2 boost_asio.indexterm.ssl__context.set_options..set_options..ssl::context]
117717 void ``[link boost_asio.reference.ssl__context.set_options.overload1 set_options]``(
117719 `` [''''&raquo;''' [link boost_asio.reference.ssl__context.set_options.overload1 more...]]``
117721 void ``[link boost_asio.reference.ssl__context.set_options.overload2 set_options]``(
117724 `` [''''&raquo;''' [link boost_asio.reference.ssl__context.set_options.overload2 more...]]``
117727 [section:overload1 ssl::context::set_options (1 of 2 overloads)]
117733 void set_options(
117771 [section:overload2 ssl::context::set_options (2 of 2 overloads)]
[all …]