Home
last modified time | relevance | path

Searched refs:getDatabaseSize (Results 1 – 18 of 18) sorted by relevance

/dports/www/kanboard/kanboard-1.2.21/app/Model/
H A DConfigModel.php70 public function getDatabaseSize() function in Kanboard\\Model\\ConfigModel
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DWorldInfo.h105 int getDatabaseSize() const;
H A DWorldInfo.cxx569 int WorldInfo::getDatabaseSize() const in getDatabaseSize() function in WorldInfo
H A Dbzfs.cxx1177 world->getDatabaseSize() + 4 + WorldCodeEndSize; in defineWorld()
1190 buf = nboPackUInt(buf, world->getDatabaseSize()); in defineWorld()
1191 buf = nboPackString(buf, world->getDatabase(), world->getDatabaseSize()); in defineWorld()
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DWorldInfo.h105 int getDatabaseSize() const;
H A DWorldInfo.cxx569 int WorldInfo::getDatabaseSize() const in getDatabaseSize() function in WorldInfo
H A Dbzfs.cxx1177 world->getDatabaseSize() + 4 + WorldCodeEndSize; in defineWorld()
1190 buf = nboPackUInt(buf, world->getDatabaseSize()); in defineWorld()
1191 buf = nboPackString(buf, world->getDatabase(), world->getDatabaseSize()); in defineWorld()
/dports/www/kanboard/kanboard-1.2.21/app/Controller/
H A DConfigController.php21 'db_size' => $this->configModel->getDatabaseSize(),
/dports/www/matomo/piwik/plugins/PrivacyManager/
H A DController.php171 public function getDatabaseSize() function in Piwik\\Plugins\\PrivacyManager\\Controller
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/db/
H A DDatabase.java1519 public long getDatabaseSize() { in getDatabaseSize() method
1543 System.out.println("Allocated size: " + formatByteString(getDatabaseSize())); //$NON-NLS-1$ in reportFreeBlocks()
1546 …System.out.println("wasted: " + formatByteString((getDatabaseSize() - (this.malloced - this.freed)… in reportFreeBlocks()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DConsistencyCheck.actor.cpp555 ACTOR Future<int64_t> getDatabaseSize(Database cx) { in getDatabaseSize() function
593 int64_t _dbSize = wait( self->getDatabaseSize( cx ) ); in checkDataConsistency()
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/inc/
H A Ddatabase.h804 offs_t getDatabaseSize() { in getDatabaseSize() function
/dports/databases/fastdb/fastdb/inc/
H A Ddatabase.h777 size_t getDatabaseSize() { return header->size; } in getDatabaseSize() function
/dports/databases/gigabase/gigabase/
H A Ddatabase.h809 offs_t getDatabaseSize() { in getDatabaseSize() function
H A DCHANGES576 2. Add dbDatabase::getDatabaseSize() method
H A Dlocalcli.cpp2959 *size = s->db->getDatabaseSize();
/dports/databases/fastdb/fastdb/src/
H A Dsubsql.cpp2945 … "<TR><TH align=left>Database size</TH><TD>" << (int)(getDatabaseSize() / 1024) << "Kb</TD></TR>" in defaultPage()
H A Dlocalcli.cpp2559 monitor->database_size = s->db->getDatabaseSize();