Home
last modified time | relevance | path

Searched refs:pBusyArg (Results 101 – 125 of 179) sorted by relevance

12345678

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlite3/
H A Dsqlite3.c14791 void *pBusyArg; /* First arg to busy callback */ member
52613 void *pBusyArg, /* Context argument for xBusyHandler */
62198 void *pBusyArg, /* Context argument for xBusyHandler */
62205 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
62292 void *pBusyArg, /* Context argument for xBusyHandler */
62327 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
62348 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
64096 void *pBusyArg, /* Context argument for xBusyHandler */
64147 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
166780 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c14677 void *pBusyArg; /* First arg to busy callback */ member
57072 void *pBusyArg, /* Context argument for xBusyHandler */
66846 void *pBusyArg, /* Context argument for xBusyHandler */
66853 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
66940 void *pBusyArg, /* Context argument for xBusyHandler */
66975 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
66996 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
68752 void *pBusyArg, /* Context argument for xBusyHandler */
68803 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
168389 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14464 void *pBusyArg; /* First arg to busy callback */ member
53166 void *pBusyArg, /* Context argument for xBusyHandler */
62875 void *pBusyArg, /* Context argument for xBusyHandler */
62882 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
62969 void *pBusyArg, /* Context argument for xBusyHandler */
63004 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
63025 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
64776 void *pBusyArg, /* Context argument for xBusyHandler */
64827 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
170051 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14792 void *pBusyArg; /* First arg to busy callback */ member
52614 void *pBusyArg, /* Context argument for xBusyHandler */
62199 void *pBusyArg, /* Context argument for xBusyHandler */
62206 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
62293 void *pBusyArg, /* Context argument for xBusyHandler */
62328 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
62349 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
64097 void *pBusyArg, /* Context argument for xBusyHandler */
64148 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
166781 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c14682 void *pBusyArg; /* First arg to busy callback */ member
52117 void *pBusyArg, /* Context argument for xBusyHandler */
61702 void *pBusyArg, /* Context argument for xBusyHandler */
61709 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61796 void *pBusyArg, /* Context argument for xBusyHandler */
61831 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61852 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63600 void *pBusyArg, /* Context argument for xBusyHandler */
63651 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
165742 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/databases/tcl-sqlite3/sqlite-autoconf-3340100/
H A Dsqlite3.c14625 void *pBusyArg; /* First arg to busy callback */ member
51888 void *pBusyArg, /* Context argument for xBusyHandler */
61466 void *pBusyArg, /* Context argument for xBusyHandler */
61473 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61560 void *pBusyArg, /* Context argument for xBusyHandler */
61595 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61616 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63364 void *pBusyArg, /* Context argument for xBusyHandler */
63415 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
163508 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/sqlite3/
H A Dsqlite3.c14540 void *pBusyArg; /* First arg to busy callback */ member
51590 void *pBusyArg, /* Context argument for xBusyHandler */
61111 void *pBusyArg, /* Context argument for xBusyHandler */
61118 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61205 void *pBusyArg, /* Context argument for xBusyHandler */
61240 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61261 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63001 void *pBusyArg, /* Context argument for xBusyHandler */
63052 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162005 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/sqlite3/src/
H A Dsqlite3.c14791 void *pBusyArg; /* First arg to busy callback */ member
52613 void *pBusyArg, /* Context argument for xBusyHandler */
62198 void *pBusyArg, /* Context argument for xBusyHandler */
62205 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
62292 void *pBusyArg, /* Context argument for xBusyHandler */
62327 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
62348 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
64096 void *pBusyArg, /* Context argument for xBusyHandler */
64147 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
166780 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation/
H A Dsqlite3.c14612 void *pBusyArg; /* First arg to busy callback */ member
51875 void *pBusyArg, /* Context argument for xBusyHandler */
61453 void *pBusyArg, /* Context argument for xBusyHandler */
61460 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61547 void *pBusyArg, /* Context argument for xBusyHandler */
61582 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61603 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63351 void *pBusyArg, /* Context argument for xBusyHandler */
63402 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162995 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation_dev/
H A Dsqlite3.c14625 void *pBusyArg; /* First arg to busy callback */ member
51888 void *pBusyArg, /* Context argument for xBusyHandler */
61466 void *pBusyArg, /* Context argument for xBusyHandler */
61473 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61560 void *pBusyArg, /* Context argument for xBusyHandler */
61595 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61616 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63364 void *pBusyArg, /* Context argument for xBusyHandler */
63415 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
163508 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c14082 void *pBusyArg; /* First arg to busy callback */ member
52456 void *pBusyArg, /* Context argument for xBusyHandler */
62139 void *pBusyArg, /* Context argument for xBusyHandler */
62146 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
62233 void *pBusyArg, /* Context argument for xBusyHandler */
62268 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
62289 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
64037 void *pBusyArg, /* Context argument for xBusyHandler */
64088 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
167537 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14567 void *pBusyArg; /* First arg to busy callback */ member
51679 void *pBusyArg, /* Context argument for xBusyHandler */
61248 void *pBusyArg, /* Context argument for xBusyHandler */
61255 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61342 void *pBusyArg, /* Context argument for xBusyHandler */
61377 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61398 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63146 void *pBusyArg, /* Context argument for xBusyHandler */
63197 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162671 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c14152 void *pBusyArg; /* First arg to busy callback */ member
52629 void *pBusyArg, /* Context argument for xBusyHandler */
62320 void *pBusyArg, /* Context argument for xBusyHandler */
62327 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
62414 void *pBusyArg, /* Context argument for xBusyHandler */
62449 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
62470 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
64219 void *pBusyArg, /* Context argument for xBusyHandler */
64270 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
168300 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/sqlite3/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/sqlite3/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14683 void *pBusyArg; /* First arg to busy callback */ member
52118 void *pBusyArg, /* Context argument for xBusyHandler */
61703 void *pBusyArg, /* Context argument for xBusyHandler */
61710 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61797 void *pBusyArg, /* Context argument for xBusyHandler */
61832 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61853 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63601 void *pBusyArg, /* Context argument for xBusyHandler */
63652 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
165743 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/sqlite3/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c14566 void *pBusyArg; /* First arg to busy callback */ member
51678 void *pBusyArg, /* Context argument for xBusyHandler */
61247 void *pBusyArg, /* Context argument for xBusyHandler */
61254 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
61341 void *pBusyArg, /* Context argument for xBusyHandler */
61376 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
61397 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
63145 void *pBusyArg, /* Context argument for xBusyHandler */
63196 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
162670 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
[all …]

12345678