|
ReactOS 0.4.16-dev-2613-g9533ad7
|
#include <bookmark.h>

Public Attributes | |
| char | bookmarkName [16] |
| char | name [64] |
| char | user [64] |
| char | pass [64] |
| char | acct [64] |
| char | dir [160] |
| char | ldir [160] |
| int | xferType |
| unsigned int | port |
| time_t | lastCall |
| int | hasSIZE |
| int | hasMDTM |
| int | hasPASV |
| int | isUnix |
| char | lastIP [32] |
| char | comment [128] |
| int | xferMode |
| int | hasUTIME |
| int | deleted |
Definition at line 9 of file bookmark.h.
| char Bookmark::acct[64] |
Definition at line 14 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().
| char Bookmark::bookmarkName[16] |
Definition at line 10 of file bookmark.h.
Referenced by BookmarkCmd(), PrintHosts(), and SaveCurrentAsBookmark().
| char Bookmark::comment[128] |
Definition at line 25 of file bookmark.h.
| int Bookmark::deleted |
Definition at line 29 of file bookmark.h.
| char Bookmark::dir[160] |
Definition at line 15 of file bookmark.h.
Referenced by CurrentURL(), DoOpen(), and SaveUnsavedBookmark().
| int Bookmark::hasMDTM |
Definition at line 21 of file bookmark.h.
Referenced by OpenCmd(), and SetStartupURL().
| int Bookmark::hasPASV |
Definition at line 22 of file bookmark.h.
Referenced by OpenCmd(), and SetStartupURL().
| int Bookmark::hasSIZE |
Definition at line 20 of file bookmark.h.
Referenced by OpenCmd(), and SetStartupURL().
| int Bookmark::hasUTIME |
Definition at line 27 of file bookmark.h.
Referenced by OpenCmd(), and SetStartupURL().
| int Bookmark::isUnix |
Definition at line 23 of file bookmark.h.
| time_t Bookmark::lastCall |
Definition at line 19 of file bookmark.h.
Referenced by DoOpen().
| char Bookmark::lastIP[32] |
Definition at line 24 of file bookmark.h.
Referenced by DoOpen().
| char Bookmark::ldir[160] |
Definition at line 16 of file bookmark.h.
Referenced by DoOpen().
| char Bookmark::name[64] |
Definition at line 11 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().
| char Bookmark::pass[64] |
Definition at line 13 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), SaveCurrentAsBookmark(), and SetStartupURL().
Definition at line 18 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().
| char Bookmark::user[64] |
Definition at line 12 of file bookmark.h.
Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().
| int Bookmark::xferMode |
Definition at line 26 of file bookmark.h.
| int Bookmark::xferType |
Definition at line 17 of file bookmark.h.
Referenced by GetCmd(), PutCmd(), SpoolGetCmd(), SpoolPutCmd(), and TypeCmd().