LibreOffice Module svl (master) 1
Classes | Macros
inethist.cxx File Reference
#include <svl/inethist.hxx>
#include <algorithm>
#include <string.h>
#include <rtl/crc.h>
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
Include dependency graph for inethist.cxx:

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
 

Macro Definition Documentation

◆ INETHIST_DEF_FTP_PORT

#define INETHIST_DEF_FTP_PORT   21

Definition at line 32 of file inethist.cxx.

◆ INETHIST_DEF_HTTP_PORT

#define INETHIST_DEF_HTTP_PORT   80

Definition at line 33 of file inethist.cxx.

◆ INETHIST_DEF_HTTPS_PORT

#define INETHIST_DEF_HTTPS_PORT   443

Definition at line 34 of file inethist.cxx.

◆ INETHIST_MAGIC_HEAD

#define INETHIST_MAGIC_HEAD   0x484D4849UL

Definition at line 37 of file inethist.cxx.

◆ INETHIST_SIZE_LIMIT

#define INETHIST_SIZE_LIMIT   1024

Definition at line 36 of file inethist.cxx.