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

  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c 395 assert( db->writeVdbeCnt>0 || db->autoCommit==0 || db->nDeferredCons==0 );
404 if( p->readOnly==0 ) db->writeVdbeCnt++;
    [all...]
vdbeaux.c     [all...]
vdbe.c     [all...]
sqliteInt.h 833 int writeVdbeCnt; /* Number of active VDBEs that are writing */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 1236 milliseconds