Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c6240 ** Try to align the database to an even multiple of APND_ROUNDUP bytes.
6242 #ifndef APND_ROUNDUP
6243 #define APND_ROUNDUP 4096 macro
6245 #define APND_ALIGN_MASK ((sqlite3_int64)(APND_ROUNDUP-1))
6280 ** starts on an APND_ROUNDUP boundary

Completed in 34 milliseconds