HomeSort by relevance Sort by last modified time
    Searched refs:SList (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 135 typedef std::list<SSegment> SList;
154 bool transmit(const SList::iterator& seg, uint32 now);
176 SList m_slist;
pseudotcp.cc 897 bool PseudoTcp::transmit(const SList::iterator& seg, uint32 now) {
948 SList::iterator next = seg;
1031 SList::iterator it = m_slist.begin();
1036 SList::iterator seg = it;

Completed in 44 milliseconds