Home | History | Annotate | Download | only in dist

Lines Matching refs:WAL_RETRY

43441 #define WAL_RETRY  (-1)
43445 ** other transient condition. When that happens, it returns WAL_RETRY to
43462 ** this routine during the current read attempt that returned WAL_RETRY.
43464 ** race conditions after multiple WAL_RETRY returns, and after an excessive
43533 ** then convert BUSY errors to WAL_RETRY. If recovery is known to
43535 ** which might cause WAL_RETRY to be returned even if BUSY_RECOVERY
43537 ** WAL_RETRY this routine will be called again and will probably be
43542 ** We assume this is a transient condition, so return WAL_RETRY. The
43548 rc = WAL_RETRY;
43551 rc = WAL_RETRY;
43584 return WAL_RETRY;
43625 return WAL_RETRY;
43630 return rc==SQLITE_BUSY ? WAL_RETRY : rc;
43657 return WAL_RETRY;
43686 }while( rc==WAL_RETRY );
44043 }while( rc==WAL_RETRY );