Home
last modified time | relevance | path

Searched refs:sqlite3_os_type (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_win.c482 LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable
484 static LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable
1424 # define osIsNT() ((sqlite3_os_type==2) || sqlite3_win32_is_nt())
1439 if( osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 ){ in sqlite3_win32_is_nt()
1444 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt()
1450 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt()
1454 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2; in sqlite3_win32_is_nt()
1456 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2; in sqlite3_win32_is_nt()
H A Dtest1.c8824 extern LONG volatile sqlite3_os_type; in Sqlitetest1_Init()
8882 (char*)&sqlite3_os_type, TCL_LINK_LONG); in Sqlitetest1_Init()