Home
last modified time | relevance | path

Searched refs:pending_yps (Results 1 – 2 of 2) sorted by relevance

/dports/audio/icecast/icecast-2.4.4/src/
H A Dyp.c89 static volatile struct yp_server *active_yps = NULL, *pending_yps = NULL; variable
168 server = (struct yp_server *)pending_yps; in find_yp_server()
264 server->next = (struct yp_server *)pending_yps; in yp_recheck_config()
265 pending_yps = server; in yp_recheck_config()
635 while (pending_yps) in check_servers()
639 server = (struct yp_server *)pending_yps; in check_servers()
640 pending_yps = server->next; in check_servers()
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dyp.c102 static volatile struct yp_server *active_yps = NULL, *pending_yps = NULL; variable
200 server = (struct yp_server *)pending_yps; in find_yp_server()
346 server->next = (struct yp_server *)pending_yps; in yp_recheck_config()
347 pending_yps = server; in yp_recheck_config()
758 while (pending_yps) in check_servers()
762 server = (struct yp_server *)pending_yps; in check_servers()
763 pending_yps = server->next; in check_servers()