stub_ipcache.cc
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#include "squid.h"
10#include "ipcache.h"
11
12#define STUB_API "ipcache.cc"
13#include "tests/STUB.h"
14
16void ipcache_nbgethostbyname(const char *, IPH *, void *) STUB
17const ipcache_addrs *ipcache_gethostbyname(const char *, int) STUB_RETVAL(nullptr)
18void ipcacheInvalidate(const char *) STUB
19void ipcacheInvalidateNegative(const char *) STUB
20void ipcache_init(void) STUB
21void ipcacheMarkBadAddr(const char *, const Ip::Address &) STUB
22void ipcacheMarkGoodAddr(const char *, const Ip::Address &) STUB
23void ipcache_restart(void) STUB
24int ipcacheAddEntryFromHosts(const char *, const char *) STUB_RETVAL(-1)
25
#define STUB
macro to stub a void function.
Definition: STUB.h:33
#define STUB_RETVAL(x)
Definition: STUB.h:41
void ipcacheInvalidateNegative(const char *name)
Definition: ipcache.cc:881
void ipcache_restart(void)
Definition: ipcache.cc:1102
void ipcache_init(void)
Definition: ipcache.cc:695
void ipcacheInvalidate(const char *name)
Definition: ipcache.cc:864
int ipcacheAddEntryFromHosts(const char *name, const char *ipaddr)
Definition: ipcache.cc:1123
void ipcache_nbgethostbyname(const char *name, IPH *handler, void *handlerData)
Definition: ipcache.cc:608
void ipcacheMarkBadAddr(const char *name, const Ip::Address &addr)
Definition: ipcache.cc:1066
void IPH(const ipcache_addrs *, const Dns::LookupDetails &details, void *)
Definition: ipcache.h:227
Definition: Xaction.cc:139
void ipcache_purgelru(void *) STUB void ipcache_nbgethostbyname(const char *
void IPH void *STUB const ipcache_addrs const Ip::Address &STUB void ipcacheMarkGoodAddr(const char *, const Ip::Address &) STUB void ipcache_restart(void) STUB int ipcacheAddEntryFromHosts(const char *
void IPH void *STUB const ipcache_addrs * ipcache_gethostbyname(const char *, int) STUB_RETVAL(nullptr) void ipcacheInvalidate(const char *) STUB void ipcacheInvalidateNegative(const char *) STUB void ipcache_init(void) STUB void ipcacheMarkBadAddr(const char *

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors