Searched refs:sqlite3BtreeConnectionCount (Results 1 – 1 of 1) sorted by relevance
17438 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);17444 # define sqlite3BtreeConnectionCount(X) 1 macro25256 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status64()75940 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );84685 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){ function