Home
last modified time | relevance | path

Searched refs:bEnableTLSZip (Results 1 – 10 of 10) sorted by relevance

/dports/devel/librelp/librelp-1.10.0/src/
H A Drelpclt.h45 int bEnableTLSZip; /**< is compression to be used together with TLS? */ member
H A Drelpsrv.h57 int bEnableTLSZip; member
H A Drelpsrv.c368 pThis->bEnableTLSZip = 1; in relpSrvEnableTLSZip2()
413 if(pThis->bEnableTLSZip) { in relpSrvRun()
H A Drelpclt.c128 if(pThis->bEnableTLSZip) { in relpCltConnect()
376 pThis->bEnableTLSZip = 1; in relpCltEnableTLSZip()
H A Drelpsess.h89 int bEnableTLSZip; member
H A Dtcp.h119 uint8_t bEnableTLSZip; member
H A Drelpsess.c887 if(pThis->bEnableTLSZip) { in relpSessConnect()
1093 pThis->bEnableTLSZip = 1; in relpSessEnableTLSZip()
H A Dtcp.c1136 pThis->bEnableTLSZip = 1; in relpTcpEnableTLSZip()
1164 if(pThis->bEnableTLSZip) { in LIBRELP_ATTR_NONNULL()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/omrelp/
H A Domrelp.c84 sbool bEnableTLSZip; member
245 if(pData->bEnableTLSZip) { in doCreateRelpClient()
310 pData->bEnableTLSZip = DFLT_ENABLE_TLSZIP;
373 pData->bEnableTLSZip = DFLT_ENABLE_TLSZIP; in setInstParamDefaults()
481 pData->bEnableTLSZip = (unsigned) pvals[i].val.d.n;
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imrelp/
H A Dimrelp.c89 sbool bEnableTLSZip; member
289 inst->bEnableTLSZip = 0; in createInstance()
451 if(inst->bEnableTLSZip) { in addListner()
597 inst->bEnableTLSZip = (unsigned) pvals[i].val.d.n;