Searched defs:soap (Results 51 - 75 of 216) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dmd5evp.c56 int md5_handler(struct soap *soap, void **context, enum md5_action action, char *buf, size_t len) argument
H A Dcacerts.c87 int soap_ssl_client_cacerts(struct soap *soap) argument
H A Dhttpdatest.c76 struct soap *soap = soap_new(); local
115 struct soap *soap = soap_new(); local
161 ns__echoString(struct soap *soap, char *arg, struct ns__echoString *response) argument
[all...]
H A Dhttpform.c100 http_form(struct soap *soap, struct soap_plugin *p, void *arg) argument
112 http_form_init(struct soap *soap, struct http_form_data *data, int (*handler)(struct soap*)) argument
120 http_form_delete(struct soap *soap, struct soap_plugin *p) argument
124 http_form_parse_header(struct soap *soap, const char *key, const char *val) argument
139 form(struct soap *soap) argument
[all...]
H A Dplugin.c45 plugin(struct soap *soap, struct soap_plugin *p, void *arg) argument
59 plugin_init(struct soap *soap, struct plugin_data *data) argument
67 plugin_copy(struct soap *soap, struct soap_plugin *dst, struct soap_plugin *src) argument
74 plugin_delete(struct soap *soap, struct soap_plugin *p) argument
78 plugin_send(struct soap *soap, const char *buf, size_t len) argument
84 plugin_recv(struct soap *soap, char *buf, size_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc/
H A Dcalcserver.c43 struct soap soap; local
68 ns__add(struct soap *soap, double a, double b, double *result) argument
73 ns__sub(struct soap *soap, double a, double b, double *result) argument
78 ns__mul(struct soap *soap, double a, double b, double *result) argument
83 ns__div(struct soap *soap, double a, double b, double *result) argument
94 ns__pow(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/dime/
H A Ddime.h46 struct soap *soap; /* soap context that created this instance */ member in class:ns__Data
58 struct soap *soap; member in class:arrayOfData
70 struct soap *soap; member in class:arrayOfName
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dom/
H A Ddom2calc.cpp43 struct soap *soap = soap_new1(SOAP_DOM_NODE | SOAP_XML_INDENT); /* deserialize type nodes */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/lu/
H A Dlu.h48 struct soap *soap; // gSOAP env. instance was created member in class:vector
69 struct soap *soap; // gSOAP env. instance was created member in class:ivector
90 struct soap *soap; // gSOAP env. instance was created member in class:matrix
[all...]
H A Dluclient.cpp40 { struct soap *soap = soap_new(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/udp/
H A Dudpclient.c38 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/custom/
H A Dlong_double.c55 int soap_s2decimal(struct soap *soap, const char *s, long double *p) argument
92 const char *soap_decimal2s(struct soap *soap, long double n) argument
113 soap_outdecimal(struct soap *soap, const char *tag, int id, const long double *p, const char *type, int n) argument
121 soap_indecimal(struct soap *soap, const char *tag, long double *p, const char *type, int t) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/extras/
H A Dckdb.c34 int soap_save_cookies(struct soap *soap, const char *pathname) argument
55 soap_load_cookies(struct soap *soap, const char *pathname) argument
[all...]
H A Dlogging.cpp18 soap_dispatch_callback(struct soap *soap, int idx, const char *msg, size_t len) argument
42 soap_recv_callback(struct soap *soap, const char *msg, size_t len) argument
52 soap_sent_callback(struct soap *soap, const char *msg, size_t len) argument
62 soap_test_callback(struct soap *soap, const char *msg, size_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dhttppost.c96 http_post(struct soap *soap, struct soap_plugin *p, void *arg) argument
108 http_post_init(struct soap *soap, struct http_post_data *data, int (*handler)(struct soap*)) argument
116 http_post_delete(struct soap *soap, struct soap_plugin *p) argument
120 http_post_parse_header(struct soap *soap, const char *key, const char *val) argument
[all...]
H A Dmd5evp.c56 int md5_handler(struct soap *soap, void **context, enum md5_action action, char *buf, size_t len) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc/
H A Dcalcserver.c43 struct soap soap; local
68 ns__add(struct soap *soap, double a, double b, double *result) argument
73 ns__sub(struct soap *soap, double a, double b, double *result) argument
78 ns__mul(struct soap *soap, double a, double b, double *result) argument
83 ns__div(struct soap *soap, double a, double b, double *result) argument
94 ns__pow(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/dime/
H A Ddime.h46 struct soap *soap; /* soap context that created this instance */ member in class:ns__Data
58 struct soap *soap; member in class:arrayOfData
70 struct soap *soap; member in class:arrayOfName
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dom/
H A Ddom2calc.cpp43 struct soap *soap = soap_new1(SOAP_DOM_NODE | SOAP_XML_INDENT); /* deserialize type nodes */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/lu/
H A Dlu.h48 struct soap *soap; // gSOAP env. instance was created member in class:vector
69 struct soap *soap; // gSOAP env. instance was created member in class:ivector
90 struct soap *soap; // gSOAP env. instance was created member in class:matrix
[all...]
H A Dluclient.cpp40 { struct soap *soap = soap_new(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/udp/
H A Dudpclient.c38 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/Symbian/
H A Dinterop2Btest.cpp40 struct soap *soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/custom/
H A Dstruct_timeval.c57 void soap_default_xsd__dateTime(struct soap *soap, struct timeval *a) argument
61 void soap_serialize_xsd__dateTime(struct soap *soap, struct timeval const *a) argument
64 int soap_out_xsd__dateTime(struct soap *soap, const char *tag, int id, const struct timeval *a, const char *type) argument
71 soap_xsd__dateTime2s(struct soap *soap, const struct timeval a) argument
82 soap_in_xsd__dateTime(struct soap *soap, const char *tag, struct timeval *a, const char *type) argument
104 soap_s2xsd__dateTime(struct soap *soap, const char *s, struct timeval *a) argument
[all...]
H A Dstruct_tm.c57 void soap_default_xsd__dateTime(struct soap *soap, struct tm *a) argument
61 void soap_serialize_xsd__dateTime(struct soap *soap, struct tm const *a) argument
64 int soap_out_xsd__dateTime(struct soap *soap, const char *tag, int id, const struct tm *a, const char *type) argument
71 soap_xsd__dateTime2s(struct soap *soap, const struct tm a) argument
76 soap_in_xsd__dateTime(struct soap *soap, const char *tag, struct tm *a, const char *type) argument
98 soap_s2xsd__dateTime(struct soap *soap, const char *s, struct tm *a) argument
[all...]

Completed in 143 milliseconds

123456789