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

Go to the source code of this file.

Functions

void str_repr_encode (GString *escaped_string, const gchar *str, gssize str_len, const gchar *forbidden_chars)
 
void str_repr_encode_append (GString *escaped_string, const gchar *str, gssize str_len, const gchar *forbidden_chars)
 

Function Documentation

◆ str_repr_encode()

void str_repr_encode ( GString *  escaped_string,
const gchar *  str,
gssize  str_len,
const gchar *  forbidden_chars 
)

◆ str_repr_encode_append()

void str_repr_encode_append ( GString *  escaped_string,
const gchar *  str,
gssize  str_len,
const gchar *  forbidden_chars 
)