Home
last modified time | relevance | path

Searched refs:nAttempt (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Dnotify2.test105 set nAttempt 0
133 incr nAttempt
167 list $nOp $nAttempt
/sqlite-3.40.0/src/
H A Dvdbeblob.c131 int nAttempt = 0; in sqlite3_blob_open() local
334 if( (++nAttempt)>=SQLITE_MAX_SCHEMA_RETRY || rc!=SQLITE_SCHEMA ) break; in sqlite3_blob_open()