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

Go to the source code of this file.

Functions

void path_resolver_add_configure_variable (CacheResolver *self, const gchar *name, const gchar *value)
 
CacheResolver * path_resolver_new (const gchar *sysprefix)
 
gchar * resolve_path_variables_in_text (const gchar *text)
 
const gchar * get_installation_path_for (const gchar *template)
 
void override_installation_path_for (const gchar *template, const gchar *value)
 
void reloc_init (void)
 
void reloc_deinit (void)
 

Function Documentation

◆ get_installation_path_for()

const gchar* get_installation_path_for ( const gchar *  template)

◆ override_installation_path_for()

void override_installation_path_for ( const gchar *  template,
const gchar *  value 
)

◆ path_resolver_add_configure_variable()

void path_resolver_add_configure_variable ( CacheResolver *  self,
const gchar *  name,
const gchar *  value 
)

◆ path_resolver_new()

CacheResolver* path_resolver_new ( const gchar *  sysprefix)

◆ reloc_deinit()

void reloc_deinit ( void  )

◆ reloc_init()

void reloc_init ( void  )

◆ resolve_path_variables_in_text()

gchar* resolve_path_variables_in_text ( const gchar *  text)