Searched refs:update_interval (Results 1 - 13 of 13) sorted by relevance
/third_party/libfuse/example/ |
H A D | invalidate_path.c | 59 int update_interval; member 63 .update_interval = 1, 69 OPTION("--update-interval=%d", update_interval), 197 sleep(options.update_interval); in update_fs_loop()
|
H A D | notify_store_retrieve.c | 92 int update_interval; member 96 .update_interval = 1, 103 OPTION("--update-interval=%d", update_interval), 335 sleep(options.update_interval); in update_fs_loop()
|
H A D | notify_inval_entry.c | 104 int update_interval; member 110 .update_interval = 1, 118 OPTION("--update-interval=%d", update_interval), 290 sleep(options.update_interval); in update_fs_loop()
|
H A D | notify_inval_inode.c | 89 int update_interval; member 93 .update_interval = 1, 100 OPTION("--update-interval=%d", update_interval), 274 sleep(options.update_interval); in update_fs_loop()
|
/third_party/lame/frontend/ |
H A D | mp3rtp.c | 243 if (global_ui_config.update_interval < 0.) in lame_main() 244 global_ui_config.update_interval = 2.; in lame_main()
|
H A D | main.h | 64 float update_interval; /* to use Frank's time status display */ member
|
H A D | timestatus.c | 293 if (global_ui_config.update_interval <= 0) { /* most likely --disptime x not used */ in encoder_progress() 303 if (dif >= 0 && dif < global_ui_config.update_interval) { in encoder_progress()
|
H A D | lame_main.c | 577 if (global_ui_config.update_interval < 0.) in lame_main() 578 global_ui_config.update_interval = 2.; in lame_main()
|
H A D | parse.c | 2044 global_ui_config.update_interval = (float) double_value; in parse_args_()
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.h | 718 ev_tstamp update_interval; member
|
H A D | shrpx_connection_handler.cc | 800 ev_timer_set(&ocsp_timer_, get_config()->tls.ocsp.update_interval, 0.); in proceed_next_cert_ocsp()
|
H A D | shrpx.cc | 1971 ocspconf.update_interval = 4_h; in fill_default_config() 2945 << util::duration_str(config->tls.ocsp.update_interval) << R"( in print_help()
|
H A D | shrpx_config.cc | 3525 return parse_duration(&config->tls.ocsp.update_interval, opt, optarg); in parse_config()
|
Completed in 23 milliseconds