Searched defs:sqlite3_os_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c142 int sqlite3_os_type = 0; variable
144 static int sqlite3_os_type = 0; variable
162 if( sqlite3_os_type==0 ){
166 sqlite3_os_type = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1;
168 return sqlite3_os_type==2;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c31262 SQLITE_API int sqlite3_os_type = 0; local
31264 static int sqlite3_os_type = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c32396 SQLITE_API LONG volatile sqlite3_os_type = 0; local
32398 static LONG volatile sqlite3_os_type = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c32416 SQLITE_API LONG volatile sqlite3_os_type = 0; local
32418 static LONG volatile sqlite3_os_type = 0; local
[all...]

Completed in 921 milliseconds