Lines Matching refs:pBusyArg
15628 void *pBusyArg; /* First arg to busy callback */ member
58024 void *pBusyArg, /* Context argument for xBusyHandler */
67982 void *pBusyArg, /* Context argument for xBusyHandler */
67989 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
68076 void *pBusyArg, /* Context argument for xBusyHandler */
68111 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
68132 && (rc = walBusyLock(pWal,xBusy,pBusyArg,WAL_READ_LOCK(0),1))==SQLITE_OK
68225 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1);
70161 void *pBusyArg, /* Context argument for xBusyHandler */
70211 rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
70244 rc = walCheckpoint(pWal, db, eMode2, xBusy2, pBusyArg, sync_flags,zBuf);
184402 rc = p->xBusyHandler(p->pBusyArg, p->nBusy);
184425 db->busyHandler.pBusyArg = pArg;