Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dpseudo_tcp.h138 typedef std::list<SSegment> SList; typedef
167 bool transmit(const SList::iterator& seg, uint32_t now);
217 SList m_slist;
Dpseudo_tcp.cc993 bool PseudoTcp::transmit(const SList::iterator& seg, uint32_t now) { in transmit()
1045 SList::iterator next = seg; in transmit()
1132 SList::iterator it = m_slist.begin(); in attemptSend()
1137 SList::iterator seg = it; in attemptSend()