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

  /external/chromium_org/third_party/sqlite/src/src/
os.h 208 ** PENDING_BYTE defines the beginning of the locks. By default PENDING_BYTE
211 ** by setting PENDING_BYTE low and running the entire regression suite.
213 ** Changing the value of PENDING_BYTE results in a subtly incompatible
216 ** The default location of PENDING_BYTE is the first byte past the
221 # define PENDING_BYTE (0x40000000)
223 # define PENDING_BYTE sqlite3PendingByte
225 #define RESERVED_BYTE (PENDING_BYTE+1)
226 #define SHARED_FIRST (PENDING_BYTE+2)
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 173 milliseconds