stub_wccp2.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 "wccp2.h"
11 
12 #if USE_WCCPv2
13 
14 #define STUB_API "wccp2.cc"
15 #include "tests/STUB.h"
16 
17 class StoreEntry;
18 
19 void wccp2Init(void) STUB
20 void wccp2ConnectionOpen(void) STUB
21 void wccp2ConnectionClose(void) STUB
22 void dump_wccp2_method(StoreEntry *, const char *, int) STUB
23 void free_wccp2_method(int *) STUB
24 void parse_wccp2_amethod(int *) STUB
25 void dump_wccp2_amethod(StoreEntry *, const char *, int) STUB
26 void parse_wccp2_service(void *) STUB
27 void dump_wccp2_service(StoreEntry *, const char *, void *) STUB
28 void free_wccp2_service(void *) STUB
30 void parse_wccp2_service_info(void *) STUB
31 void dump_wccp2_service_info(StoreEntry *, const char *, void *) STUB
32 void free_wccp2_service_info(void *) STUB
33 void free_wccp2_amethod(int *) STUB
34 void parse_wccp2_method(int *) STUB
35 
36 #endif /* USE_WCCPv2 */
37 
void dump_wccp2_method(StoreEntry *e, const char *label, int v)
Definition: wccp2.cc:2074
void dump_wccp2_amethod(StoreEntry *e, const char *label, int v)
Definition: wccp2.cc:2122
void free_wccp2_amethod(int *)
Definition: wccp2.cc:2138
#define STUB_RETVAL(x)
Definition: STUB.h:42
void wccp2ConnectionOpen(void)
Definition: wccp2.cc:952
void const char int STUB void free_wccp2_method(int *) STUB void parse_wccp2_amethod(int *) STUB void dump_wccp2_amethod(StoreEntry *
int check_null_wccp2_service(void *)
Definition: wccp2.cc:2227
void parse_wccp2_method(int *method)
Definition: wccp2.cc:2051
void parse_wccp2_amethod(int *method)
Definition: wccp2.cc:2099
void wccp2ConnectionClose(void)
Definition: wccp2.cc:1040
void const char int STUB 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 parse_wccp2_service_info(void *)
Definition: wccp2.cc:2327
void const char int STUB void const char int STUB void parse_wccp2_service(void *) STUB void dump_wccp2_service(StoreEntry *
void dump_wccp2_service(StoreEntry *e, const char *label, void *)
Definition: wccp2.cc:2201
#define STUB
macro to stub a void function.
Definition: STUB.h:34
void dump_wccp2_service_info(StoreEntry *e, const char *label, void *)
Definition: wccp2.cc:2407
void free_wccp2_service_info(void *)
Definition: wccp2.cc:2577
void wccp2Init(void) STUB void wccp2ConnectionOpen(void) STUB void wccp2ConnectionClose(void) STUB void dump_wccp2_method(StoreEntry *

 

Introduction

Documentation

Support

Miscellaneous