Searched refs:FTPJunkEntry (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFTPDirectoryParser.h116 FTPJunkEntry enumerator in enum:WebCore::FTPEntryType
129 type = FTPJunkEntry;
H A DFTPDirectoryParser.cpp45 return FTPJunkEntry; /* this time but had previously parsed sucessfully */
54 return FTPJunkEntry;
194 return FTPJunkEntry; /* NO! junk it. */
277 return FTPJunkEntry; /* its junk */
400 return FTPJunkEntry; /* tell caller to treat as junk */
547 return FTPJunkEntry; /* junk */
719 return FTPJunkEntry;
810 result.type = FTPJunkEntry; /* unknown until junc for sure */
856 return FTPJunkEntry;
957 return FTPJunkEntry;
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DFTPDirectoryDocument.cpp259 if (typeResult == FTPMiscEntry || typeResult == FTPJunkEntry)

Completed in 128 milliseconds