Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14637 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
14643 # define sqlite3BtreeConnectionCount(X) 1 macro
20793 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
65795 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
73611 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){

Completed in 377 milliseconds