Searched refs:sqlite3BtreeConnectionCount (Results 1 – 1 of 1) sorted by relevance
17459 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);17465 # define sqlite3BtreeConnectionCount(X) 1 macro25286 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status64()76048 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );84810 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){ function