Lines Matching refs:pBusyArg
15231 void *pBusyArg; /* First arg to busy callback */ member
57074 void *pBusyArg, /* Context argument for xBusyHandler */
67008 void *pBusyArg, /* Context argument for xBusyHandler */
67015 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
67102 void *pBusyArg, /* Context argument for xBusyHandler */
67137 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
67158 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
67251 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1);
69170 void *pBusyArg, /* Context argument for xBusyHandler */
69220 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
69253 rc = walCheckpoint(pWal, db, eMode2, xBusy2, pBusyArg, sync_flags,zBuf);
181535 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
181558 db->busyHandler.pBusyArg = pArg;