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

  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 441 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
446 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1)
    [all...]
vdbeaux.c     [all...]
vdbe.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 64 milliseconds