Home
last modified time | relevance | path

Searched refs:RS_RET_ERR_LIBLOGNORM_INIT (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/pmnormalize/
H A Dpmnormalize.c118 LogError(0, RS_RET_ERR_LIBLOGNORM_INIT, "error: could not initialize " in buildInstance()
120 ABORT_FINALIZE(RS_RET_ERR_LIBLOGNORM_INIT); in buildInstance()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/mmnormalize/
H A Dmmnormalize.c131 LogError(0, RS_RET_ERR_LIBLOGNORM_INIT, "error: could not initialize " in buildInstance()
133 ABORT_FINALIZE(RS_RET_ERR_LIBLOGNORM_INIT); in buildInstance()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Drsyslog.h477 RS_RET_ERR_LIBLOGNORM_INIT = -2202,/**< cannot obtain liblognorm ctx */ enumerator