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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c8646 #define PAGER_MJ_PGNO(x) ((Pgno)((PENDING_BYTE/((x)->pageSize))+1))
9148 ** PENDING_BYTE defines the beginning of the locks. By default PENDING_BYTE
9151 ** by setting PENDING_BYTE low and running the entire regression suite.
9153 ** Changing the value of PENDING_BYTE results in a subtly incompatible
9156 ** The default location of PENDING_BYTE is the first byte past the
9161 # define PENDING_BYTE (0x40000000) macro
9163 # define PENDING_BYTE sqlite3PendingByte macro
9165 #define RESERVED_BYTE (PENDING_BYTE+1)
9166 #define SHARED_FIRST (PENDING_BYTE
[all...]

Completed in 447 milliseconds