Searched refs:VVA_ONLY (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvacuum.c39 VVA_ONLY( int rc; )
47 VVA_ONLY( rc = ) sqlite3_step(pStmt);
H A Dwal.c764 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && rc!=SQLITE_BUSY); )
780 VVA_ONLY( pWal->lockError = (u8)(rc!=SQLITE_OK && rc!=SQLITE_BUSY); )
2023 VVA_ONLY( pWal->lockError = 1; )
H A DsqliteInt.h247 ** code within VVA_ONLY() will only run during verification processes.
250 # define VVA_ONLY(X) X macro
252 # define VVA_ONLY(X) macro
H A Dexpr.c2770 VVA_ONLY( int iCacheLevel = pParse->iCacheLevel; )
H A Dvdbeaux.c2928 VVA_ONLY( mem1.zMalloc = 0; ) /* Only needed by assert() statements */
H A Dbtree.c3010 VVA_ONLY( int nRef = sqlite3PagerRefcount(pPager) );
/external/sqlite/dist/orig/
H A Dsqlite3.c8045 ** code within VVA_ONLY() will only run during verification processes.
8048 # define VVA_ONLY(X) X macro
8050 # define VVA_ONLY(X) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8045 ** code within VVA_ONLY() will only run during verification processes.
8048 # define VVA_ONLY(X) X macro
8050 # define VVA_ONLY(X) macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c487 ** code within VVA_ONLY() will only run during verification processes.
490 # define VVA_ONLY(X) X macro
492 # define VVA_ONLY(X) macro
[all...]

Completed in 468 milliseconds