Searched refs:sqlite3BtreeConnectionCount (Results 1 – 1 of 1) sorted by relevance
16409 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);16415 # define sqlite3BtreeConnectionCount(X) 1 macro24090 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()73356 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );82005 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){