/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/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/eudev/src/scsi_id/ |
D | scsi_id.c | 328 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/ |
D | config_file_types.cpp | 81 po::options_description set_options() in set_options() function 236 auto opts = set_options(); in main()
|
/third_party/boost/libs/beast/example/common/ |
D | server_certificate.hpp | 108 ctx.set_options( in load_server_certificate()
|
/third_party/boost/boost/asio/ssl/ |
D | context.hpp | 130 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/ |
D | server.cpp | 84 context_.set_options( in server()
|
/third_party/boost/libs/asio/example/cpp11/ssl/ |
D | server.cpp | 84 context_.set_options( in server()
|
/third_party/gn/src/base/strings/ |
D | string_tokenizer.h | 112 void set_options(int options) { options_ = options; } in set_options() function
|
/third_party/boost/doc/html/boost_asio/example/cpp03/ssl/ |
D | server.cpp | 101 context_.set_options( in server()
|
/third_party/boost/libs/asio/example/cpp03/ssl/ |
D | server.cpp | 101 context_.set_options( in server()
|
/third_party/boost/boost/asio/ssl/impl/ |
D | context.ipp | 367 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/ |
D | ares_init.c | 80 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/ |
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 | 3758 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function 4784 (setter) set_options, NULL},
|
/third_party/boost/doc/html/ |
D | asio_HTML.manifest | 3087 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/ |
D | reference.qbk | 116565 [[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 `` [''''»''' [link boost_asio.reference.ssl__context.set_options.overload1 more...]]`` 117721 void ``[link boost_asio.reference.ssl__context.set_options.overload2 set_options]``( 117724 `` [''''»''' [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 …]
|