Home
last modified time | relevance | path

Searched refs:getPoolInfo (Results 1 – 13 of 13) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoMain.cc185 bool getPoolInfo(const Chain& poolSize, int& numSeg, int& segSize);
300 if ( getPoolInfo(poolSize, numSeg, segSize) == false ) in main()
903 getPoolInfo(poolSize, numSeg, segSize); in createTableSet()
1015 getPoolInfo(poolSize, numSeg, segSize); in importTableSet()
1151 getPoolInfo(poolSize, numSeg, segSize); in exportTableSet()
1318 getPoolInfo(poolSize, numSeg, segSize); in runBatch()
1473 getPoolInfo(poolSize, numSeg, segSize); in runDaemon()
1922 bool getPoolInfo(const Chain& poolSize, int& numSeg, int& segSize) in getPoolInfo() function
H A DCegoTableManager.h247 void getPoolInfo(CegoTableObject& oe, ListT< ListT<CegoFieldValue> > &info);
H A DCegoAdminHandler.h412 void getPoolInfo(CegoTableObject& oe, ListT<ListT< CegoFieldValue > > & info1,
H A DCegoAdmMon.cc185 _pAH->getPoolInfo(oe, poolinfo1, poolinfo2); in showPool()
H A DCegoAdmAction.cc673 _pAH->getPoolInfo(oe, info1, info2); in poolInfoAction()
H A DCegoAction.cc1359 _pTabMng->getPoolInfo(oe, fa); in execShowPool()
H A DCegoAdminHandler.cc3658 void CegoAdminHandler::getPoolInfo(CegoTableObject& oe, ListT<ListT< CegoFieldValue > > & info1, in getPoolInfo() function in CegoAdminHandler
H A DCegoTableManager.cc6052 void CegoTableManager::getPoolInfo(CegoTableObject& oe, ListT< ListT<CegoFieldValue> > &info) in getPoolInfo() function in CegoTableManager
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dvalue.c51 static inline mempoolThreadPool *getPoolInfo() { in getPoolInfo() function
64 RSValue *v = mempool_get(getPoolInfo()->values); in RS_NewValue()
119 mempool_release(getPoolInfo()->values, v); in RSValue_Free()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dvalue.c51 static inline mempoolThreadPool *getPoolInfo() { in getPoolInfo() function
64 RSValue *v = mempool_get(getPoolInfo()->values); in RS_NewValue()
119 mempool_release(getPoolInfo()->values, v); in RSValue_Free()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dvalue.c50 static inline mempoolThreadPool *getPoolInfo() { in getPoolInfo() function
63 RSValue *v = mempool_get(getPoolInfo()->values); in RS_NewValue()
118 mempool_release(getPoolInfo()->values, v); in RSValue_Free()
/dports/audio/drumstick/drumstick-2.5.0/library/include/drumstick/
H A Dalsaclient.h272 PoolInfo& getPoolInfo();
/dports/audio/drumstick/drumstick-2.5.0/library/alsa/
H A Dalsaclient.cpp1335 MidiClient::getPoolInfo() in getPoolInfo() function in drumstick::ALSA::MidiClient