Home
last modified time | relevance | path

Searched refs:actConn (Results 1 – 4 of 4) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/
H A DScreenComposite.py1096 actConn = origConn
1098 actConn = DbConnect(details.dbName, details.predActTable, user=details.dbUser,
1109 actColName = actConn.GetColumnNames()[-1]
1112 rawD = actConn.GetData(fields='%s,%s' % (idName, actColName), where=whereTxt, extras=ptIds)
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dhost.c3074 unsigned int peerNum = 0, actConn = 0, slpConn = 0, maxcon = 0; in hostLogStatus() local
3092 actConn += h->activeCxns; in hostLogStatus()
3141 peerNum, actConn, slpConn, (maxcon - (actConn + slpConn))); in hostLogStatus()
/dports/news/inn/inn-2.6.4/innfeed/
H A Dhost.c3235 unsigned int peerNum = 0, actConn = 0, slpConn = 0, maxcon = 0 ; in hostLogStatus() local
3253 actConn += h->activeCxns ; in hostLogStatus()
3301 peerNum, actConn, slpConn,(maxcon - (actConn + slpConn))) ; in hostLogStatus()
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dhost.c3235 unsigned int peerNum = 0, actConn = 0, slpConn = 0, maxcon = 0 ; in hostLogStatus() local
3253 actConn += h->activeCxns ; in hostLogStatus()
3301 peerNum, actConn, slpConn,(maxcon - (actConn + slpConn))) ; in hostLogStatus()