syslog-ng source
pdb-ruleset.h File Reference
#include "syslog-ng.h"
#include "radix.h"
#include "pdb-lookup-params.h"
#include "pdb-rule.h"
Include dependency graph for pdb-ruleset.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PDBRuleSet
 

Functions

PDBRule * pdb_ruleset_lookup (PDBRuleSet *rule_set, PDBLookupParams *lookup, GArray *dbg_list)
 
PDBRuleSetpdb_rule_set_new (const gchar *prefix)
 
void pdb_rule_set_free (PDBRuleSet *self)
 
void pdb_rule_set_global_init (void)
 

Function Documentation

◆ pdb_rule_set_free()

void pdb_rule_set_free ( PDBRuleSet self)

◆ pdb_rule_set_global_init()

void pdb_rule_set_global_init ( void  )

◆ pdb_rule_set_new()

PDBRuleSet* pdb_rule_set_new ( const gchar *  prefix)

◆ pdb_ruleset_lookup()

PDBRule* pdb_ruleset_lookup ( PDBRuleSet rule_set,
PDBLookupParams *  lookup,
GArray *  dbg_list 
)