Lines Matching refs:SQLITE_LOCKED
98382 - ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
98386 - if( (rc = p->rc&0xff)==SQLITE_BUSY || rc==SQLITE_LOCKED ){
98493 + ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
98497 + if( (rc = p->rc&0xff)==SQLITE_BUSY || rc==SQLITE_LOCKED ){
136023 - ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
136027 - if( (rc = p->rc&0xff)==SQLITE_BUSY || rc==SQLITE_LOCKED ){
136134 + ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
136138 + if( (rc = p->rc&0xff)==SQLITE_BUSY || rc==SQLITE_LOCKED ){
180057 - ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
180061 - if( (rc = p->rc&0xff)==SQLITE_BUSY || rc==SQLITE_LOCKED ){
180169 + ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
180173 + if( (rc = p->rc&0xff)==SQLITE_BUSY || rc==SQLITE_LOCKED ){