Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c167 #ifndef winIsDirSep
168 # define winIsDirSep(a) (((a) == '/') || ((a) == '\\')) macro
4715 if( winIsDirSep(zBuf[nLen-1]) ){
4779 if( !winIsDirSep(sqlite3_temp_directory[nDirLen-1]) ){
5555 if ( winIsDirSep(zPathname[0]) ){