Home
last modified time | relevance | path

Searched refs:CONF_IPARAMS_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Drsyslog.h145 #define CONF_IPARAMS_BUFSIZE 16 /* initial size of iparams array in wti (is automatically extended… macro
H A Dwti.c218 newMax = (wrkrInfo->p.tx.maxIParams == 0) ? CONF_IPARAMS_BUFSIZE in wtiNewIParam()