Home | History | Annotate | Download | only in orig

Lines Matching defs:isRemove

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