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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUPnPBase.cpp169 const DOMString childTag = Element_GetTag(child); local
172 childTag << "='" <<
286 const DOMString childTag = ixmlNode_getNodeName(child); local
287 while(child && childTag && strcmp(tag, childTag)) {
289 childTag = ixmlNode_getNodeName(child);
308 const DOMString childTag = NULL; local
311 childTag = ixmlNode_getNodeName(child);
312 } while(child && childTag && strcmp(tag, childTag));
1453 const DOMString childTag = local
[all...]

Completed in 111 milliseconds