Home
last modified time | relevance | path

Searched refs:init_options (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dlib.rs120 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS; in init() localVariable
122 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_NO_ATEXIT; in init() localVariable
125 OPENSSL_init_ssl(init_options, ptr::null_mut()); in init()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_device.c106 init_options() in init_options() function
184 init_options(); in stw_init_screen()
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c223 static void init_options(OptionsContext *o) in init_options() function
3326 init_options(&o); in open_files()
/third_party/chromium/patch/
D0001-cve.patch4526 + ProfilerInitOptions* init_options = ProfilerInitOptions::Create();
4527 + init_options->setSampleInterval(0);
4528 + init_options->setMaxBufferSize(0);
4530 + scope.GetScriptState(), *init_options, base::TimeTicks(),