Searched refs:sqlite3_os_type (Results 1 – 2 of 2) sorted by relevance
482 LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable484 static LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable1424 # 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()
8824 extern LONG volatile sqlite3_os_type; in Sqlitetest1_Init()8882 (char*)&sqlite3_os_type, TCL_LINK_LONG); in Sqlitetest1_Init()