Searched refs:soap (Results 201 - 225 of 359) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/uddi2/
H A Dexample3.cpp45 struct soap *soap = soap_new(); local
48 if (soap_ssl_client_context(soap, SOAP_SSL_DEFAULT, NULL, NULL, "cacerts.pem", NULL, NULL))
50 soap_print_fault(soap, stderr);
55 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
61 soap_print_fault(soap, stderr);
70 tModel.soap_default(soap);
73 tModel.name = soap_new_uddi2__name(soap, -1);
78 uddi2__description *description = soap_new_uddi2__description(soap, 6);
99 tModel.overviewDoc = soap_new_uddi2__overviewDoc(soap,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/uddi2/
H A Dexample3.cpp45 struct soap *soap = soap_new(); local
48 if (soap_ssl_client_context(soap, SOAP_SSL_DEFAULT, NULL, NULL, "cacerts.pem", NULL, NULL))
50 soap_print_fault(soap, stderr);
55 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
61 soap_print_fault(soap, stderr);
70 tModel.soap_default(soap);
73 tModel.name = soap_new_uddi2__name(soap, -1);
78 uddi2__description *description = soap_new_uddi2__description(soap, 6);
99 tModel.overviewDoc = soap_new_uddi2__overviewDoc(soap,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link/
H A Dxmas.c63 struct soap soap; local
65 soap_init(&soap);
66 soap_set_namespaces(&soap, xmas_namespaces);
67 return xmas_serve(&soap);
76 int __ns1__dtx(struct soap *soap, _XML x, struct _ns2__commingtotown *response) argument
78 struct soap *csoap = soap_copy(soap);
88 return soap_receiver_fault(soap, "Canno
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link/
H A Dxmas.c63 struct soap soap; local
65 soap_init(&soap);
66 soap_set_namespaces(&soap, xmas_namespaces);
67 return xmas_serve(&soap);
76 int __ns1__dtx(struct soap *soap, _XML x, struct _ns2__commingtotown *response) argument
78 struct soap *csoap = soap_copy(soap);
88 return soap_receiver_fault(soap, "Canno
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.h840 # define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */
847 # define SOAP_MAXLOGS (3) /* max number of debug logs per struct soap environment */
1122 #define soap_check_state(soap) (!(soap) || ((soap)->state != SOAP_INIT && (soap)->state != SOAP_COPY))
1154 # define SOAP_MALLOC(soap, size) soap_track_malloc(soap, __FILE__, __LINE__, size)
1157 # define SOAP_FREE(soap, ptr) soap_track_free(soap, __FILE_
1454 struct soap *soap; member in struct:soap_dom_attribute
1504 struct soap *soap; /* soap context that manages this node */ member in struct:soap_dom_element
1550 struct SOAP_STD_API soap struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.h840 # define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */
847 # define SOAP_MAXLOGS (3) /* max number of debug logs per struct soap environment */
1122 #define soap_check_state(soap) (!(soap) || ((soap)->state != SOAP_INIT && (soap)->state != SOAP_COPY))
1154 # define SOAP_MALLOC(soap, size) soap_track_malloc(soap, __FILE__, __LINE__, size)
1157 # define SOAP_FREE(soap, ptr) soap_track_free(soap, __FILE_
1454 struct soap *soap; member in struct:soap_dom_attribute
1504 struct soap *soap; /* soap context that manages this node */ member in struct:soap_dom_element
1550 struct SOAP_STD_API soap struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.h840 # define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */
847 # define SOAP_MAXLOGS (3) /* max number of debug logs per struct soap environment */
1122 #define soap_check_state(soap) (!(soap) || ((soap)->state != SOAP_INIT && (soap)->state != SOAP_COPY))
1154 # define SOAP_MALLOC(soap, size) soap_track_malloc(soap, __FILE__, __LINE__, size)
1157 # define SOAP_FREE(soap, ptr) soap_track_free(soap, __FILE_
1454 struct soap *soap; member in struct:soap_dom_attribute
1504 struct soap *soap; /* soap context that manages this node */ member in struct:soap_dom_element
1550 struct SOAP_STD_API soap struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.h840 # define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */
847 # define SOAP_MAXLOGS (3) /* max number of debug logs per struct soap environment */
1122 #define soap_check_state(soap) (!(soap) || ((soap)->state != SOAP_INIT && (soap)->state != SOAP_COPY))
1154 # define SOAP_MALLOC(soap, size) soap_track_malloc(soap, __FILE__, __LINE__, size)
1157 # define SOAP_FREE(soap, ptr) soap_track_free(soap, __FILE_
1454 struct soap *soap; member in struct:soap_dom_attribute
1504 struct soap *soap; /* soap context that manages this node */ member in struct:soap_dom_element
1550 struct SOAP_STD_API soap struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.h840 # define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */
847 # define SOAP_MAXLOGS (3) /* max number of debug logs per struct soap environment */
1122 #define soap_check_state(soap) (!(soap) || ((soap)->state != SOAP_INIT && (soap)->state != SOAP_COPY))
1154 # define SOAP_MALLOC(soap, size) soap_track_malloc(soap, __FILE__, __LINE__, size)
1157 # define SOAP_FREE(soap, ptr) soap_track_free(soap, __FILE_
1454 struct soap *soap; member in struct:soap_dom_attribute
1504 struct soap *soap; /* soap context that manages this node */ member in struct:soap_dom_element
1550 struct SOAP_STD_API soap struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Dstdsoap2.h840 # define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */
847 # define SOAP_MAXLOGS (3) /* max number of debug logs per struct soap environment */
1122 #define soap_check_state(soap) (!(soap) || ((soap)->state != SOAP_INIT && (soap)->state != SOAP_COPY))
1154 # define SOAP_MALLOC(soap, size) soap_track_malloc(soap, __FILE__, __LINE__, size)
1157 # define SOAP_FREE(soap, ptr) soap_track_free(soap, __FILE_
1454 struct soap *soap; member in struct:soap_dom_attribute
1504 struct soap *soap; /* soap context that manages this node */ member in struct:soap_dom_element
1550 struct SOAP_STD_API soap struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/magic/
H A Dmagicserver.cpp70 { struct soap soap; local
71 soap_init(&soap);
73 { soap_serve(&soap); // serve request
74 soap_destroy(&soap);// cleanup class instances
75 soap_end(&soap); // cleanup
83 // soap.accept_timeout = 60; // die if no requests are made within 1 minute
85 m = soap_bind(&soap, NULL, port, 100);
87 { soap_print_fault(&soap, stderr);
92 { s = soap_accept(&soap);
116 process_request(void *soap) argument
133 ns1__magic(struct soap *soap, int n, matrix *square) argument
[all...]
H A Dmagic.cpp51 { struct soap soap; local
53 soap_init(&soap);
54 matrix *A = soap_new_matrix(&soap, -1);
63 if (soap_call_ns1__magic(&soap, magicserver, NULL, r, A))
64 { soap_print_fault(&soap, stderr);
65 soap_print_fault_location(&soap, stderr);
75 soap_destroy(&soap);
76 soap_end(&soap);
77 soap_done(&soap);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/magic/
H A Dmagicserver.cpp70 { struct soap soap; local
71 soap_init(&soap);
73 { soap_serve(&soap); // serve request
74 soap_destroy(&soap);// cleanup class instances
75 soap_end(&soap); // cleanup
83 // soap.accept_timeout = 60; // die if no requests are made within 1 minute
85 m = soap_bind(&soap, NULL, port, 100);
87 { soap_print_fault(&soap, stderr);
92 { s = soap_accept(&soap);
116 process_request(void *soap) argument
133 ns1__magic(struct soap *soap, int n, matrix *square) argument
[all...]
H A Dmagic.cpp51 { struct soap soap; local
53 soap_init(&soap);
54 matrix *A = soap_new_matrix(&soap, -1);
63 if (soap_call_ns1__magic(&soap, magicserver, NULL, r, A))
64 { soap_print_fault(&soap, stderr);
65 soap_print_fault_location(&soap, stderr);
75 soap_destroy(&soap);
76 soap_end(&soap);
77 soap_done(&soap);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/
H A DMakefile.cpp_proxy_rules1 ## common Makefile rules for building the C++ - soap samples
11 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
H A DMakefile.cpp_rules1 ## common Makefile rules for building the C++ - soap samples
11 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/
H A DMakefile.cpp_proxy_rules1 ## common Makefile rules for building the C++ - soap samples
11 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
H A DMakefile.cpp_rules1 ## common Makefile rules for building the C++ - soap samples
11 CLEANFILES = $(SOAP_CPP_SRC) *.req.xml *.res.xml *.nsmap *.xsd soapStub.h soapH.h soapC.cpp soap*Proxy.h soap*Proxy.cpp soap*Object.h soap*Service.h soap*Service.cpp soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp *~
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/factorytest/
H A Dfactorytest.cpp67 struct soap *soap; // gSOAP environment (for header h__handle) member in class:Root
77 soap = NULL;
81 { soap = soap_new();
82 endpoint = (char*)soap_malloc(soap, strlen(factory)+1);
86 if (soap_call_ns__lookup(soap, endpoint, "", object, name, status))
87 soap_print_fault(soap, stderr); // for demo, just print
90 { if (soap_call_ns__create(soap, endpoint, "", object, name, status))
91 soap_print_fault(soap, stderr); // for demo, just print
96 { if (soap_call_ns__release(soap, endpoin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/factorytest/
H A Dfactorytest.cpp67 struct soap *soap; // gSOAP environment (for header h__handle) member in class:Root
77 soap = NULL;
81 { soap = soap_new();
82 endpoint = (char*)soap_malloc(soap, strlen(factory)+1);
86 if (soap_call_ns__lookup(soap, endpoint, "", object, name, status))
87 soap_print_fault(soap, stderr); // for demo, just print
90 { if (soap_call_ns__create(soap, endpoint, "", object, name, status))
91 soap_print_fault(soap, stderr); // for demo, just print
96 { if (soap_call_ns__release(soap, endpoin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/extras/
H A Dsoapdefs.h22 soap_dispatch_callback(soap, SOAP_INDEX_##DBGFILE, fdebug, strlen(fdebug));\
24 #define DBGMSG(DBGFILE, MSG, LEN) soap_dispatch_callback(soap, SOAP_INDEX_##DBGFILE, MSG, LEN);
25 void soap_dispatch_callback(struct soap*, int, const char*, size_t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/lu/
H A Dluserver.cpp44 { struct soap *soap; local
46 soap = soap_new();
48 soap_serve(soap); // run as CGI application over the Web
50 { m = soap_bind(soap, argv[1], atoi(argv[2]), 100);
52 { soap_print_fault(soap, stderr);
57 { s = soap_accept(soap);
59 { soap_print_fault(soap, stderr);
62 fprintf(stderr, "%d: accepted connection from IP = %d.%d.%d.%d socket = %d ... ", i, (int)(soap->ip>>24)&0xFF, (int)(soap
81 ns1__ludcmp(struct soap *soap, matrix *a, struct ns1__ludcmpResponse &result) argument
95 ludcmp(struct soap *soap, matrix &a, ivector &indx, double &d) argument
169 ns1__lubksb(struct soap *soap, matrix *a, ivector *i, vector *b, vector *x) argument
225 ns1__lusol(struct soap *soap, matrix *a, vector *b, vector *x) argument
241 ns1__lusols(struct soap *soap, matrix *a, matrix *b, matrix *x) argument
258 ns1__luinv(struct soap *soap, matrix *a, matrix *b) argument
294 ns1__ludet(struct soap *soap, matrix *a, double &d) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/extras/
H A Dsoapdefs.h22 soap_dispatch_callback(soap, SOAP_INDEX_##DBGFILE, fdebug, strlen(fdebug));\
24 #define DBGMSG(DBGFILE, MSG, LEN) soap_dispatch_callback(soap, SOAP_INDEX_##DBGFILE, MSG, LEN);
25 void soap_dispatch_callback(struct soap*, int, const char*, size_t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/lu/
H A Dluserver.cpp44 { struct soap *soap; local
46 soap = soap_new();
48 soap_serve(soap); // run as CGI application over the Web
50 { m = soap_bind(soap, argv[1], atoi(argv[2]), 100);
52 { soap_print_fault(soap, stderr);
57 { s = soap_accept(soap);
59 { soap_print_fault(soap, stderr);
62 fprintf(stderr, "%d: accepted connection from IP = %d.%d.%d.%d socket = %d ... ", i, (int)(soap->ip>>24)&0xFF, (int)(soap
81 ns1__ludcmp(struct soap *soap, matrix *a, struct ns1__ludcmpResponse &result) argument
95 ludcmp(struct soap *soap, matrix &a, ivector &indx, double &d) argument
169 ns1__lubksb(struct soap *soap, matrix *a, ivector *i, vector *b, vector *x) argument
225 ns1__lusol(struct soap *soap, matrix *a, vector *b, vector *x) argument
241 ns1__lusols(struct soap *soap, matrix *a, matrix *b, matrix *x) argument
258 ns1__luinv(struct soap *soap, matrix *a, matrix *b) argument
294 ns1__ludet(struct soap *soap, matrix *a, double &d) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dcacerts.c87 int soap_ssl_client_cacerts(struct soap *soap) argument
96 if ((err = soap_ssl_client_context(soap, SOAP_SSL_DEFAULT, NULL, NULL, NULL, NULL, NULL)))
99 store = SSL_CTX_get_cert_store(soap->ctx);
113 SOAP_FREE(soap, buf);
114 buf = (char*)SOAP_MALLOC(soap, len);
117 soap_base642s(soap, data, buf, (size_t)len, NULL);
125 err = soap_set_receiver_error(soap, line, "SSL add chain certificate failed in soap_ssl_client_cacerts()", SOAP_SSL_ERROR);
131 SOAP_FREE(soap, buf);

Completed in 177 milliseconds

1234567891011>>