Home | History | Annotate | Download | only in dist

Lines Matching refs:WAL_RETRY

47381 #define WAL_RETRY  (-1)
47385 ** other transient condition. When that happens, it returns WAL_RETRY to
47402 ** this routine during the current read attempt that returned WAL_RETRY.
47404 ** race conditions after multiple WAL_RETRY returns, and after an excessive
47473 ** then convert BUSY errors to WAL_RETRY. If recovery is known to
47475 ** which might cause WAL_RETRY to be returned even if BUSY_RECOVERY
47477 ** WAL_RETRY this routine will be called again and will probably be
47482 ** We assume this is a transient condition, so return WAL_RETRY. The
47488 rc = WAL_RETRY;
47491 rc = WAL_RETRY;
47524 return WAL_RETRY;
47567 return rc==SQLITE_BUSY ? WAL_RETRY : SQLITE_READONLY_CANTLOCK;
47572 return rc==SQLITE_BUSY ? WAL_RETRY : rc;
47599 return WAL_RETRY;
47628 }while( rc==WAL_RETRY );
47988 }while( rc==WAL_RETRY );