Searched refs:m_tail (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dqueue.cpp21 m_head = m_tail = 0;
29 return m_tail-m_head;
39 m_head = m_tail = 0;
44 size_t l = STDMIN(length, MaxSize()-m_tail);
45 if (buf+m_tail != begin)
46 memcpy(buf+m_tail, begin, l);
47 m_tail += l;
53 if (m_tail==m_head)
62 size_t len = STDMIN(copyMax, m_tail-m_head);
69 size_t len = m_tail
126 size_t m_head, m_tail; member in class:ByteQueueNode
[all...]
H A Dqueue.h104 ByteQueueNode *m_head, *m_tail; member in class:ByteQueue
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmemory.h277 static wxMemStruct * GetTail () { return m_tail; }
281 static wxMemStruct * SetTail (wxMemStruct * st) { return (m_tail = st); }
314 static wxMemStruct* m_tail; member in class:wxDebugContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmemory.cpp443 wxMemStruct *wxDebugContext::m_tail = NULL; member in class:wxDebugContext
794 checkPoint = m_tail;

Completed in 166 milliseconds