#include "squid.h"
#include "acl/Acl.h"
#include "acl/Gadgets.h"
#include "ConfigParser.h"
#include "wordlist.h"
#include "tests/STUB.h"
#include "cache_cf.h"
Include dependency graph for stub_cache_cf.cc:
Go to the source code of this file.
Macros | |
#define | STUB_API "cache_cf.cc" |
Functions | |
void | self_destruct (void) STUB void parse_int(int *) STUB void parse_onoff(int *) STUB void parse_eol(char *volatile *) STUB void parse_wordlist(wordlist **) STUB void requirePathnameExists(const char * |
Variables | |
const char * | cfg_directive = nullptr |
During parsing, the name of the current squid.conf directive being parsed. More... | |
const char * | cfg_filename = nullptr |
int | config_lineno = 0 |
char | config_input_line [BUFSIZ] = {} |
Macro Definition Documentation
◆ STUB_API
#define STUB_API "cache_cf.cc" |
Definition at line 17 of file stub_cache_cf.cc.
Function Documentation
◆ self_destruct()
void self_destruct | ( | void | ) | const volatile |
Variable Documentation
◆ cfg_directive
const char* cfg_directive = nullptr |
Definition at line 21 of file stub_cache_cf.cc.
◆ cfg_filename
const char* cfg_filename = nullptr |
Definition at line 22 of file stub_cache_cf.cc.
◆ config_input_line
char config_input_line[BUFSIZ] = {} |
Definition at line 24 of file stub_cache_cf.cc.
◆ config_lineno
int config_lineno = 0 |
Definition at line 23 of file stub_cache_cf.cc.