Searched defs:soap (Results 101 - 125 of 216) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dlogging.c73 logging(struct soap *soap, struct soap_plugin *p, void *arg) argument
90 soap_set_logging_inbound(struct soap *soap, FILE *fd) argument
97 soap_set_logging_outbound(struct soap *soap, FILE *fd) argument
104 soap_get_logging_stats(struct soap *soap, size_t *sent, size_t *recv) argument
113 logging_init(struct soap *soap, struct logging_data *data) argument
125 logging_delete(struct soap *soap, struct soap_plugin *p) argument
134 logging_recv(struct soap *soap, char *buf, size_t len) argument
146 logging_send(struct soap *soap, const char *buf, size_t len) argument
[all...]
H A Dsmdevp.c221 soap_smd_begin(struct soap *soap, int alg, const void *key, int keylen) argument
261 soap_smd_end(struct soap *soap, char *buf, int *len) argument
294 soap_smd_init(struct soap *soap, struct soap_smd_data *data, int alg, const void *key, int keylen) argument
357 soap_smd_update(struct soap *soap, struct soap_smd_data *data, const char *buf, size_t len) argument
395 soap_smd_final(struct soap *soap, struct soap_smd_data *data, char *buf, int *len) argument
454 soap_smd_check(struct soap *soap, struct soap_smd_data *data, int err, const char *msg) argument
483 soap_smd_send(struct soap *soap, const char *buf, size_t len) argument
493 soap_smd_recv(struct soap *soap, char *buf, size_t len) argument
[all...]
H A Dhttpmd5.c98 http_md5(struct soap *soap, struct soap_plugin *p, void *arg) argument
111 http_md5_init(struct soap *soap, struct http_md5_data *data) argument
125 http_md5_copy(struct soap *soap, struct soap_plugin *dst, struct soap_plugin *src) argument
133 http_md5_delete(struct soap *soap, struct soap_plugin *p) argument
141 http_md5_post_header(struct soap *soap, const char *key, const char *val) argument
155 http_md5_parse_header(struct soap *soap, const char *key, const char *val) argument
170 http_md5_prepareinit(struct soap *soap) argument
191 http_md5_preparesend(struct soap *soap, const char *buf, size_t len) argument
201 http_md5_preparerecv(struct soap *soap, const char *buf, size_t len) argument
211 http_md5_disconnect(struct soap *soap) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup/
H A Dmashupserver.c51 int __ns5__dtx(struct soap *soap, _XML x, struct _ns3__commingtotown *response) argument
108 int ns2__add(struct soap *soap, double a, double b, double *r) { return SOAP_NO_METHOD; } argument
109 int ns2__sub(struct soap *soap, doubl argument
110 ns2__mul(struct soap *soap, double a, double b, double *r) argument
111 ns2__div(struct soap *soap, double a, double b, double *r) argument
112 ns2__pow(struct soap *soap, double a, double b, double *r) argument
114 __ns4__gmt(struct soap *soap, struct _ns1__gmt *a, struct _ns1__gmtResponse *r) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mtom/
H A Dmtom-test.c64 { struct soap *soap = soap_new1(SOAP_ENC_MTOM); /* enable MTOM */ local
96 { struct soap *soap = soap_new1(SOAP_ENC_MTOM); /* enable MTOM */ local
207 m__EchoTestSingle(struct soap *soap, struct x__DataType *data, struct m__EchoTestSingleResponse *response) argument
242 m__EchoTestMultiple(struct soap *soap, struct x__WrapperType *x__EchoTest, struct m__EchoTestMultipleResponse *response) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dhttpmd5.c98 http_md5(struct soap *soap, struct soap_plugin *p, void *arg) argument
111 http_md5_init(struct soap *soap, struct http_md5_data *data) argument
125 http_md5_copy(struct soap *soap, struct soap_plugin *dst, struct soap_plugin *src) argument
133 http_md5_delete(struct soap *soap, struct soap_plugin *p) argument
141 http_md5_post_header(struct soap *soap, const char *key, const char *val) argument
155 http_md5_parse_header(struct soap *soap, const char *key, const char *val) argument
170 http_md5_prepareinit(struct soap *soap) argument
191 http_md5_preparesend(struct soap *soap, const char *buf, size_t len) argument
201 http_md5_preparerecv(struct soap *soap, const char *buf, size_t len) argument
211 http_md5_disconnect(struct soap *soap) argument
[all...]
/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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/lu/
H A Dluserver.cpp44 { struct soap *soap; local
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/samples/magic/
H A Dmagicserver.cpp70 { struct soap soap; local
116 process_request(void *soap) argument
133 ns1__magic(struct soap *soap, int n, matrix *square) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/polytest/
H A Dpolymorph.cpp55 { struct soap soap; local
190 ns__polytest(struct soap *soap, ns__Object *in, struct ns__polytestResponse &result) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/ssl/
H A Dsslclient.c55 { struct soap soap; local
[all...]
H A Dsslserver.c68 struct soap soap, *tsoap; local
134 process_request(void *soap) argument
152 ns__add(struct soap *soap, double a, double b, double *result) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Doptions.c138 void query_options(struct soap *soap, struct option *options) argument
149 { struct soap soap; local
174 { struct soap soap; local
233 html_options(struct soap *soap, struct option *options) argument
317 html_form_options(struct soap *soap, struct option *options) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/wsse/
H A Dwssedemo.c108 { struct soap *soap; local
304 ns1__add(struct soap *soap, double a, double b, double *result) argument
335 ns1__sub(struct soap *soap, double a, double b, double *result) argument
367 ns1__mul(struct soap *soap, double a, double b, double *result) argument
400 ns1__div(struct soap *soap, double a, double b, double *result) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/xml-rpc/
H A Dxml-rpc.h110 struct soap* soap; ///< ref to soap struct that manages this type member in struct:_struct
142 struct soap* soa member in struct:_array
205 struct soap* soap; ///< ref to soap struct that manages this type member in struct:value
238 struct soap* soap; ///< ref to soap struct that manages this type member in struct:params
248 struct soap* soap; ///< ref to soap struct that manages this type member in struct:param
270 struct soap* soap; ///< ref to soap struct that manages this type member in struct:methodResponse
303 struct soap* soap; ///< ref to soap struct that manages this type member in struct:methodCall
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/uddi2/
H A Dinquire_v2.cpp50 uddi2__find_USCOREbinding::uddi2__find_USCOREbinding(struct soap *soap) argument
58 uddi2__find_USCOREbinding::uddi2__find_USCOREbinding(struct soap *soap, const char *tModelKey) argument
71 uddi2__find_USCOREbinding::uddi2__find_USCOREbinding(struct soap *soa argument
103 uddi2__find_USCOREbusiness(struct soap *soap) argument
111 uddi2__find_USCOREbusiness(struct soap *soap, const char *name) argument
125 uddi2__find_USCOREbusiness(struct soap *soap, std::vector<uddi2__keyedReference*> keyedReferences) argument
138 uddi2__find_USCOREbusiness(struct soap *soap, std::vector<char*> tModelKeys) argument
170 uddi2__find_USCORErelatedBusinesses(struct soap *soap) argument
178 uddi2__find_USCORErelatedBusinesses(struct soap *soap, const char *businessKey) argument
207 uddi2__find_USCOREservice(struct soap *soap) argument
215 uddi2__find_USCOREservice(struct soap *soap, const char *name) argument
229 uddi2__find_USCOREservice(struct soap *soap, std::vector<uddi2__keyedReference*> keyedReferences) argument
242 uddi2__find_USCOREservice(struct soap *soap, std::vector<char*> tModelKeys) argument
274 uddi2__find_USCOREtModel(struct soap *soap) argument
282 uddi2__find_USCOREtModel(struct soap *soap, const char *name) argument
295 uddi2__find_USCOREtModel(struct soap *soap, std::vector<uddi2__keyedReference*> keyedReferences) argument
327 uddi2__get_USCOREbindingDetail(struct soap *soap) argument
335 uddi2__get_USCOREbindingDetail(struct soap *soap, const char *bindingKey) argument
345 uddi2__get_USCOREbindingDetail(struct soap *soap, std::vector<char*> bindingKeys) argument
374 uddi2__get_USCOREbusinessDetail(struct soap *soap) argument
382 uddi2__get_USCOREbusinessDetail(struct soap *soap, const char *businessKey) argument
392 uddi2__get_USCOREbusinessDetail(struct soap *soap, std::vector<char*> businessKeys) argument
421 uddi2__get_USCOREbusinessDetailExt(struct soap *soap) argument
429 uddi2__get_USCOREbusinessDetailExt(struct soap *soap, const char *businessKey) argument
439 uddi2__get_USCOREbusinessDetailExt(struct soap *soap, std::vector<char*> businessKeys) argument
468 uddi2__get_USCOREserviceDetail(struct soap *soap) argument
476 uddi2__get_USCOREserviceDetail(struct soap *soap, const char *serviceKey) argument
486 uddi2__get_USCOREserviceDetail(struct soap *soap, std::vector<char*> serviceKeys) argument
515 uddi2__get_USCOREtModelDetail(struct soap *soap) argument
523 uddi2__get_USCOREtModelDetail(struct soap *soap, const char *tModelKey) argument
533 uddi2__get_USCOREtModelDetail(struct soap *soap, std::vector<char*> tModelKeys) argument
[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
[all...]
/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
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/samples/magic/
H A Dmagicserver.cpp70 { struct soap soap; local
116 process_request(void *soap) argument
133 ns1__magic(struct soap *soap, int n, matrix *square) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/polytest/
H A Dpolymorph.cpp55 { struct soap soap; local
190 ns__polytest(struct soap *soap, ns__Object *in, struct ns__polytestResponse &result) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/ssl/
H A Dsslclient.c55 { struct soap soap; local
[all...]
H A Dsslserver.c68 struct soap soap, *tsoap; local
134 process_request(void *soap) argument
152 ns__add(struct soap *soap, double a, double b, double *result) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Doptions.c138 void query_options(struct soap *soap, struct option *options) argument
149 { struct soap soap; local
174 { struct soap soap; local
233 html_options(struct soap *soap, struct option *options) argument
317 html_form_options(struct soap *soap, struct option *options) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/wsse/
H A Dwssedemo.c108 { struct soap *soap; local
304 ns1__add(struct soap *soap, double a, double b, double *result) argument
335 ns1__sub(struct soap *soap, double a, double b, double *result) argument
367 ns1__mul(struct soap *soap, double a, double b, double *result) argument
400 ns1__div(struct soap *soap, double a, double b, double *result) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/xml-rpc/
H A Dxml-rpc.h110 struct soap* soap; ///< ref to soap struct that manages this type member in struct:_struct
142 struct soap* soa member in struct:_array
205 struct soap* soap; ///< ref to soap struct that manages this type member in struct:value
238 struct soap* soap; ///< ref to soap struct that manages this type member in struct:params
248 struct soap* soap; ///< ref to soap struct that manages this type member in struct:param
270 struct soap* soap; ///< ref to soap struct that manages this type member in struct:methodResponse
303 struct soap* soap; ///< ref to soap struct that manages this type member in struct:methodCall
[all...]

Completed in 134 milliseconds

123456789