Home
last modified time | relevance | path

Searched refs:CONF_RAWMSG_BUFSIZE (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dmsg.h115 uchar szRawMsg[CONF_RAWMSG_BUFSIZE];
H A Drsyslog.h140 #define CONF_RAWMSG_BUFSIZE 101 macro
H A Dmsg.c2881 if(lenMSG > pThis->iLenMSG && lenNew >= CONF_RAWMSG_BUFSIZE) {
2936 if(pThis->iLenRawMsg < CONF_RAWMSG_BUFSIZE) {
2942 pThis->iLenRawMsg = CONF_RAWMSG_BUFSIZE - 1;
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/
H A DChangeLog4625 larger to CONF_RAWMSG_BUFSIZE. This makes rsyslog store the message in
4630 CONF_RAWMSG_BUFSIZE, which make it copy the msg object internal buffer