Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c50175 # define osIsNT() (1) macro
50177 # define osIsNT() (1) macro
50179 # define osIsNT() (0) macro
50181 # define osIsNT() ((sqlite3_os_type==2) || sqlite3_win32_is_nt()) macro
50763 if( osIsNT() ){ in winGetLastErrorMsg()
51277 if( osIsNT() ){ in winLockFile()
51314 if( !osIsNT() ){ in winHandleLockTimeout()
51395 if( osIsNT() ){ in winUnlockFile()
52029 if( osIsNT() ){
52065 if( osIsNT() ){
[all …]