Searched refs:firstNode (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dwxstllst.h488 node_ref_type firstNode = *((node_ref_type*)&first);\
491 firstNode->mpPrev->mpNext = lastNode;\
492 lastNode->mpPrev = firstNode->mpPrev;\
494 while( firstNode != lastNode )\
496 node_ref_type next = firstNode->mpNext;\
499 firstNode->mData.value_type_local::~value_type_local();\
501 RecycleNode( firstNode );\
503 firstNode = next;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdproc.cpp134 wxList::compatibility_iterator firstNode = m_commands.GetFirst(); local
135 wxCommand *firstCommand = (wxCommand *)firstNode->GetData();
137 m_commands.Erase(firstNode);
140 if ( m_lastSavedCommand == firstNode )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dwxexpr.cpp322 wxExpr *firstNode = expr->value.first; local
323 if ((firstNode->type == wxExprWord) && (firstNode->value.word[0] == '='))
325 wxExpr *secondNode = firstNode->next;
432 wxExpr *firstNode = expr->value.first; local
433 if ((firstNode->type == wxExprWord) && (firstNode->value.word[0] == '='))
435 wxExpr *secondNode = firstNode->next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DparserInternals.h548 * @firstNode: the fist node in the chunk
555 xmlNodePtr firstNode,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DparserInternals.h548 * @firstNode: the fist node in the chunk
555 xmlNodePtr firstNode,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DparserInternals.in.h548 * @firstNode: the fist node in the chunk
555 xmlNodePtr firstNode,
H A Dparser.c121 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,
12788 * @firstNode : A valid first node for children of entity
12794 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, argument
12798 (*xmlEntityRefFunc) (ent, firstNode, lastNode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DparserInternals.h548 * @firstNode: the fist node in the chunk
555 xmlNodePtr firstNode,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DparserInternals.in.h548 * @firstNode: the fist node in the chunk
555 xmlNodePtr firstNode,
H A Dparser.c121 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,
12788 * @firstNode : A valid first node for children of entity
12794 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, argument
12798 (*xmlEntityRefFunc) (ent, firstNode, lastNode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp705 wxRichTextObjectList::compatibility_iterator firstNode = m_children.Find(firstParagraph); local
707 if ( firstNode )
708 previousNode = firstNode->GetPrevious();
709 if (firstNode)
718 node = firstNode;
1884 wxRichTextObjectList::compatibility_iterator firstNode = newPara->GetChildren().Find(firstObject); local
1887 wxASSERT(firstNode);
1890 wxRichTextObjectList::compatibility_iterator node2 = firstNode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...
H A Djaxen-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/expr/ org/jaxen/expr/Predicate ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c215 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,
13734 * @firstNode : A valid first node for children of entity
13740 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, argument
13744 (*xmlEntityRefFunc) (ent, firstNode, lastNode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dparser.c215 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,
13734 * @firstNode : A valid first node for children of entity
13740 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, argument
13744 (*xmlEntityRefFunc) (ent, firstNode, lastNode);

Completed in 712 milliseconds