Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c48659 # define osIsNT() (1) macro
48661 # define osIsNT() (1) macro
48663 # define osIsNT() (0) macro
48665 # define osIsNT() ((sqlite3_os_type==2) || sqlite3_win32_is_nt()) macro
49253 if( osIsNT() ){ in winGetLastErrorMsg()
49781 if( osIsNT() ){ in winLockFile()
49817 if( !osIsNT() ){ in winHandleLockTimeout()
49897 if( osIsNT() ){ in winUnlockFile()
50569 if( osIsNT() ){
50605 if( osIsNT() ){
[all …]