Home
last modified time | relevance | path

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

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/livestatus/
H A Dlivestatusquery.hpp21 LivestatusErrorOK = 200, enumerator
H A Dlivestatusquery.cpp570 SendResponse(stream, LivestatusErrorOK, result.str()); in ExecuteGetHelper()
584 SendResponse(stream, LivestatusErrorOK, ""); in ExecuteCommandHelper()
599 if (m_ResponseHeader == "fixed16" || code == LivestatusErrorOK) { in SendResponse()