Lines Matching refs:pBusyArg
38412 void *pBusyArg, /* Context argument for xBusyHandler */
46937 void *pBusyArg, /* Context argument for xBusyHandler */
46944 }while( xBusy && rc==SQLITE_BUSY && xBusy(pBusyArg) );
46991 void *pBusyArg, /* Context argument for xBusyHandler */
47032 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(i), 1);
47046 && (rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(0), 1))==SQLITE_OK
47118 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_READ_LOCK(1), WAL_NREADER-1);
48238 void *pBusyArg, /* Context argument for xBusyHandler */
48273 rc = walBusyLock(pWal, xBusy, pBusyArg, WAL_WRITE_LOCK, 1);
48292 rc = walCheckpoint(pWal, eMode2, xBusy, pBusyArg, sync_flags, zBuf);