Home
last modified time | relevance | path

Searched refs:secsInLastPeriod (Results 1 – 3 of 3) sorted by last modified time

/dports/news/inn/inn-2.6.4/innfeed/
H A Dhost.c193 unsigned int secsInLastPeriod ; /* Number of seconds in last period */ member
1084 nh->secsInLastPeriod = 0; in newHost()
1591 if(host->secsInLastPeriod > 0) in hostChkCxns()
1592 lastAPS = host->artsProcLastPeriod / (host->secsInLastPeriod * 1.0); in hostChkCxns()
1702 host->secsInLastPeriod = host->nextCxnTimeChk ; in hostChkCxns()
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dhost.c190 unsigned int secsInLastPeriod; /* Number of seconds in last period */ member
1019 nh->secsInLastPeriod = 0; in newHost()
1519 if (host->secsInLastPeriod > 0) in hostChkCxns()
1520 lastAPS = host->artsProcLastPeriod / (host->secsInLastPeriod * 1.0); in hostChkCxns()
1639 host->secsInLastPeriod = host->nextCxnTimeChk; in hostChkCxns()
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dhost.c193 unsigned int secsInLastPeriod ; /* Number of seconds in last period */ member
1084 nh->secsInLastPeriod = 0; in newHost()
1591 if(host->secsInLastPeriod > 0) in hostChkCxns()
1592 lastAPS = host->artsProcLastPeriod / (host->secsInLastPeriod * 1.0); in hostChkCxns()
1702 host->secsInLastPeriod = host->nextCxnTimeChk ; in hostChkCxns()