HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_os_type (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 142 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;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 31277 SQLITE_API int sqlite3_os_type = 0; local
31279 static int sqlite3_os_type = 0; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 32279 SQLITE_API int sqlite3_os_type = 0; local
32281 static int sqlite3_os_type = 0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 32307 SQLITE_API int sqlite3_os_type = 0; local
32309 static int sqlite3_os_type = 0; local
    [all...]

Completed in 1140 milliseconds