Searched refs:m_next (Results 1 - 25 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgparam.cpp31 if (m_next.get())
32 m_next->GetVoidValue(name, valueType, pValue);
42 else if (m_next.get())
43 return m_next->GetVoidValue(name, valueType, pValue);
56 m_next.reset(const_cast<AlgorithmParameters &>(x).m_next.release());
61 m_next.reset(const_cast<AlgorithmParameters &>(x).m_next.release());
67 if (m_next.get())
68 return m_next
[all...]
H A Dalgparam.h261 m_next.reset(const_cast<AlgorithmParametersBase &>(x).m_next.release());
298 member_ptr<AlgorithmParametersBase> m_next; member in class:AlgorithmParametersBase
341 : m_next(new AlgorithmParametersTemplate<T>(name, value, throwIfNotUsed))
355 p->m_next.reset(m_next.release());
356 m_next.reset(p.release());
370 member_ptr<AlgorithmParametersBase> m_next; member in class:AlgorithmParameters
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A DObjcPose.h26 : m_next(sm_first)
32 sm_first = m_next;
42 wxPoseAsInitializer *m_next; member in class:wxPoseAsInitializer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Darchive.cpp85 if (m_next != this)
90 pp = &(*pp)->m_next;
92 *pp = m_next;
94 m_next = this;
H A Dmemory.cpp145 (m_next == 0 || m_next->m_id == MemStructId));
166 wxDebugContext::GetTail ()->m_next = this;
195 (void) wxDebugContext::SetHead (m_next);
202 if (m_prev->m_next != this) {
206 m_prev->m_next = m_next;
210 if (m_next == 0) {
217 if (! m_next->AssertIt ()) {
222 if (m_next
[all...]
H A Dobject.cpp171 sm_first = m_next;
178 if ( info->m_next == this )
180 info->m_next = m_next;
184 info = info->m_next;
198 for ( wxClassInfo *info = sm_first; info ; info = info->m_next )
306 info = info->m_next )
H A Ddynload.cpp134 for (wxClassInfo *info = m_after; info != m_before; info = info->m_next)
151 for(wxClassInfo *info = m_after; info != m_before; info = info->m_next)
170 for ( wxClassInfo *info = m_after; info != m_before; info = info->m_next)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dmodprobe.c20 struct mod_opt_t * m_next; member in struct:mod_opt_t
35 struct dep_t * m_next; /* the next dependency rule */ member in struct:dep_t
45 struct mod_list_t * m_next; member in struct:mod_list_t
102 while (ol->m_next) {
103 ol = ol->m_next;
105 ol->m_next = xmalloc(sizeof(struct mod_opt_t));
106 ol = ol->m_next;
112 ol->m_next = NULL;
268 (*current)->m_next = xzalloc(sizeof(struct dep_t));
269 (*current) = (*current)->m_next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h68 m_next=next;
72 ~wxDbGridColInfo() { delete m_next; }
75 int Length() { return (m_next ? m_next->Length() +1 : 1); }
82 GetLast()->m_next = new wxDbGridColInfo (colNo, type, title, NULL);
86 wxDbGridColInfo *GetLast() { return (m_next ? m_next->GetLast() : this); }
91 wxDbGridColInfo *m_next; member in class:wxDbGridColInfo
H A Dwizard.h137 m_next = next;
143 void SetNext(wxWizardPage *next) { m_next = next; }
163 m_prev = m_next = NULL;
169 *m_next; member in class:wxWizardPageSimple
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/applet/
H A Dechovar.h65 wxEchoVariable *m_next; member in class:wxEchoVariable
80 const wxEchoVariable* GetNext() const { return m_next; }
113 info = info->m_next;
H A Difelsevar.h62 wxIfElseVariable *m_next; member in class:wxIfElseVariable
79 const wxIfElseVariable* GetNext() const { return m_next; }
113 info = info->m_next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xml/
H A Dxml.h66 wxXmlProperty() : m_next(NULL) {}
69 : m_name(name), m_value(value), m_next(next) {}
74 wxXmlProperty *GetNext() const { return m_next; }
78 void SetNext(wxXmlProperty *next) { m_next = next; }
83 wxXmlProperty *m_next; member in class:wxXmlProperty
101 m_children(NULL), m_next(NULL) {}
108 // and parent pointer, i.e. m_parent and m_next will be NULL
142 wxXmlNode *GetNext() const { return m_next; }
156 void SetNext(wxXmlNode *next) { m_next = next; }
187 wxXmlNode *m_parent, *m_children, *m_next; member in class:wxXmlNode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dmbuf.h25 #define sm_next m_next
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dprop.cpp44 m_next = NULL;
66 m_next = NULL;
77 m_next = NULL;
87 m_next = NULL;
96 m_next = NULL;
105 m_next = NULL;
114 m_next = NULL;
125 m_next = NULL;
135 m_next = NULL;
144 m_next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dechovar.cpp62 m_next = sm_first;
80 info = info->m_next;
H A Difelsevar.cpp61 m_next = sm_first;
79 info = info->m_next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xml/
H A Dxml.cpp55 m_children(NULL), m_next(next)
61 m_next = m_parent->m_children;
73 m_children(NULL), m_next(NULL)
78 m_next = NULL;
88 c2 = c->m_next;
179 while (ch->m_next) ch = ch->m_next;
180 ch->m_next = child;
182 child->m_next = NULL;
204 child->m_next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileArea.h112 CFileArea* m_next; member in class:CFileArea
H A DFileArea.cpp111 cur = cur->m_next;
162 area.m_next = first;
172 *cur = area.m_next;
173 area.m_next = NULL;
176 cur = &(*cur)->m_next;
182 : m_buffer(NULL), m_mmap_buffer(NULL), m_length(0), m_next(NULL), m_file(NULL), m_error(false)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c168 m0->m_next = m->m_next;
172 m->m_next = m0;
187 for ( *type = 0; m; m = m->m_next ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dddp_output.c51 for ( len = 0, m0 = m; m; m = m->m_next ) {
59 m->m_next = m0;
107 for (; m; m = m->m_next ) {
166 for ( mlen = 0, m0 = m; m0; m0 = m0->m_next ) {
190 m0->m_next = m;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.h161 WidgetsPageInfo *GetNext() const { return m_next; }
163 void SetNext(WidgetsPageInfo *next) { m_next = next; }
176 WidgetsPageInfo *m_next; member in class:WidgetsPageInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.cpp63 LifeCellBox *m_prev, *m_next; // in linked list member in class:LifeCellBox
155 nc = c->m_next;
165 nc = c->m_next;
275 c->m_next = m_available;
281 m_available = c->m_next;
289 c->m_next = m_head;
291 if (c->m_next) c->m_next->m_prev = c;
333 c->m_prev->m_next = c->m_next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/wizard/
H A Dwizard.cpp250 m_next = next;
310 return m_checkbox->GetValue() ? m_next->GetNext() : m_next;
315 *m_next; member in class:wxCheckboxPage

Completed in 400 milliseconds

123