#include <vmsIETmpCookies.h>
Public Member Functions | |
| LPCSTR | get_PostData (int nIndex) |
| LPCSTR | get_Referer (int nIndex) |
| LPCSTR | get_Cookies (int nIndex) |
| int | Find (LPCSTR pszUrl) |
| vmsIETmpCookies () | |
| virtual | ~vmsIETmpCookies () |
Protected Member Functions | |
| void | ProcessFile (LPCSTR pszFile) |
| void | GetListOfKnownCookies () |
Static Protected Member Functions | |
| static fsString | GetLevel2DomainName (LPCSTR pszHostName) |
Protected Attributes | |
| HANDLE | m_mxFile |
| fs::list< fsString > | m_vUrls |
| fs::list< fsString > | m_vCookies |
| fs::list< fsString > | m_vPostDatas |
| fs::list< fsString > | m_vBeforeNavUrls |
Definition at line 16 of file vmsIETmpCookies.h.
| vmsIETmpCookies::vmsIETmpCookies | ( | ) |
| vmsIETmpCookies::~vmsIETmpCookies | ( | ) | [virtual] |
| LPCSTR vmsIETmpCookies::get_PostData | ( | int | nIndex | ) |
Definition at line 186 of file vmsIETmpCookies.cpp.
References m_vPostDatas.
Referenced by CIEWGDM::Download().
| LPCSTR vmsIETmpCookies::get_Referer | ( | int | nIndex | ) |
Definition at line 181 of file vmsIETmpCookies.cpp.
References m_vUrls.
Referenced by CIEWGDM::Download().
| LPCSTR vmsIETmpCookies::get_Cookies | ( | int | nIndex | ) |
Definition at line 176 of file vmsIETmpCookies.cpp.
References m_vCookies.
Referenced by CIEWGDM::Download(), and Find().
| int vmsIETmpCookies::Find | ( | LPCSTR | pszUrl | ) |
Definition at line 20 of file vmsIETmpCookies.cpp.
References fsURL::Crack(), fsIsServersEqual(), get_Cookies(), fsURL::GetHostName(), GetLevel2DomainName(), GetListOfKnownCookies(), IR_SUCCESS, l, m_vBeforeNavUrls, m_vUrls, and n.
Referenced by CIEWGDM::Download().
| void vmsIETmpCookies::ProcessFile | ( | LPCSTR | pszFile | ) | [protected] |
Definition at line 125 of file vmsIETmpCookies.cpp.
References _bIsWin9x, BOOL, FALSE, GetFileSize(), LPSTR, m_vBeforeNavUrls, m_vCookies, m_vPostDatas, m_vUrls, and NULL.
Referenced by GetListOfKnownCookies().
| void vmsIETmpCookies::GetListOfKnownCookies | ( | ) | [protected] |
Definition at line 92 of file vmsIETmpCookies.cpp.
References m_mxFile, m_vCookies, m_vUrls, and ProcessFile().
Referenced by Find().
HANDLE vmsIETmpCookies::m_mxFile [protected] |
Definition at line 37 of file vmsIETmpCookies.h.
Referenced by GetListOfKnownCookies(), vmsIETmpCookies(), and ~vmsIETmpCookies().
fs::list<fsString> vmsIETmpCookies::m_vUrls [protected] |
Definition at line 39 of file vmsIETmpCookies.h.
Referenced by Find(), get_Referer(), GetListOfKnownCookies(), and ProcessFile().
fs::list<fsString> vmsIETmpCookies::m_vCookies [protected] |
Definition at line 40 of file vmsIETmpCookies.h.
Referenced by get_Cookies(), GetListOfKnownCookies(), and ProcessFile().
fs::list<fsString> vmsIETmpCookies::m_vPostDatas [protected] |
fs::list<fsString> vmsIETmpCookies::m_vBeforeNavUrls [protected] |
1.5.6