Home
last modified time | relevance | path

Searched refs:touch_interval (Results 1 – 6 of 6) sorted by relevance

/dports/audio/icecast/icecast-2.4.4/src/
H A Dyp.c45 unsigned touch_interval; member
78 unsigned touch_interval; member
143 yp->touch_interval = secs; in handle_returned_header()
243 server->touch_interval = config->yp_touch_interval[i]; in yp_recheck_config()
252 if (server->touch_interval < 30) in yp_recheck_config()
253 server->touch_interval = 30; in yp_recheck_config()
330 if (yp->touch_interval < 1200) in send_to_yp()
333 yp->next_update = now + yp->touch_interval; in send_to_yp()
486 yp->next_update = now + yp->touch_interval; in do_yp_touch()
658 yp->touch_interval = server->touch_interval; in check_servers()
[all …]
H A Dcfgfile.h57 int touch_interval; member
166 int touch_interval; member
H A Dcfgfile.c423 configuration->touch_interval = CONFIG_DEFAULT_TOUCH_FREQ; in _set_defaults()
1299 server->touch_interval = configuration->touch_interval; in _add_server()
1313 server->touch_interval = atoi(tmp); in _add_server()
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dyp.c46 unsigned touch_interval; member
79 unsigned touch_interval; member
171 if (yp->touch_interval != secs) in response_header()
174 yp->touch_interval = secs; in response_header()
334 if (server->touch_interval < 30) in yp_recheck_config()
335 server->touch_interval = 30; in yp_recheck_config()
413 if (yp->touch_interval < 1200) in send_to_yp()
416 yp_schedule (yp, yp->touch_interval); in send_to_yp()
593 yp_schedule (yp, yp->touch_interval); in do_yp_touch()
782 yp->touch_interval = server->touch_interval; in check_servers()
[all …]
H A Dcfgfile.h87 int touch_interval; member
278 int touch_interval; member
H A Dcfgfile.c636 configuration->touch_interval = CONFIG_DEFAULT_TOUCH_FREQ; in _set_defaults()