Searched refs:firstAttr (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/
H A Delement.c117 attrNode = element->n.firstAttr;
162 attrNode = element->n.firstAttr;
233 attrNode = element->n.firstAttr;
274 attrNode = element->n.firstAttr;
327 attrNode = element->n.firstAttr;
349 if( element->n.firstAttr == attrNode ) {
350 element->n.firstAttr = node;
358 if( element->n.firstAttr != NULL ) {
359 prevAttr = element->n.firstAttr;
369 element->n.firstAttr
[all...]
H A Dixml.c138 if( nodeptr->firstAttr != NULL ) {
140 ixmlPrintDomTreeRecursive( nodeptr->firstAttr, buf );
220 if( nodeptr->firstAttr != NULL ) {
222 ixmlPrintDomTreeRecursive( nodeptr->firstAttr, buf );
291 if( nodeptr->firstAttr != NULL ) {
293 ixmlPrintDomTreeRecursive( nodeptr->firstAttr, buf );
H A Dnode.c128 ixmlNode_free( nodeptr->firstAttr );
1116 newElement->n.firstAttr =
1117 ixmlNode_cloneNodeTreeRecursive( nodeptr->firstAttr,
1217 newElement->n.firstAttr =
1218 ixmlNode_cloneNodeTreeRecursive( nodeptr->firstAttr,
1358 tempNode = nodeptr->firstAttr;
1401 && ( nodeptr->firstAttr != NULL ) ) {
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/inc/
H A Dixml.h164 Nodeptr firstAttr; member in struct:_IXML_Node
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A Dixml.h164 Nodeptr firstAttr; member in struct:_IXML_Node

Completed in 33 milliseconds