Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c50147 # define osIsNT() (1) macro
50149 # define osIsNT() (1) macro
50151 # define osIsNT() (0) macro
50153 # define osIsNT() ((sqlite3_os_type==2) || sqlite3_win32_is_nt()) macro
50735 if( osIsNT() ){ in winGetLastErrorMsg()
51249 if( osIsNT() ){ in winLockFile()
51286 if( !osIsNT() ){ in winHandleLockTimeout()
51367 if( osIsNT() ){ in winUnlockFile()
52001 if( osIsNT() ){
52037 if( osIsNT() ){
[all …]