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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos.h26 ** all of SQLITE_OS_UNIX, SQLITE_OS_WIN, SQLITE_OS_OS2, and SQLITE_OS_OTHER
32 # undef SQLITE_OS_UNIX macro
33 # define SQLITE_OS_UNIX 0 macro
42 #if !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_OTHER)
47 # define SQLITE_OS_UNIX 0 macro
51 # define SQLITE_OS_UNIX 0 macro
55 # define SQLITE_OS_UNIX 1 macro
59 # define SQLITE_OS_UNIX 0 macro
H A Dmutex.h46 # if SQLITE_OS_UNIX
H A Dtest_thread.c56 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
119 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
395 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
606 #endif /* SQLITE_OS_UNIX && SQLITE_ENABLE_UNLOCK_NOTIFY */
617 #if SQLITE_OS_UNIX && defined(SQLITE_ENABLE_UNLOCK_NOTIFY)
H A Dtest_demovfs.c118 #if !defined(SQLITE_TEST) || SQLITE_OS_UNIX
640 #endif /* !defined(SQLITE_TEST) || SQLITE_OS_UNIX */
647 #if SQLITE_OS_UNIX
H A Dtest_server.c209 #if SQLITE_OS_UNIX && SQLITE_THREADSAFE
489 #endif /* SQLITE_OS_UNIX && SQLITE_THREADSAFE */
H A Dtest_config.c228 #if SQLITE_OS_UNIX
H A Dtest_syscall.c79 #if SQLITE_OS_UNIX
H A Dtest4.c16 #if SQLITE_OS_UNIX && SQLITE_THREADSAFE
747 #endif /* SQLITE_OS_UNIX */
H A Dtest7.c23 SQLITE_OS_UNIX && SQLITE_THREADSAFE
723 #endif /* SQLITE_OS_UNIX */
H A Dtest_osinst.c216 #if SQLITE_OS_UNIX && !defined(NO_GETTOD)
H A Dtest1.c5493 #if SQLITE_OS_UNIX && defined(__APPLE__) && SQLITE_ENABLE_LOCKING_STYLE
5736 #if SQLITE_OS_UNIX && defined(__APPLE__) && SQLITE_ENABLE_LOCKING_STYLE
H A Dos_unix.c47 #if SQLITE_OS_UNIX /* This file is used on unix only */
6772 #endif /* SQLITE_OS_UNIX */
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac344 SQLITE_OS_UNIX=0
349 SQLITE_OS_UNIX=0
355 SQLITE_OS_UNIX=1
362 AC_SUBST(SQLITE_OS_UNIX)
H A Dconfigure875 SQLITE_OS_UNIX
12715 SQLITE_OS_UNIX=0
12720 SQLITE_OS_UNIX=0
12726 SQLITE_OS_UNIX=1
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8664 ** all of SQLITE_OS_UNIX, SQLITE_OS_WIN, SQLITE_OS_OS2, and SQLITE_OS_OTHER
8670 # undef SQLITE_OS_UNIX macro
8671 # define SQLITE_OS_UNIX 0 macro
8680 #if !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_OTHER)
8685 # define SQLITE_OS_UNIX 0 macro
8689 # define SQLITE_OS_UNIX 0 macro
8693 # define SQLITE_OS_UNIX 1 macro
8697 # define SQLITE_OS_UNIX 0 macro
8968 # if SQLITE_OS_UNIX
23985 #if SQLITE_OS_UNIX /* Thi
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10012 ** After the following block of preprocess macros, all of SQLITE_OS_UNIX,
10018 # undef SQLITE_OS_UNIX macro
10019 # define SQLITE_OS_UNIX 0 macro
10026 #if !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_OTHER)
10032 # define SQLITE_OS_UNIX 0 macro
10035 # define SQLITE_OS_UNIX 1 macro
10038 # define SQLITE_OS_UNIX 0 macro
10280 # if SQLITE_OS_UNIX
24110 #if SQLITE_OS_UNIX /* This file is used on unix only */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10012 ** After the following block of preprocess macros, all of SQLITE_OS_UNIX,
10018 # undef SQLITE_OS_UNIX macro
10019 # define SQLITE_OS_UNIX 0 macro
10026 #if !defined(SQLITE_OS_UNIX) && !defined(SQLITE_OS_OTHER)
10032 # define SQLITE_OS_UNIX 0 macro
10035 # define SQLITE_OS_UNIX 1 macro
10038 # define SQLITE_OS_UNIX 0 macro
10280 # if SQLITE_OS_UNIX
24110 #if SQLITE_OS_UNIX /* This file is used on unix only */
[all...]

Completed in 658 milliseconds