syslog-ng source
escaping.h File Reference
#include "syslog-ng.h"
Include dependency graph for escaping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* LogTemplateEscapeFunction) (GString *target, const gchar *value, gsize value_len)
 

Functions

void log_template_default_escape_method (GString *result, const gchar *sstr, gsize len)
 

Typedef Documentation

◆ LogTemplateEscapeFunction

typedef void(* LogTemplateEscapeFunction) (GString *target, const gchar *value, gsize value_len)

Function Documentation

◆ log_template_default_escape_method()

void log_template_default_escape_method ( GString *  result,
const gchar *  sstr,
gsize  len 
)