Config used by libhcache. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "compress/lib.h"#include "store/lib.h"
Include dependency graph for config.c:Go to the source code of this file.
Functions | |
| static int | hcache_validator (const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Validate the "header_cache_backend" config variable - Implements ConfigDef::validator() -. | |
| static int | compress_method_validator (const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Validate the "header_cache_compress_method" config variable - Implements ConfigDef::validator() -. | |
| static int | compress_level_validator (const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Validate the "header_cache_compress_level" config variable - Implements ConfigDef::validator() -. | |
| bool | config_init_hcache (struct ConfigSet *cs) |
| Register hcache config variables - Implements module_init_config_t -. | |
Variables | |
| static struct ConfigDef | HcacheVars [] |
| Config definitions for the Header Cache. | |
| static struct ConfigDef | HcacheVarsComp [] |
| Config definitions for the Header Cache Compression. | |
| static struct ConfigDef | HcacheVarsComp2 [] |
| Deprecated Config definitions for the Header Cache Compression. | |
| static struct ConfigDef | HcacheVarsPage [] |
| Deprecated Config definitions for the Header Cache. | |
Config used by libhcache.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file config.c.
|
static |
Config definitions for the Header Cache.
Definition at line 124 of file config.c.
|
static |
Config definitions for the Header Cache Compression.
Definition at line 140 of file config.c.
|
static |
Deprecated Config definitions for the Header Cache Compression.
Definition at line 158 of file config.c.