Searched refs:winIsDirSep (Results 1 – 1 of 1) sorted by relevance
47296 #ifndef winIsDirSep47297 # define winIsDirSep(a) (((a) == '/') || ((a) == '\\')) macro51343 && winIsDirSep(zFilename[2])) ){51389 && winIsDirSep(zFilename[2]) ){51394 && winIsDirSep(zFilename[0]) && winIsDirSep(zFilename[1])52241 if( winIsDirSep(zBuf[nLen-1]) ){52246 }else if( winIsDriveLetterAndColon(zBuf) && winIsDirSep(zBuf[2]) ){52314 if( !winIsDirSep(sqlite3_temp_directory[nDirLen-1]) ){53085 if ( winIsDirSep(zPathname[0]) ){53124 if( winIsDirSep(z[i]) ){[all …]