Searched defs:iRemove (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c2638 sqlite3_int64 iRemove = 0; /* Rowid removed by UPDATE or DELETE */ local
2664 iRemove = sqlite3_value_int64(apVal[0]);
2665 rc = fts3PendingTermsDocid(p, iRemove);
2682 if( rc==SQLITE_OK && (!isRemove || *pRowid!=iRemove) ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c122544 sqlite3_int64 iRemove = 0; /* Rowid removed by UPDATE or DELETE */ local
[all...]

Completed in 202 milliseconds