#include "syslog-ng.h"
#include "cfg-args.h"
Go to the source code of this file.
|
| gchar * | cfg_lexer_subst_invoke (CfgLexerSubst *self, const gchar *input, gssize input_len, gsize *output_length, GError **error) |
| |
| CfgLexerSubst * | cfg_lexer_subst_new (CfgArgs *globals, CfgArgs *defs, CfgArgs *args) |
| |
| void | cfg_lexer_subst_free (CfgLexerSubst *self) |
| |
| gchar * | cfg_lexer_subst_args_in_input (CfgArgs *globals, CfgArgs *defs, CfgArgs *args, const gchar *input, gssize input_length, gsize *output_length, GError **error) |
| |
◆ cfg_lexer_subst_args_in_input()
| gchar* cfg_lexer_subst_args_in_input |
( |
CfgArgs * |
globals, |
|
|
CfgArgs * |
defs, |
|
|
CfgArgs * |
args, |
|
|
const gchar * |
input, |
|
|
gssize |
input_length, |
|
|
gsize * |
output_length, |
|
|
GError ** |
error |
|
) |
| |
◆ cfg_lexer_subst_free()
| void cfg_lexer_subst_free |
( |
CfgLexerSubst * |
self | ) |
|
◆ cfg_lexer_subst_invoke()
| gchar* cfg_lexer_subst_invoke |
( |
CfgLexerSubst * |
self, |
|
|
const gchar * |
input, |
|
|
gssize |
input_len, |
|
|
gsize * |
output_length, |
|
|
GError ** |
error |
|
) |
| |
◆ cfg_lexer_subst_new()
| CfgLexerSubst* cfg_lexer_subst_new |
( |
CfgArgs * |
globals, |
|
|
CfgArgs * |
defs, |
|
|
CfgArgs * |
args |
|
) |
| |