Searched refs:pszFilePart (Results 1 – 2 of 2) sorted by relevance
360 LPTSTR pszFilePart; in download_file() local403 pszFilePart = wcsrchr(szUrlPath, L'/'); in download_file()404 if (pszFilePart != NULL) in download_file()405 pszFilePart++; in download_file()407 if (pszFilePart == NULL && pszFile == NULL) in download_file()411 pszFile = pszFilePart; in download_file()
1546 cPathSep = pszFilePart[-1]; in DirList()1547 pszFilePart[-1] = _T('\0'); /* Truncate to directory name only */ in DirList()1559 pszFilePart[-1] = cPathSep; in DirList()1584 _tcscpy(&szSubPath[pszFilePart - szFullPath], _T("*.*")); in DirList()1600 _tcscat(pszSubFilePart, pszFilePart); in DirList()1849 LPTSTR pszFilePart; in CommandDir() local1961 cPathSep = pszFilePart[-1]; in CommandDir()1962 pszFilePart[-1] = _T('\0'); /* Truncate to directory name only */ in CommandDir()1969 pszFilePart[-1] = cPathSep; in CommandDir()1972 if (DirList(szFullPath, pszFilePart, &stFlags) != 0) in CommandDir()[all …]