Home
last modified time | relevance | path

Searched refs:bRetry (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c3991 int bRetry = 0; in openRbuHandle() local
4011 rbuOpenDatabase(p, 0, &bRetry); in openRbuHandle()
4012 if( bRetry ){ in openRbuHandle()
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c4523 int bRetry = 0; in sessionApplyOneWithRetry() local
4526 rc = sessionApplyOneOp(pIter, pApply, xConflict, pCtx, &bReplace, &bRetry); in sessionApplyOneWithRetry()
4535 if( bRetry ){ in sessionApplyOneWithRetry()
/sqlite-3.40.0/src/
H A Dwhere.c4011 int bRetry = 0; /* True to retry with LIMIT/OFFSET disabled */ in whereLoopAddVirtual() local
4036 pBuilder, mPrereq, ALLBITS, 0, p, mNoOmit, &bIn, &bRetry in whereLoopAddVirtual()
4038 if( bRetry ){ in whereLoopAddVirtual()