Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dnspoll.c145 SetDrvrName(nspoll_t *pThis, uchar *pszName) in SetDrvrName() function
188 pIf->SetDrvrName = SetDrvrName;
H A Dnssel.c138 SetDrvrName(nssel_t *pThis, uchar *pszName) in SetDrvrName() function
224 pIf->SetDrvrName = SetDrvrName;
H A Dnetstrms.c150 SetDrvrName(netstrms_t *pThis, uchar *pszName) in SetDrvrName() function
455 pIf->SetDrvrName = SetDrvrName;
H A Dnspoll.h55 rsRetVal (*SetDrvrName)(nspoll_t *pThis, uchar *name); variable
H A Dnssel.h47 rsRetVal (*SetDrvrName)(nssel_t *pThis, uchar *name); variable
H A Dnetstrms.h57 rsRetVal (*SetDrvrName)(netstrms_t *pThis, uchar *pszName); variable
H A Dtcpsrv.c825 CHKiRet(nssel.SetDrvrName(pSel, pThis->pszDrvrName)); in RunSelect()
920 CHKiRet(nspoll.SetDrvrName(pPoll, pThis->pszDrvrName)); in DoRun()
1037 CHKiRet(netstrms.SetDrvrName(pThis->pNS, pThis->pszDrvrName)); in ENDobjConstruct()
1382 SetDrvrName(tcpsrv_t *pThis, uchar *const name) in SetDrvrName() function
1595 pIf->SetDrvrName = SetDrvrName;
H A Dtcpsrv.h189 rsRetVal (*SetDrvrName)(tcpsrv_t *pThis, uchar *pszName); variable
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imtcp/
H A Dimtcp.c489 CHKiRet(tcpsrv.SetDrvrName(pOurTcpsrv, psz)); in addListner()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tools/
H A Domfwd.c811 CHKiRet(netstrms.SetDrvrName(pWrkrData->pNS, pData->pszStrmDrvr)); in TCPSendInit()