Searched refs:init_options (Results 1 – 5 of 5) sorted by relevance
117 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS; in init() localVariable119 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_NO_ATEXIT; in init() localVariable122 OPENSSL_init_ssl(init_options, ptr::null_mut()); in init()
106 init_options() in init_options() function184 init_options(); in stw_init_screen()
55 extern void init_gwp_asan(void *init_options);
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(),