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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/xml-rpc/
H A Dxml-rpc-currentTime.c42 int methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r);
46 struct methodCall m;
57 if (methodCall(soap, "http://time.xmlrpc.com/RPC2", &m, &r))
80 int methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r) function
87 || soap_put_methodCall(soap, m, "methodCall", NULL)
H A Dxml-rpc-weblogs.c38 int methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r);
42 struct methodCall m;
53 if (methodCall(soap, "http://rpc.weblogs.com/RPC2", &m, &r))
99 int methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r) function
107 || soap_put_methodCall(soap, m, "methodCall", NULL)
H A Dxml-rpc-currentTime.cpp49 methodCall m(ctx, "http://time.xmlrpc.com/RPC2", "currentTime.getCurrentTime");
H A Dxml-rpc-weblogs.cpp53 methodCall ping(ctx, ENDPOINT, "weblogsUpdates.ping");
H A Dxml-rpc-currentTimeServer.cpp80 methodCall m(ctx);
H A Dxml-rpc.h273 /// <methodCall>
275 struct methodCall struct
284 methodCall();
285 methodCall(struct soap*);
286 methodCall(struct soap*, const char *endpoint, const char *methodname);
H A Dxml-rpc.cpp20 methodCall myMethod(ctx, "<endpoint-URL>", "<method-name>");
569 methodCall::methodCall() function in class:methodCall
572 methodCall::methodCall(struct soap *soap) function in class:methodCall
576 methodCall::methodCall(struct soap *soap, const char *endpoint, const char *name) function in class:methodCall
583 struct value& methodCall::operator[](int n)
587 struct params& methodCall::operator()()
602 struct params& methodCall
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/xml-rpc/
H A Dxml-rpc-currentTime.c42 int methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r);
46 struct methodCall m;
57 if (methodCall(soap, "http://time.xmlrpc.com/RPC2", &m, &r))
80 int methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r) function
87 || soap_put_methodCall(soap, m, "methodCall", NULL)
H A Dxml-rpc-weblogs.c38 int methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r);
42 struct methodCall m;
53 if (methodCall(soap, "http://rpc.weblogs.com/RPC2", &m, &r))
99 int methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r) function
107 || soap_put_methodCall(soap, m, "methodCall", NULL)
H A Dxml-rpc-currentTime.cpp49 methodCall m(ctx, "http://time.xmlrpc.com/RPC2", "currentTime.getCurrentTime");
H A Dxml-rpc-weblogs.cpp53 methodCall ping(ctx, ENDPOINT, "weblogsUpdates.ping");
H A Dxml-rpc-currentTimeServer.cpp80 methodCall m(ctx);
H A Dxml-rpc.h273 /// <methodCall>
275 struct methodCall struct
284 methodCall();
285 methodCall(struct soap*);
286 methodCall(struct soap*, const char *endpoint, const char *methodname);
H A Dxml-rpc.cpp20 methodCall myMethod(ctx, "<endpoint-URL>", "<method-name>");
569 methodCall::methodCall() function in class:methodCall
572 methodCall::methodCall(struct soap *soap) function in class:methodCall
576 methodCall::methodCall(struct soap *soap, const char *endpoint, const char *name) function in class:methodCall
583 struct value& methodCall::operator[](int n)
587 struct params& methodCall::operator()()
602 struct params& methodCall
[all...]

Completed in 116 milliseconds