stub_wccp2.cc
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2025 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 
11 #if USE_WCCPv2
12 
13 #define STUB_API "wccp2.cc"
14 #include "tests/STUB.h"
15 
16 #include "wccp2.h"
17 class StoreEntry;
18 void dump_wccp2_method(StoreEntry *, const char *, int) STUB
19 void free_wccp2_method(int *) STUB
20 void parse_wccp2_amethod(int *) STUB
21 void dump_wccp2_amethod(StoreEntry *, const char *, int) STUB
22 void parse_wccp2_service(void *) STUB
23 void dump_wccp2_service(StoreEntry *, const char *, void *) STUB
24 void free_wccp2_service(void *) STUB
26 void parse_wccp2_service_info(void *) STUB
27 void dump_wccp2_service_info(StoreEntry *, const char *, void *) STUB
28 void free_wccp2_service_info(void *) STUB
29 void free_wccp2_amethod(int *) STUB
30 void parse_wccp2_method(int *) STUB
31 
32 #endif /* USE_WCCPv2 */
33 
void const char int STUB void const char void *STUB void free_wccp2_service(void *) STUB int check_null_wccp2_service(void *) STUB_RETVAL(0) void parse_wccp2_service_info(void *) STUB void dump_wccp2_service_info(StoreEntry *
void const char int STUB void parse_wccp2_service(void *) STUB void dump_wccp2_service(StoreEntry *
void dump_wccp2_amethod(StoreEntry *e, const char *label, int v)
Definition: wccp2.cc:2141
void free_wccp2_amethod(int *)
Definition: wccp2.cc:2157
#define STUB_RETVAL(x)
Definition: STUB.h:42
void free_wccp2_method(int *)
Definition: wccp2.cc:2109
int check_null_wccp2_service(void *)
Definition: wccp2.cc:2246
void parse_wccp2_method(int *method)
Definition: wccp2.cc:2070
void parse_wccp2_amethod(int *method)
Definition: wccp2.cc:2118
void parse_wccp2_service_info(void *)
Definition: wccp2.cc:2346
void dump_wccp2_service(StoreEntry *e, const char *label, void *)
Definition: wccp2.cc:2220
#define STUB
macro to stub a void function.
Definition: STUB.h:34
void dump_wccp2_method(StoreEntry *, const char *, int) STUB void free_wccp2_method(int *) STUB void parse_wccp2_amethod(int *) STUB void dump_wccp2_amethod(StoreEntry *
void dump_wccp2_service_info(StoreEntry *e, const char *label, void *)
Definition: wccp2.cc:2426
void free_wccp2_service_info(void *)
Definition: wccp2.cc:2596

 

Introduction

Documentation

Support

Miscellaneous