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

  /external/chromium_org/third_party/sqlite/src/src/
vacuum.c 39 VVA_ONLY( int rc; )
47 VVA_ONLY( rc = ) sqlite3_step(pStmt);
wal.c 764 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && rc!=SQLITE_BUSY); )
    [all...]
sqliteInt.h 247 ** code within VVA_ONLY() will only run during verification processes.
250 # define VVA_ONLY(X) X
252 # define VVA_ONLY(X)
    [all...]
expr.c     [all...]
vdbeaux.c     [all...]
btree.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 487 ** code within VVA_ONLY() will only run during verification processes.
490 # define VVA_ONLY(X) X
492 # define VVA_ONLY(X)
    [all...]

Completed in 55 milliseconds