Home
last modified time | relevance | path

Searched refs:SetMaxHosts (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/netservices2/
H A DHttpSession.h46 void SetMaxHosts(size_t maxConnections);
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp133 void SetMaxHosts(size_t maxConnections);
267 BHttpSession::Impl::SetMaxHosts(size_t maxConnections) in SetMaxHosts() function in BHttpSession::Impl
648 BHttpSession::SetMaxHosts(size_t maxConnections) in SetMaxHosts() function in BHttpSession
650 fImpl->SetMaxHosts(maxConnections); in SetMaxHosts()
/haiku/docs/user/netservices/
H A DHttpSession.dox246 \fn void BPrivate::Network::BHttpSession::SetMaxHosts(size_t maxConnections)