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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c163 #define SQLITE_OS_OTHER 0 macro
1947 ** (using the [SQLITE_OS_OTHER=1] compile-time
15450 ** SQLITE_OS_OTHER
15458 ** If SQLITE_OS_OTHER=1 is specified at compile-time, then the application
15462 #if !defined(SQLITE_OS_KV) && !defined(SQLITE_OS_OTHER) && \
15473 #if SQLITE_OS_OTHER+1>1
15482 # undef SQLITE_OS_OTHER macro
15483 # define SQLITE_OS_OTHER 0 macro
15500 # undef SQLITE_OS_OTHER macro
15501 # define SQLITE_OS_OTHER macro
15508 # undef SQLITE_OS_OTHER macro
15509 # define SQLITE_OS_OTHER macro
[all...]

Completed in 725 milliseconds