|
LibreOffice Module svl (master) 1
|
#include <svl/inethist.hxx>#include <algorithm>#include <string.h>#include <rtl/crc.h>#include <tools/debug.hxx>#include <tools/urlobj.hxx>Go to the source code of this file.
Classes | |
| class | INetURLHistory_Impl |
| struct | INetURLHistory_Impl::head_entry |
| struct | INetURLHistory_Impl::hash_entry |
| struct | INetURLHistory_Impl::lru_entry |
Macros | |
| #define | INETHIST_DEF_FTP_PORT 21 |
| #define | INETHIST_DEF_HTTP_PORT 80 |
| #define | INETHIST_DEF_HTTPS_PORT 443 |
| #define | INETHIST_SIZE_LIMIT 1024 |
| #define | INETHIST_MAGIC_HEAD 0x484D4849UL |
| #define INETHIST_DEF_FTP_PORT 21 |
Definition at line 32 of file inethist.cxx.
| #define INETHIST_DEF_HTTP_PORT 80 |
Definition at line 33 of file inethist.cxx.
| #define INETHIST_DEF_HTTPS_PORT 443 |
Definition at line 34 of file inethist.cxx.
| #define INETHIST_MAGIC_HEAD 0x484D4849UL |
Definition at line 37 of file inethist.cxx.
| #define INETHIST_SIZE_LIMIT 1024 |
Definition at line 36 of file inethist.cxx.