Searched refs:init_options (Results 1 – 4 of 4) sorted by relevance
120 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS; in init() localVariable122 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_NO_ATEXIT; in init() localVariable125 OPENSSL_init_ssl(init_options, ptr::null_mut()); in init()
106 init_options() in init_options() function184 init_options(); in stw_init_screen()
223 static void init_options(OptionsContext *o) in init_options() function3326 init_options(&o); in open_files()
4526 + ProfilerInitOptions* init_options = ProfilerInitOptions::Create();4527 + init_options->setSampleInterval(0);4528 + init_options->setMaxBufferSize(0);4530 + scope.GetScriptState(), *init_options, base::TimeTicks(),