cache_cf.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/* DEBUG: section 03 Configuration File Parsing */
10
11#ifndef SQUID_CACHE_CF_H_
12#define SQUID_CACHE_CF_H_
13
14class wordlist;
15
16void configFreeMemory(void);
17void self_destruct(void);
18void add_http_port(char *portspec);
19
20/* extra functions from cache_cf.c useful for lib modules */
21void parse_int(int *var);
22void parse_onoff(int *var);
23void parse_eol(char *volatile *var);
24void parse_wordlist(wordlist ** list);
25void requirePathnameExists(const char *name, const char *path);
26void parse_time_t(time_t * var);
28void parseBytesOptionValue(size_t * bptr, const char *units, char const * value);
29
31extern const char *cfg_directive;
32extern const char *cfg_filename;
33extern int config_lineno;
34extern char config_input_line[BUFSIZ];
35
36#endif /* SQUID_CACHE_CF_H_ */
37
void parse_time_t(time_t *var)
Definition: cache_cf.cc:2958
void configFreeMemory(void)
Definition: cache_cf.cc:3918
void parse_onoff(int *var)
Definition: cache_cf.cc:2586
void add_http_port(char *portspec)
Definition: cache_cf.cc:3716
void parse_wordlist(wordlist **list)
Definition: cache_cf.cc:3140
void parse_int(int *var)
Definition: cache_cf.cc:2546
void requirePathnameExists(const char *name, const char *path)
Definition: cache_cf.cc:3929
void parse_eol(char *volatile *var)
Definition: cache_cf.cc:2904
const char * cfg_directive
During parsing, the name of the current squid.conf directive being parsed.
Definition: cache_cf.cc:271
char config_input_line[BUFSIZ]
Definition: cache_cf.cc:274
const char * cfg_filename
Definition: cache_cf.cc:272
void parseBytesOptionValue(size_t *bptr, const char *units, char const *value)
Parse bytes number from a string.
Definition: cache_cf.cc:1391
int config_lineno
Definition: cache_cf.cc:273
void self_destruct(void)
Definition: cache_cf.cc:277
#define BUFSIZ
Definition: defines.h:20

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors