Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16362 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
16368 # define sqlite3BtreeConnectionCount(X) 1 macro
24002 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
72948 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
81565 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){