Home
last modified time | relevance | path

Searched refs:pBusyArg (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_superlock.c31 void *pBusyArg; /* First arg to pass to xBusy */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
186 void *pBusyArg, /* Context arg for busy handler */ in sqlite3demo_superlock() argument
217 busy.pBusyArg = pBusyArg; in sqlite3demo_superlock()
H A Dwal.h105 void *pBusyArg, /* Context argument for xBusyHandler */
H A Dwal.c1844 void *pBusyArg, /* Context argument for xBusyHandler */ in walBusyLock() argument
1851 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) ); in walBusyLock()
1938 void *pBusyArg, /* Context argument for xBusyHandler */ in walCheckpoint() argument
1973 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1); in walCheckpoint()
1994 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK in walCheckpoint()
2086 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1); in walCheckpoint()
3742 void *pBusyArg, /* Context argument for xBusyHandler */ in sqlite3WalCheckpoint() argument
3793 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1); in sqlite3WalCheckpoint()
3821 rc = walCheckpoint(pWal, db, eMode2, xBusy2, pBusyArg, sync_flags, zBuf); in sqlite3WalCheckpoint()
H A Dmain.c1701 rc = p->xBusyHandler(p->pBusyArg, p->nBusy); in sqlite3InvokeBusyHandler()
1724 db->busyHandler.pBusyArg = pArg; in sqlite3_busy_handler()
H A DsqliteInt.h1040 void *pBusyArg; /* First arg to busy callback */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_superlock.c31 void *pBusyArg; /* First arg to pass to xBusy */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
186 void *pBusyArg, /* Context arg for busy handler */ in sqlite3demo_superlock() argument
217 busy.pBusyArg = pBusyArg; in sqlite3demo_superlock()
H A Dwal.h105 void *pBusyArg, /* Context argument for xBusyHandler */
H A Dwal.c1641 void *pBusyArg, /* Context argument for xBusyHandler */ in walBusyLock() argument
1648 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) ); in walBusyLock()
1729 void *pBusyArg, /* Context argument for xBusyHandler */ in walCheckpoint() argument
1779 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1); in walCheckpoint()
1793 && (rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(0),1))==SQLITE_OK in walCheckpoint()
1877 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1); in walCheckpoint()
3286 void *pBusyArg, /* Context argument for xBusyHandler */ in sqlite3WalCheckpoint() argument
3334 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_WRITE_LOCK, 1); in sqlite3WalCheckpoint()
3358 rc = walCheckpoint(pWal, db, eMode2, xBusy2, pBusyArg, sync_flags, zBuf); in sqlite3WalCheckpoint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_superlock.c31 void *pBusyArg; /* First arg to pass to xBusy */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
186 void *pBusyArg, /* Context arg for busy handler */ in sqlite3demo_superlock() argument
217 busy.pBusyArg = pBusyArg; in sqlite3demo_superlock()
H A Dwal.h105 void *pBusyArg, /* Context argument for xBusyHandler */
H A Dwal.c1700 void *pBusyArg, /* Context argument for xBusyHandler */ in walBusyLock() argument
1707 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) ); in walBusyLock()
1788 void *pBusyArg, /* Context argument for xBusyHandler */ in walCheckpoint() argument
1843 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1); in walCheckpoint()
1863 && (rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(0),1))==SQLITE_OK in walCheckpoint()
1949 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1); in walCheckpoint()
3573 void *pBusyArg, /* Context argument for xBusyHandler */ in sqlite3WalCheckpoint() argument
3621 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_WRITE_LOCK, 1); in sqlite3WalCheckpoint()
3645 rc = walCheckpoint(pWal, db, eMode2, xBusy2, pBusyArg, sync_flags, zBuf); in sqlite3WalCheckpoint()
H A Dmain.c1624 rc = xTra(p->pBusyArg, p->nBusy, pFile); in sqlite3InvokeBusyHandler()
1627 rc = p->xBusyHandler(p->pBusyArg, p->nBusy); in sqlite3InvokeBusyHandler()
1651 db->busyHandler.pBusyArg = pArg; in sqlite3_busy_handler()
H A DsqliteInt.h980 void *pBusyArg; /* First arg to busy callback */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_superlock.c31 void *pBusyArg; /* First arg to pass to xBusy */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
186 void *pBusyArg, /* Context arg for busy handler */ in sqlite3demo_superlock() argument
217 busy.pBusyArg = pBusyArg; in sqlite3demo_superlock()
H A Dwal.h105 void *pBusyArg, /* Context argument for xBusyHandler */
H A Dwal.c1844 void *pBusyArg, /* Context argument for xBusyHandler */ in walBusyLock() argument
1851 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) ); in walBusyLock()
1938 void *pBusyArg, /* Context argument for xBusyHandler */ in walCheckpoint() argument
1973 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1); in walCheckpoint()
1994 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK in walCheckpoint()
2086 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1); in walCheckpoint()
3742 void *pBusyArg, /* Context argument for xBusyHandler */ in sqlite3WalCheckpoint() argument
3793 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1); in sqlite3WalCheckpoint()
3821 rc = walCheckpoint(pWal, db, eMode2, xBusy2, pBusyArg, sync_flags, zBuf); in sqlite3WalCheckpoint()
H A Dmain.c1701 rc = p->xBusyHandler(p->pBusyArg, p->nBusy); in sqlite3InvokeBusyHandler()
1724 db->busyHandler.pBusyArg = pArg; in sqlite3_busy_handler()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_superlock.c31 void *pBusyArg; /* First arg to pass to xBusy */ member
55 return pBusy->xBusy(pBusy->pBusyArg, pBusy->nBusy++); in superlockBusyHandler()
186 void *pBusyArg, /* Context arg for busy handler */ in sqlite3demo_superlock() argument
217 busy.pBusyArg = pBusyArg; in sqlite3demo_superlock()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dmain.c707 && db->xBusyCallback(db->pBusyArg, "", cnt++)!=0 ){} in sqlite_compile()
912 db->pBusyArg = pArg; in sqlite_busy_handler()
H A DsqliteInt.h357 void *pBusyArg; /* 1st Argument to the busy callback */ member
H A Dvdbe.c2184 }else if( (*db->xBusyCallback)(db->pBusyArg, "", busy++)==0 ){ in sqliteVdbeExec()
2424 }else if( (*db->xBusyCallback)(db->pBusyArg, pOp->p3, ++busy)==0 ){ in sqliteVdbeExec()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dmain.c707 && db->xBusyCallback(db->pBusyArg, "", cnt++)!=0 ){} in sqlite_compile()
912 db->pBusyArg = pArg; in sqlite_busy_handler()
H A DsqliteInt.h357 void *pBusyArg; /* 1st Argument to the busy callback */ member
H A Dvdbe.c2184 }else if( (*db->xBusyCallback)(db->pBusyArg, "", busy++)==0 ){ in sqliteVdbeExec()
2424 }else if( (*db->xBusyCallback)(db->pBusyArg, pOp->p3, ++busy)==0 ){ in sqliteVdbeExec()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h353 void *pBusyArg; /* 1st Argument to the busy callback */ member

12345678