Home
last modified time | relevance | path

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

/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dcli.h674 typedef std::map<PSocket *, Context *> ContextMap_t; typedef
675 ContextMap_t m_contextBySocket;
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dcli.cxx757 ContextMap_t::iterator iter = m_contextBySocket.find(socket); in RemoveContext()
799 …for (ContextMap_t::iterator iter = m_contextBySocket.begin(); iter != m_contextBySocket.end(); ++i… in HandleSingleThreadForAll()
810 ContextMap_t::iterator iterContext = m_contextBySocket.find(&*socket); in HandleSingleThreadForAll()