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

  /external/chromium_org/third_party/sqlite/src/src/
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...]
  /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 1124 milliseconds