Searched refs:sqlite3BtreeConnectionCount (Results 1 – 1 of 1) sorted by relevance
16362 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);16368 # define sqlite3BtreeConnectionCount(X) 1 macro24002 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()72948 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );81565 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){