Home
last modified time | relevance | path

Searched refs:handling_timeout (Results 1 – 3 of 3) sorted by relevance

/dports/news/trn4/trn-4.0-test77/
H A Dinews.c322 static bool handling_timeout = FALSE; in nntp_handle_timeout() local
327 if (handling_timeout) in nntp_handle_timeout()
329 handling_timeout = TRUE; in nntp_handle_timeout()
336 handling_timeout = FALSE; in nntp_handle_timeout()
H A Dnntp.c542 static bool handling_timeout = FALSE; in nntp_handle_timeout() local
547 if (handling_timeout) in nntp_handle_timeout()
549 handling_timeout = TRUE; in nntp_handle_timeout()
561 handling_timeout = FALSE; in nntp_handle_timeout()
/dports/news/trn/trn-3.6/
H A Dnntp.c373 static bool handling_timeout = FALSE; local
377 if (handling_timeout)
379 handling_timeout = TRUE;
388 handling_timeout = FALSE;