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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14925 #define PAGER_MJ_PGNO(x) ((Pgno)((PENDING_BYTE/((x)->pageSize))+1))
16551 ** PENDING_BYTE defines the beginning of the locks. By default PENDING_BYTE
16554 ** by setting PENDING_BYTE low and running the entire regression suite.
16556 ** Changing the value of PENDING_BYTE results in a subtly incompatible
16559 ** The default location of PENDING_BYTE is the first byte past the
16564 # define PENDING_BYTE (0x40000000) macro
16566 # define PENDING_BYTE sqlite3PendingByte macro
16568 #define RESERVED_BYTE (PENDING_BYTE+1)
16569 #define SHARED_FIRST (PENDING_BYTE
[all...]

Completed in 1273 milliseconds