Searched refs:WAL_RETRY (Results 1 – 1 of 1) sorted by relevance
70063 #define WAL_RETRY (-1) macro70174 if( rc==SQLITE_IOERR_SHORT_READ ) rc = WAL_RETRY;70229 if( rc==SQLITE_BUSY ) rc = WAL_RETRY;70259 rc = (rc==SQLITE_READONLY ? WAL_RETRY : rc);70284 rc = (pWal->hdr.mxFrame==0 ? SQLITE_OK : WAL_RETRY);70297 rc = WAL_RETRY;70334 rc = WAL_RETRY;70525 rc = WAL_RETRY;70528 rc = WAL_RETRY;70577 return WAL_RETRY;[all …]