Searched refs:ILibXMLNode (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rc/
H A DILibParsers.h333 /*! \struct ILibXMLNode
344 struct ILibXMLNode struct
381 struct ILibXMLNode *Next; // Next Node
385 struct ILibXMLNode *Parent; // Parent Node
389 struct ILibXMLNode *Peer; // Sibling Node
390 struct ILibXMLNode *ClosingTag; // Pointer to closing node of this element
391 struct ILibXMLNode *StartingTag; // Pointer to start node of this element
420 struct ILibXMLNode *Parent; // The XML Node this attribute belongs to
485 // Parses an XML string. Returns a tree of ILibXMLNode elements.
487 struct ILibXMLNode *ILibParseXM
[all...]
H A DILibParsers.c731 /*! \fn ILibDestructXMLNodeList(struct ILibXMLNode *node)
736 void ILibDestructXMLNodeList(struct ILibXMLNode *node)
738 struct ILibXMLNode *temp;
770 /*! \fn ILibProcessXMLNodeList(struct ILibXMLNode *nodeList)
779 int ILibProcessXMLNodeList(struct ILibXMLNode *nodeList)
782 struct ILibXMLNode *current = nodeList;
783 struct ILibXMLNode *temp;
799 current = (struct ILibXMLNode*)ILibPeekStack(&TagStack);
822 temp = (struct ILibXMLNode*)ILibPopStack(&TagStack);
875 /*! \fn ILibXML_LookupNamespace(struct ILibXMLNode *currentLocatio
[all...]
H A Dservices_ex.c1900 struct ILibXMLNode *xnode = ILibParseXML(buffer,offset,bufferLength);
1901 struct ILibXMLNode *root = xnode;
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A DILibParsers.h333 /*! \struct ILibXMLNode
344 struct ILibXMLNode struct
381 struct ILibXMLNode *Next; // Next Node
385 struct ILibXMLNode *Parent; // Parent Node
389 struct ILibXMLNode *Peer; // Sibling Node
390 struct ILibXMLNode *ClosingTag; // Pointer to closing node of this element
391 struct ILibXMLNode *StartingTag; // Pointer to start node of this element
420 struct ILibXMLNode *Parent; // The XML Node this attribute belongs to
485 // Parses an XML string. Returns a tree of ILibXMLNode elements.
487 struct ILibXMLNode *ILibParseXM
[all...]
H A DILibParsers.c731 /*! \fn ILibDestructXMLNodeList(struct ILibXMLNode *node)
736 void ILibDestructXMLNodeList(struct ILibXMLNode *node)
738 struct ILibXMLNode *temp;
770 /*! \fn ILibProcessXMLNodeList(struct ILibXMLNode *nodeList)
779 int ILibProcessXMLNodeList(struct ILibXMLNode *nodeList)
782 struct ILibXMLNode *current = nodeList;
783 struct ILibXMLNode *temp;
799 current = (struct ILibXMLNode*)ILibPeekStack(&TagStack);
822 temp = (struct ILibXMLNode*)ILibPopStack(&TagStack);
875 /*! \fn ILibXML_LookupNamespace(struct ILibXMLNode *currentLocatio
[all...]
H A Dservices_ex.c1897 struct ILibXMLNode *xnode = ILibParseXML(buffer,offset,bufferLength);
1898 struct ILibXMLNode *root = xnode;

Completed in 80 milliseconds