Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c49271 SQLITE_API LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable
49273 static LONG SQLITE_WIN32_VOLATILE sqlite3_os_type = 0; variable
50181 # define osIsNT() ((sqlite3_os_type==2) || sqlite3_win32_is_nt())
50190 if( osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 ){ in sqlite3_win32_is_nt()
50195 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt()
50201 osInterlockedCompareExchange(&sqlite3_os_type, in sqlite3_win32_is_nt()
50205 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2; in sqlite3_win32_is_nt()
50207 return osInterlockedCompareExchange(&sqlite3_os_type, 2, 2)==2 in sqlite3_win32_is_nt()
50208 || osInterlockedCompareExchange(&sqlite3_os_type, 0, 0)==0 in sqlite3_win32_is_nt()