Home
last modified time | relevance | path

Searched refs:sqlite3BtreeConnectionCount (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.h381 int sqlite3BtreeConnectionCount(Btree*);
387 # define sqlite3BtreeConnectionCount(X) 1 macro
H A Dstatus.c272 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
H A Dbtree.c2718 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 ); in sqlite3BtreeOpen()
11088 int sqlite3BtreeConnectionCount(Btree *p){ in sqlite3BtreeConnectionCount() function