Home
last modified time | relevance | path

Searched refs:isRemove (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_write.c2637 int isRemove = 0; /* True for an UPDATE or DELETE */ in sqlite3Fts3UpdateMethod() local
2663 isRemove = 1; in sqlite3Fts3UpdateMethod()
2682 if( rc==SQLITE_OK && (!isRemove || *pRowid!=iRemove) ){ in sqlite3Fts3UpdateMethod()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c122745 int isRemove = 0; /* True for an UPDATE or DELETE */
122771 isRemove = 1;
122790 if( rc==SQLITE_OK && (!isRemove || *pRowid!=iRemove) ){
/external/sqlite/dist/orig/
Dsqlite3.c128460 int isRemove = 0; /* True for an UPDATE or DELETE */
128551 isRemove = 1;
128563 if( rc==SQLITE_OK && (!isRemove || *pRowid!=p->iPrevDocid ) ){
/external/sqlite/dist/
Dsqlite3.c128508 int isRemove = 0; /* True for an UPDATE or DELETE */
128599 isRemove = 1;
128611 if( rc==SQLITE_OK && (!isRemove || *pRowid!=p->iPrevDocid ) ){