Home
last modified time | relevance | path

Searched defs:init_options (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dlib.rs117 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS; in init() localVariable
119 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_NO_ATEXIT; in init() localVariable
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_device.c106 init_options() in init_options() function
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c225 static void init_options(OptionsContext *o) in init_options() function