Searched refs:rootFileList (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | cmds.c | 1212 LineList fileList, rootFileList; in FTPFileExistsNlst() local 1279 ((result = FTPListToMemory2(cip, "", &rootFileList, "", 0, (int *) 0)) < 0) || in FTPFileExistsNlst() 1280 (rootFileList.last == NULL) || in FTPFileExistsNlst() 1281 (rootFileList.last->line == NULL) in FTPFileExistsNlst() 1286 DisposeLineListContents(&rootFileList); in FTPFileExistsNlst() 1292 ((FTPListToMemory2(cip, rootFileList.last->line, &fileList, "", 0, (int *) 0)) == kNoErr) && in FTPFileExistsNlst() 1302 DisposeLineListContents(&rootFileList); in FTPFileExistsNlst() 1311 DisposeLineListContents(&rootFileList); in FTPFileExistsNlst()
|