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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c24937 #if defined(USE_PREAD) || SQLITE_ENABLE_LOCKING_STYLE
24954 #if defined(USE_PREAD) || SQLITE_ENABLE_LOCKING_STYLE
27529 ** NB: If you define USE_PREAD or USE_PREAD64, then it might also
27531 ** one system to another. Since SQLite does not define USE_PREAD
27540 #if (!defined(USE_PREAD) && !defined(USE_PREAD64))
27544 #if defined(USE_PREAD)
27618 #if (!defined(USE_PREAD) && !defined(USE_PREAD64))
27622 #if defined(USE_PREAD)
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c33743 # undef USE_PREAD macro
33747 # define USE_PREAD macro
[all...]

Completed in 770 milliseconds