Home
last modified time | relevance | path

Searched refs:RespDoc (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DUPnPBase.cpp151 IXML_Document *RespDoc,
156 IXML_Element *root = IXML::Document::GetRootElement(RespDoc);
674 IXML_Document *RespDoc = NULL;
679 NULL, ActionDoc, &RespDoc);
682 "UpnpSendAction", ret, NULL, RespDoc);
684 IXML::Document::Free(RespDoc);
690 UPnP::ProcessActionResponse(RespDoc, action.GetName());
693 IXML::Document::Free(RespDoc);
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DUPnPBase.cpp153 IXML_Document *RespDoc, in ProcessActionResponse() argument
158 IXML_Element *root = IXML::Document::GetRootElement(RespDoc); in ProcessActionResponse()
676 IXML_Document *RespDoc = NULL; local
681 NULL, ActionDoc, &RespDoc);
684 "UpnpSendAction", ret, NULL, RespDoc);
686 IXML::Document::Free(RespDoc);
692 UPnP::ProcessActionResponse(RespDoc, action.GetName());
695 IXML::Document::Free(RespDoc);