syslog-ng source
cfg-grammar-internal.h File Reference
#include "syslog-ng.h"
#include "driver.h"
#include "logreader.h"
#include "logwriter.h"
#include "logmatcher.h"
#include "parser/parser-expr.h"
#include "filter/filter-expr.h"
#include "value-pairs/value-pairs.h"
#include "rewrite/rewrite-expr.h"
#include "logproto/logproto.h"
#include "afinter.h"
#include "str-utils.h"
#include "logscheduler-pipe.h"
#include "filter/filter-expr-parser.h"
#include "filter/filter-pipe.h"
#include "parser/parser-expr-parser.h"
#include "rewrite/rewrite-expr-parser.h"
#include "block-ref-parser.h"
#include "template/user-function.h"
#include "cfg-block.h"
#include "cfg-path.h"
#include "multi-line/multi-line-factory.h"
#include "metrics/dyn-metrics-template.h"
#include "logthrsource/logthrfetcherdrv.h"
#include "logthrdest/logthrdestdrv.h"
#include "stats/stats.h"
#include "healthcheck/healthcheck-stats.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Include dependency graph for cfg-grammar-internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

LogSourceOptionslast_source_options
 
LogReaderOptionslast_reader_options
 
LogProtoServerOptionsStorage * last_proto_server_options
 
LogProtoClientOptionsStoragelast_proto_client_options
 
LogWriterOptionslast_writer_options
 
FilePermOptionslast_file_perm_options
 
MsgFormatOptionslast_msg_format_options
 
LogDriver * last_driver
 
LogSchedulerOptionslast_scheduler_options
 
LogParser * last_parser
 
FilterExprNode * last_filter_expr
 
LogTemplateOptions * last_template_options
 
ValuePairs * last_value_pairs
 
ValuePairsTransformSet * last_vp_transset
 
LogMatcherOptionslast_matcher_options
 
HostResolveOptionslast_host_resolve_options
 
StatsOptionslast_stats_options
 
HealthCheckStatsOptionslast_healthcheck_options
 
LogRewrite * last_rewrite
 
CfgArgs * last_block_args
 
DNSCacheOptionslast_dns_cache_options
 
MultiLineOptionslast_multi_line_options
 
DynMetricsTemplatelast_dyn_metrics_template
 

Variable Documentation

◆ last_block_args

CfgArgs* last_block_args
extern

◆ last_dns_cache_options

DNSCacheOptions* last_dns_cache_options
extern

◆ last_driver

LogDriver* last_driver
extern

◆ last_dyn_metrics_template

DynMetricsTemplate* last_dyn_metrics_template
extern

◆ last_file_perm_options

FilePermOptions* last_file_perm_options
extern

◆ last_filter_expr

FilterExprNode* last_filter_expr
extern

◆ last_healthcheck_options

HealthCheckStatsOptions* last_healthcheck_options
extern

◆ last_host_resolve_options

HostResolveOptions* last_host_resolve_options
extern

◆ last_matcher_options

LogMatcherOptions* last_matcher_options
extern

◆ last_msg_format_options

MsgFormatOptions* last_msg_format_options
extern

◆ last_multi_line_options

MultiLineOptions* last_multi_line_options
extern

◆ last_parser

LogParser* last_parser
extern

◆ last_proto_client_options

LogProtoClientOptionsStorage* last_proto_client_options
extern

◆ last_proto_server_options

LogProtoServerOptionsStorage* last_proto_server_options
extern

◆ last_reader_options

LogReaderOptions* last_reader_options
extern

◆ last_rewrite

LogRewrite* last_rewrite
extern

◆ last_scheduler_options

LogSchedulerOptions* last_scheduler_options
extern

◆ last_source_options

LogSourceOptions* last_source_options
extern

◆ last_stats_options

StatsOptions* last_stats_options
extern

◆ last_template_options

LogTemplateOptions* last_template_options
extern

◆ last_value_pairs

ValuePairs* last_value_pairs
extern

◆ last_vp_transset

ValuePairsTransformSet* last_vp_transset
extern

◆ last_writer_options

LogWriterOptions* last_writer_options
extern