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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15451 ** SQLITE_OS_UNIX
15456 ** SQLITE_OS_UNIX or SQLITE_OS_WIN depending on the target platform.
15463 !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_WIN)
15467 # define SQLITE_OS_UNIX 0 macro
15470 # define SQLITE_OS_UNIX 1 macro
15476 # undef SQLITE_OS_UNIX macro
15477 # define SQLITE_OS_UNIX 0 macro
15484 # undef SQLITE_OS_UNIX macro
15485 # define SQLITE_OS_UNIX 0 macro
15497 #if SQLITE_OS_UNIX
15510 # undef SQLITE_OS_UNIX macro
15511 # define SQLITE_OS_UNIX macro
[all...]

Completed in 888 milliseconds