internal.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3  *
4  * Squid software is distributed under GPLv2+ license and includes
5  * contributions from numerous individuals and organizations.
6  * Please see the COPYING and CONTRIBUTORS files for details.
7  */
8 
9 /*
10  * DEBUG: section 76 Internal Squid Object handling
11  * AUTHOR: Duane, Alex, Henrik
12  */
13 
14 #ifndef SQUID_SRC_INTERNAL_H
15 #define SQUID_SRC_INTERNAL_H
16 
17 #include "comm/forward.h"
18 #include "log/forward.h"
19 #include "sbuf/forward.h"
20 
21 class HttpRequest;
22 class StoreEntry;
23 
25 bool internalCheck(const SBuf &urlPath);
26 bool internalStaticCheck(const SBuf &urlPath);
27 char *internalLocalUri(const char *dir, const SBuf &name);
28 char *internalRemoteUri(bool, const char *, unsigned short, const char *, const SBuf &);
29 const char *internalHostname(void);
30 bool internalHostnameIs(const SBuf &);
31 
34 bool ForSomeCacheManager(const SBuf &);
35 
36 #endif /* SQUID_SRC_INTERNAL_H */
37 
bool ForSomeCacheManager(const SBuf &)
Definition: internal.cc:86
Definition: SBuf.h:93
bool internalHostnameIs(const SBuf &)
Definition: internal.cc:165
char * internalRemoteUri(bool, const char *, unsigned short, const char *, const SBuf &)
Definition: internal.cc:95
char * internalLocalUri(const char *dir, const SBuf &name)
Definition: internal.cc:139
bool internalStaticCheck(const SBuf &urlPath)
Definition: internal.cc:79
bool internalCheck(const SBuf &urlPath)
Definition: internal.cc:72
void internalStart(const Comm::ConnectionPointer &clientConn, HttpRequest *, StoreEntry *, const AccessLogEntryPointer &)
Definition: internal.cc:32
const char * internalHostname(void)
Definition: internal.cc:149

 

Introduction

Documentation

Support

Miscellaneous