Lines Matching refs:winIsDirSep
47296 #ifndef winIsDirSep
47297 # define winIsDirSep(a) (((a) == '/') || ((a) == '\\')) macro
51343 && 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]) ){
53127 if( z[i+1]=='.' && winIsDirSep(z[i+2]) ){
53132 if( !z[i+1] || (winIsDirSep(z[i+1]) && (i!=0)) ){
53200 if( !winIsDriveLetterAndColon(zRelative) || !winIsDirSep(zRelative[2]) ){