Home | History | Annotate | Download | only in dist

Lines Matching defs:isRemove

151438   int isRemove = 0;               /* True for an UPDATE or DELETE */
151536 isRemove = 1;
151548 if( rc==SQLITE_OK && (!isRemove || *pRowid!=p->iPrevDocid ) ){