Home
last modified time | relevance | path

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

/dports/databases/cego/cego-2.47.11/src/
H A DCegoAdminThread.cc1537 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
1548 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
1559 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
1570 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
1581 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
1594 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
1607 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
1620 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
1633 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
1646 pLockEntry->setAttribute(Chain(XML_LOCKCOUNT_ATTR), Chain(lockCount)); in srvLockStat()
[all …]
H A DCegoXMLdef.h405 #define XML_LOCKCOUNT_ATTR "LOCKCOUNT" macro
H A DCegoAdminHandler.cc3587 CegoFieldValue f1b(LONG_TYPE, (*pLockEntry)->getAttributeValue(XML_LOCKCOUNT_ATTR)); in getLockInfo()
3636 CegoFieldValue f1c(LONG_TYPE, (*pLockEntry)->getAttributeValue(XML_LOCKCOUNT_ATTR)); in getLockStat()