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

/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A DdetectWAN.js118 var NV_wan_status_t = wanStatus[0].firstChild.nodeValue; //nvram: wan_status_t [Connected, Disconnected]
119 var HK_detect_if_wan = wanStatus[1].firstChild.nodeValue; //hook: detect_if_wan [1,0]
120 var NV_ManuallyWanStatus = wanStatus[2].firstChild.nodeValue; //nvram: manually control the connection.
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A DdetectWAN.js118 var NV_wan_status_t = wanStatus[0].firstChild.nodeValue; //nvram: wan_status_t [Connected, Disconnected]
119 var HK_detect_if_wan = wanStatus[1].firstChild.nodeValue; //hook: detect_if_wan [1,0]
120 var NV_ManuallyWanStatus = wanStatus[2].firstChild.nodeValue; //nvram: manually control the connection.
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/
H A Dnode.c126 ixmlNode_free( nodeptr->firstChild );
400 return nodeptr->firstChild;
420 next = nodeptr->firstChild;
503 ixmlNode_isAncestor( ancestorNode->firstChild, toFind );
662 nodeptr->firstChild = newChild;
767 if( nodeptr->firstChild == oldChild ) {
768 nodeptr->firstChild = oldChild->nextSibling;
835 if( nodeptr->firstChild == NULL ) {
836 nodeptr->firstChild = newChild;
838 prev = nodeptr->firstChild;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/inc/
H A Dixml.h161 Nodeptr firstChild; member in struct:_IXML_Node
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A Dixml.h161 Nodeptr firstChild; member in struct:_IXML_Node

Completed in 125 milliseconds