Searched defs:SQLITE_OS_UNIX (Results 1 - 4 of 4) 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
/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 3744 milliseconds