Searched defs:soap (Results 1 - 25 of 216) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/extras/
H A Dckdbtest.c26 { struct soap soap; local
[all...]
H A Dfault.cpp14 soap_print_fault(struct soap *soap, std::ostream& msg) argument
33 soap_print_fault_location(struct soap *soap, std::ostream& msg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/import/
H A DWS-example.c43 struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/gmt/
H A Dgmtserver.cpp3 int main() { return soap_serve(soap_new()); } int t__gmt(struct soap *soap, time_t *t) { *t = time(0); return SOAP_OK; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/hello/
H A Dhelloserver.cpp3 int main() { return soap_serve(soap_new()); } int h__hello(struct soap *soap, char *&s) { s = "Hello World!"; return SOAP_OK; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link++/
H A Dxmas.hpp87 struct soap *soap ; member in class:_ns2__commingtotown
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mashup/
H A Dmashupclient.c42 struct soap *soap = soap_new(); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/roll/
H A Drollserver.cpp3 int main() { return soap_serve(soap_new()); } int r__roll(struct soap *soap, int &r) { srand(time(0)); r = rand()%6+1; return SOAP_OK; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/extras/
H A Dckdbtest.c26 { struct soap soap; local
[all...]
H A Dfault.cpp14 soap_print_fault(struct soap *soap, std::ostream& msg) argument
33 soap_print_fault_location(struct soap *soap, std::ostream& msg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/import/
H A DWS-example.c43 struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/gmt/
H A Dgmtserver.cpp3 int main() { return soap_serve(soap_new()); } int t__gmt(struct soap *soap, time_t *t) { *t = time(0); return SOAP_OK; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/hello/
H A Dhelloserver.cpp3 int main() { return soap_serve(soap_new()); } int h__hello(struct soap *soap, char *&s) { s = "Hello World!"; return SOAP_OK; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link++/
H A Dxmas.hpp87 struct soap *soap ; member in class:_ns2__commingtotown
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup/
H A Dmashupclient.c42 struct soap *soap = soap_new(); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/roll/
H A Drollserver.cpp3 int main() { return soap_serve(soap_new()); } int r__roll(struct soap *soap, int &r) { srand(time(0)); r = rand()%6+1; return SOAP_OK; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dlogintest.c29 struct soap *soa local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dhttpgettest.c61 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/httpcookies/
H A Dckclient.cpp56 struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/xml-rpc/
H A Dxml-rpc-currentTime.c45 { struct soap *soap = soap_new(); local
80 methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r) argument
[all...]
H A Dxml-rpc-weblogs.c41 { struct soap *soap = soap_new(); local
99 methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Dlogintest.c29 struct soap *soa local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dhttpgettest.c61 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/httpcookies/
H A Dckclient.cpp56 struct soap soap; local
[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.c45 { struct soap *soap = soap_new(); local
80 methodCall(struct soap *soap, const char *URL, struct methodCall *m, struct methodResponse *r) argument
[all...]

Completed in 196 milliseconds

123456789