Searched refs:IXML_Document (Results 1 - 25 of 27) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvdevice/
H A Dupnp_tv_device.h143 * IXML_Document * request - document of action request
144 * IXML_Document **out - action result
149 typedef int (*upnp_action) (IXML_Document *request, IXML_Document **out,
309 * IXML_Document * in - document of action request
310 * IXML_Document **out - action result
314 int TvDevicePowerOn(IN IXML_Document * in, OUT IXML_Document **out,
325 * IXML_Document * in - document of action request
326 * IXML_Document **ou
[all...]
H A Dupnp_tv_device.c277 IXML_Document *DescDoc = NULL;
377 // IXML_Document *PropSet=NULL;
617 //IXML_Document *PropSet= NULL;
699 * IXML_Document * in - document of action request
700 * IXML_Document **out - action result
705 TvDevicePowerOn( IN IXML_Document * in,
706 OUT IXML_Document ** out,
738 * IXML_Document * in - document of action request
739 * IXML_Document **out - action result
744 TvDevicePowerOff( IN IXML_Document * i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dsoaplib.h66 * IN IXML_Document *action_node : SOAP action node
67 * OUT IXML_Document **response_node : SOAP response node
80 IN IXML_Document *action_node,
81 OUT IXML_Document **response_node );
89 IN IXML_Document *Header: Soap header
90 * IN IXML_Document *action_node : SOAP action node ( SOAP body)
91 * OUT IXML_Document **response_node : SOAP response node
106 IN IXML_Document *Header,
107 IN IXML_Document *ActNode ,
108 OUT IXML_Document **RespNod
[all...]
H A Durlconfig.h48 * INOUT IXML_Document *doc ; IXML Description document
68 int configure_urlbase( INOUT IXML_Document *doc,
H A Dupnpapi.h79 DEVICEONLY(IXML_Document *DescDocument;) // Description parsed in
143 IXML_Document *Header;
144 IXML_Document *Act;
H A Dgena.h281 * IN IXML_Document *PropSet : XML document Event varible property set
292 char *UDN, char *servId,IN IXML_Document *PropSet);)
330 * IN IXML_Document *PropSet : Document of the state table
347 IN IXML_Document *PropSet,
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/soap/
H A Dsoaplib.h66 * IN IXML_Document *action_node : SOAP action node
67 * OUT IXML_Document **response_node : SOAP response node
80 IN IXML_Document *action_node,
81 OUT IXML_Document **response_node );
89 IN IXML_Document *Header: Soap header
90 * IN IXML_Document *action_node : SOAP action node ( SOAP body)
91 * OUT IXML_Document **response_node : SOAP response node
106 IN IXML_Document *Header,
107 IN IXML_Document *ActNode ,
108 OUT IXML_Document **RespNod
[all...]
H A Dsoap_device.c309 * IN IXML_Document *TempDoc : The root DOM node.
311 * OUT IXML_Document ** RespNode : Response/Output node.
322 get_action_node( IN IXML_Document * TempDoc,
324 OUT IXML_Document ** RespNode )
400 * IN IXML_Document *doc : soap body xml document
413 check_soap_body( IN IXML_Document * doc,
562 * IN IXML_Document *actionDoc : action request document
582 IN IXML_Document * actionDoc,
668 * IN IXML_Document *action_resp : The response document
679 IN IXML_Document * action_res
[all...]
H A Dsoap_ctrlpt.c415 IXML_Document *doc = NULL;
465 ( IXML_Document ** ) action_value ) !=
551 ( IXML_Document ** ) action_value ) !=
575 * IN IXML_Document *action_node : SOAP action node
576 * OUT IXML_Document **response_node : SOAP response node
589 IN IXML_Document * action_node,
590 OUT IXML_Document ** response_node )
703 IN IXML_Document *Header: Soap header
704 * IN IXML_Document *action_node : SOAP action node ( SOAP body)
705 * OUT IXML_Document **response_nod
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A Dupnptools.h79 * @return [IXML_Document*] The action node of {\bf Upnp_Document} type or
83 IXML_Document* UpnpMakeAction(
109 IN OUT IXML_Document ** ActionDoc,
123 * @return [IXML_Document*] The action node of {\bf Upnp_Document} type or
127 IXML_Document* UpnpMakeActionResponse(
154 IN OUT IXML_Document ** ActionResponse,
183 IN OUT IXML_Document **PropSet,
195 * @return [IXML_Document*] {\tt NULL} on failure, or the property-set
200 IXML_Document* UpnpCreatePropertySet(
H A Dixml.h172 } IXML_Document; typedef in typeref:struct:_IXML_Document
395 IXML_Document*
711 ixmlDocument_init(IXML_Document *nodeptr
728 int ixmlDocument_createDocumentEx(IXML_Document** doc
740 IXML_Document* ixmlDocument_createDocument();
763 ixmlDocument_createElementEx(IXML_Document *doc,
784 ixmlDocument_createElement(IXML_Document *doc,
807 ixmlDocument_createTextNodeEx(IXML_Document *doc,
824 ixmlDocument_createTextNode(IXML_Document *doc,
848 ixmlDocument_createCDATASectionEx(IXML_Document *do
[all...]
H A Dupnp.h653 IXML_Document *ActionRequest;
656 IXML_Document *ActionResult;
663 IXML_Document *SoapHeader;
675 IXML_Document *ActionRequest;
678 IXML_Document *ActionResult;
742 IXML_Document *ChangedVariables;
1484 IN IXML_Document *Action, /** The DOM document for the action. */
1485 OUT IXML_Document **RespNode /** The DOM document for the response
1523 IN IXML_Document *Header, /** The DOM document for the SOAP header.
1526 IN IXML_Document *Actio
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/inc/
H A Dixml.h172 } IXML_Document; typedef in typeref:struct:_IXML_Document
395 IXML_Document*
711 ixmlDocument_init(IXML_Document *nodeptr
728 int ixmlDocument_createDocumentEx(IXML_Document** doc
740 IXML_Document* ixmlDocument_createDocument();
763 ixmlDocument_createElementEx(IXML_Document *doc,
784 ixmlDocument_createElement(IXML_Document *doc,
807 ixmlDocument_createTextNodeEx(IXML_Document *doc,
824 ixmlDocument_createTextNode(IXML_Document *doc,
848 ixmlDocument_createCDATASectionEx(IXML_Document *do
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/
H A Ddocument.c44 ixmlDocument_init( IN IXML_Document * doc )
46 memset( doc, 0, sizeof( IXML_Document ) );
56 ixmlDocument_free( IN IXML_Document * doc )
75 ixmlDocument_setOwnerDocument( IN IXML_Document * doc,
106 ixmlDocument_importNode( IN IXML_Document * doc,
150 ixmlDocument_createElementEx( IN IXML_Document * doc,
208 ixmlDocument_createElement( IN IXML_Document * doc,
230 ixmlDocument_createDocumentEx( OUT IXML_Document ** rtDoc )
232 IXML_Document *doc;
236 doc = ( IXML_Document * ) mallo
[all...]
H A Dixml.c327 IXML_Document ** doc )
343 IXML_Document *
347 IXML_Document *doc = NULL;
407 IXML_Document ** retDoc )
427 IXML_Document *
430 IXML_Document *doc = NULL;
H A Dnode.c473 IXML_Document *
477 return ( IXML_Document * ) nodeptr->ownerDocument;
973 IXML_Document *
974 ixmlNode_cloneDoc( IN IXML_Document * nodeptr )
976 IXML_Document *newDoc;
981 newDoc = ( IXML_Document * ) malloc( sizeof( IXML_Document ) );
1108 IXML_Document *newDoc;
1168 newDoc = ixmlNode_cloneDoc( ( IXML_Document * ) nodeptr );
H A Delement.c173 ixmlDocument_createAttributeEx( ( IXML_Document * ) element->n.
632 rc = ixmlDocument_createAttributeNSEx( ( IXML_Document * )
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/common/
H A Dsample_util.h88 IXML_NodeList *SampleUtil_GetFirstServiceList(IN IXML_Document * doc);
103 char * SampleUtil_GetFirstDocumentItem(IN IXML_Document *doc, IN const char *item);
165 int SampleUtil_FindAndParseService (IN IXML_Document *DescDoc, IN char* location,
H A Dsample_util.c154 SampleUtil_GetFirstServiceList( IN IXML_Document * doc )
196 SampleUtil_GetFirstDocumentItem( IN IXML_Document * doc,
617 SampleUtil_FindAndParseService( IN IXML_Document * DescDoc,
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/api/
H A Dupnptools.c157 * INOUT IXML_Document **ActionDoc: request or response document
173 INOUT IXML_Document ** ActionDoc,
244 * Returns: IXML_Document *
248 static IXML_Document *
260 IXML_Document *ActionDoc;
335 * Returns: IXML_Document *
339 IXML_Document *
347 IXML_Document *out = NULL;
377 * Returns: IXML_Document *
381 IXML_Document *
[all...]
H A Dupnpapi.c441 IXML_Document *temp;
674 IXML_Document *temp;
880 * OUT IXML_Document **xmlDoc:
894 OUT IXML_Document ** xmlDoc,
1019 * OUT IXML_Document **xmlDoc:
1033 OUT IXML_Document ** xmlDoc,
2209 * IN IXML_Document *PropSet:The DOM document for the property set.
2227 IN IXML_Document * PropSet )
2366 * IN IXML_Document *PropSet: The DOM document for the property set.
2387 IN IXML_Document * PropSe
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvctrlpt/
H A Dupnp_tv_ctrlpt.h141 void TvCtrlPointAddDevice (IXML_Document *, char *, int);
143 void TvStateUpdate(char*,int, IXML_Document * , char **);
144 void TvCtrlPointHandleEvent(Upnp_SID, int, IXML_Document *);
H A Dupnp_tv_ctrlpt.c353 IXML_Document *actionNode = NULL;
671 TvCtrlPointAddDevice( IXML_Document * DescDoc,
859 IXML_Document * ChangedVariables,
945 IXML_Document * changes )
1076 IXML_Document *DescDoc = NULL;
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/inc/
H A Dixmlparser.h91 int Parser_LoadDocument( IXML_Document **retDoc, char * xmlFile, BOOL file);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/urlconfig/
H A Durlconfig.c176 * INOUT IXML_Document *doc ;IMXL description document to be
181 * INOUT IXML_Document *doc : Description document
198 config_description_doc( INOUT IXML_Document * doc,
340 * INOUT IXML_Document *doc ; IXML Description document
348 * INOUT IXML_Document *doc:dom document whose urlbase is to be modified
367 configure_urlbase( INOUT IXML_Document * doc,

Completed in 214 milliseconds

12