Searched refs:sqlite3BtreeConnectionCount (Results 1 – 3 of 3) sorted by relevance
381 int sqlite3BtreeConnectionCount(Btree*);387 # define sqlite3BtreeConnectionCount(X) 1 macro
272 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
2718 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 ); in sqlite3BtreeOpen()11088 int sqlite3BtreeConnectionCount(Btree *p){ in sqlite3BtreeConnectionCount() function