Lines Matching refs:pBusyArg
38440 void *pBusyArg, /* Context argument for xBusyHandler */
46965 void *pBusyArg, /* Context argument for xBusyHandler */
46972 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
47019 void *pBusyArg, /* Context argument for xBusyHandler */
47060 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
47074 && (rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(0), 1))==SQLITE_OK
47146 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1);
48266 void *pBusyArg, /* Context argument for xBusyHandler */
48301 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_WRITE_LOCK, 1);
48320 rc = walCheckpoint(pWal, eMode2, xBusy, pBusyArg, sync_flags, zBuf);