HomeSort by relevance Sort by last modified time
    Searched refs:iBatch (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 111 u8 iBatch; /* Current insert batch */
138 p->iBatch = 0;
398 ** part of any insert batch prior to iBatch. Return 1 or 0.
400 int sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid){
402 if( iBatch!=pRowSet->iBatch ){
409 pRowSet->iBatch = iBatch;
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 128 milliseconds