Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17438 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
17444 # define sqlite3BtreeConnectionCount(X) 1 macro
25256 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status64()
75940 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
84685 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){ function