Home
last modified time | relevance | path

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

123456

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbtree.h340 int sqlite3BtreeConnectionCount(Btree*);
346 # define sqlite3BtreeConnectionCount(X) 1 macro
H A Dstatus.c233 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
H A Dbtree.c2481 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 ); in sqlite3BtreeOpen()
9874 int sqlite3BtreeConnectionCount(Btree *p){ in sqlite3BtreeConnectionCount() function
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbtree.h377 int sqlite3BtreeConnectionCount(Btree*);
383 # define sqlite3BtreeConnectionCount(X) 1 macro
H A Dstatus.c272 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
H A Dbtree.c2649 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 ); in sqlite3BtreeOpen()
10732 int sqlite3BtreeConnectionCount(Btree *p){ in sqlite3BtreeConnectionCount() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbtree.h362 int sqlite3BtreeConnectionCount(Btree*);
368 # define sqlite3BtreeConnectionCount(X) 1 macro
H A Dstatus.c272 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
H A Dbtree.c2620 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 ); in sqlite3BtreeOpen()
10519 int sqlite3BtreeConnectionCount(Btree *p){ in sqlite3BtreeConnectionCount() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbtree.h374 int sqlite3BtreeConnectionCount(Btree*);
380 # define sqlite3BtreeConnectionCount(X) 1 macro
H A Dstatus.c272 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
H A Dbtree.c2631 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 ); in sqlite3BtreeOpen()
10576 int sqlite3BtreeConnectionCount(Btree *p){ in sqlite3BtreeConnectionCount() function
/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Dsqlite3.c12324 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
12330 # define sqlite3BtreeConnectionCount(X) 1 macro
18406 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
60553 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
67848 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c12320 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
12326 # define sqlite3BtreeConnectionCount(X) 1 macro
18402 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
60529 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
67824 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){
/dports/devel/openocd/openocd-0.11.0/jimtcl/sqlite3/
H A Dsqlite3.c12324 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
12330 # define sqlite3BtreeConnectionCount(X) 1 macro
18406 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
60553 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
67848 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){
/dports/lang/php73/php-7.3.33/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){
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/sqlite-3.20.1/
H A Dsqlite3.c13483 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
13489 # define sqlite3BtreeConnectionCount(X) 1 macro
19237 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
62044 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
69437 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c14682 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
14688 # define sqlite3BtreeConnectionCount(X) 1 macro
20863 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
65860 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
73693 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){
/dports/databases/php73-sqlite3/php-7.3.33/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){
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14459 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
14465 # define sqlite3BtreeConnectionCount(X) 1 macro
20490 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
65202 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
72849 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){
/dports/emulators/mgba/mgba-0.9.2/src/third-party/sqlite3/
H A Dsqlite3.c12437 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
12443 # define sqlite3BtreeConnectionCount(X) 1 macro
18556 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
61168 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
68463 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/cbits/
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){
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14459 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
14465 # define sqlite3BtreeConnectionCount(X) 1 macro
20490 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
65202 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
72849 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/sqlite3/
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){
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14459 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree*);
14465 # define sqlite3BtreeConnectionCount(X) 1 macro
20490 nByte = nByte / sqlite3BtreeConnectionCount(pBt); in sqlite3_db_status()
65202 assert( rc!=SQLITE_OK || sqlite3BtreeConnectionCount(*ppBtree)>0 );
72849 SQLITE_PRIVATE int sqlite3BtreeConnectionCount(Btree *p){

123456