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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c7834 #define PAGER_MJ_PGNO(x) ((Pgno)((PENDING_BYTE/((x)->pageSize))+1))
8335 ** PENDING_BYTE defines the beginning of the locks. By default PENDING_BYTE
8338 ** by setting PENDING_BYTE low and running the entire regression suite.
8340 ** Changing the value of PENDING_BYTE results in a subtly incompatible
8343 ** The default location of PENDING_BYTE is the first byte past the
8348 # define PENDING_BYTE (0x40000000) macro
8350 # define PENDING_BYTE sqlite3PendingByte macro
8352 #define RESERVED_BYTE (PENDING_BYTE+1)
8353 #define SHARED_FIRST (PENDING_BYTE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c7834 #define PAGER_MJ_PGNO(x) ((Pgno)((PENDING_BYTE/((x)->pageSize))+1))
8335 ** PENDING_BYTE defines the beginning of the locks. By default PENDING_BYTE
8338 ** by setting PENDING_BYTE low and running the entire regression suite.
8340 ** Changing the value of PENDING_BYTE results in a subtly incompatible
8343 ** The default location of PENDING_BYTE is the first byte past the
8348 # define PENDING_BYTE (0x40000000) macro
8350 # define PENDING_BYTE sqlite3PendingByte macro
8352 #define RESERVED_BYTE (PENDING_BYTE+1)
8353 #define SHARED_FIRST (PENDING_BYTE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c7834 #define PAGER_MJ_PGNO(x) ((Pgno)((PENDING_BYTE/((x)->pageSize))+1))
8335 ** PENDING_BYTE defines the beginning of the locks. By default PENDING_BYTE
8338 ** by setting PENDING_BYTE low and running the entire regression suite.
8340 ** Changing the value of PENDING_BYTE results in a subtly incompatible
8343 ** The default location of PENDING_BYTE is the first byte past the
8348 # define PENDING_BYTE (0x40000000) macro
8350 # define PENDING_BYTE sqlite3PendingByte macro
8352 #define RESERVED_BYTE (PENDING_BYTE+1)
8353 #define SHARED_FIRST (PENDING_BYTE
[all...]

Completed in 741 milliseconds