Searched refs:_keepAlive (Results 1 - 2 of 2) sorted by relevance

/external/xmlrpcpp/src/
H A DXmlRpcServerConnection.cpp36 _keepAlive = true;
128 _keepAlive = true;
131 _keepAlive = false; // Default for HTTP 1.0 is to close the connection
134 _keepAlive = false;
136 XmlRpcUtil::log(3, "KeepAlive: %d", _keepAlive);
202 return _keepAlive; // Continue monitoring this source if true
H A DXmlRpcServerConnection.h98 bool _keepAlive; member in class:XmlRpc::XmlRpcServerConnection

Completed in 68 milliseconds