Searched defs:soap (Results 126 - 150 of 216) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/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/gsoap/Symbian/
H A Dinterop2test.cpp41 struct soap *soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.cpp14 calcProxy::calcProxy(const struct soap &soap) argument
82 { struct soap *soap = this; local
140 { struct soap *soap = this; local
198 { struct soap *soap = this; local
256 { struct soap *soap = this; local
314 { struct soap *soap = this; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.cpp14 calcProxy::calcProxy(const struct soap &soap) argument
82 { struct soap *soap = this; local
140 { struct soap *soap = this; local
198 { struct soap *soap = this; local
256 { struct soap *soap = this; local
314 { struct soap *soap = this; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dime/
H A Ddimeclient.cpp111 { struct soap soa local
167 putData(struct soap *soap, int argc, char **argv) argument
187 getData(struct soap *soap, int argc, char **argv) argument
204 getImage(struct soap *soap, char *name) argument
250 dime_read_open(struct soap *soap, void *handle, const char *id, const char *type, const char *options) argument
258 dime_read_close(struct soap *soap, void *handle) argument
262 dime_read(struct soap *soap, void *handle, char *buf, size_t len) argument
266 dime_write_open(struct soap *soap, const char *id, const char *type, const char *options) argument
288 dime_write_close(struct soap *soap, void *handle) argument
292 dime_write(struct soap *soap, void *handle, const char *buf, size_t len) argument
332 arrayOfData(struct soap *soap, int n) argument
380 arrayOfName(struct soap *soap, int n) argument
[all...]
H A Ddimeserver.cpp135 { struct soap soap; local
213 process_request(void *soap) argument
235 ns__putData(struct soap *soap, arrayOfData *data, arrayOfName *names) argument
270 ns__getData(struct soap *soap, arrayOfName *names, arrayOfData *data) argument
287 ns__getImage(struct soap *soap, char *name, ns__Data& image) argument
303 getdata(struct soap *soap, const char *name, ns__Data& data) argument
372 dime_read_open(struct soap *soap, void *handle, const char *id, const char *type, const char *options) argument
378 dime_read_close(struct soap *soap, void *handle) argument
382 dime_read(struct soap *soap, void *handle, char *buf, size_t len) argument
386 dime_write_open(struct soap *soap, const char *id, const char *type, const char *options) argument
406 dime_write_close(struct soap *soap, void *handle) argument
410 dime_write(struct soap *soap, void *handle, const char *buf, size_t len) argument
450 arrayOfData(struct soap *soap, int n) argument
498 arrayOfName(struct soap *soap, int n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/rss/
H A Drss.c82 { struct soap *soa local
241 docwrite0(struct soap *soap, const char *s) argument
245 docwrite1(struct soap *soap, const char *s1, const char *s2, const char *s3) argument
251 docwrite2(struct soap *soap, const char *s1, const char *s2, const char *s3, const char *s4, const char *s5) argument
259 docerror(struct soap *soap, const char *s) argument
267 strwrite(struct soap *soap, const char *s) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/varparam/
H A Dvarparam.h46 struct soap *soap; // points to current gSOAP environment that created this object member in class:xsd__anyType
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/wsa/
H A Dwsademo.c72 { struct soap *soap = soap_new1(SOAP_XML_INDENT); local
165 ns__wsademo(struct soap *soap, char *in, struct ns__wsademoResult *result) argument
192 ns__wsademoResult(struct soap *soap, char *out) argument
205 SOAP_ENV__Fault(struct soap *soap, char *faultcode, char *faultstring, char *faultactor, struct SOAP_ENV__Detail *detail, struct SOAP_ENV__Code *SOAP_ENV__Code, struct SOAP_ENV__Reason *SOAP_ENV__Reason, char *SOAP_ENV__Node, char *SOAP_ENV__Role, struct SOAP_ENV__Detail *SOAP_ENV__Detail) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/Symbian/
H A Dinterop2test.cpp41 struct soap *soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.cpp14 calcProxy::calcProxy(const struct soap &soap) argument
82 { struct soap *soap = this; local
140 { struct soap *soap = this; local
198 { struct soap *soap = this; local
256 { struct soap *soap = this; local
314 { struct soap *soap = this; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.cpp14 calcProxy::calcProxy(const struct soap &soap) argument
82 { struct soap *soap = this; local
140 { struct soap *soap = this; local
198 { struct soap *soap = this; local
256 { struct soap *soap = this; local
314 { struct soap *soap = this; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dime/
H A Ddimeclient.cpp111 { struct soap soa local
167 putData(struct soap *soap, int argc, char **argv) argument
187 getData(struct soap *soap, int argc, char **argv) argument
204 getImage(struct soap *soap, char *name) argument
250 dime_read_open(struct soap *soap, void *handle, const char *id, const char *type, const char *options) argument
258 dime_read_close(struct soap *soap, void *handle) argument
262 dime_read(struct soap *soap, void *handle, char *buf, size_t len) argument
266 dime_write_open(struct soap *soap, const char *id, const char *type, const char *options) argument
288 dime_write_close(struct soap *soap, void *handle) argument
292 dime_write(struct soap *soap, void *handle, const char *buf, size_t len) argument
332 arrayOfData(struct soap *soap, int n) argument
380 arrayOfName(struct soap *soap, int n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/rss/
H A Drss.c82 { struct soap *soa local
241 docwrite0(struct soap *soap, const char *s) argument
245 docwrite1(struct soap *soap, const char *s1, const char *s2, const char *s3) argument
251 docwrite2(struct soap *soap, const char *s1, const char *s2, const char *s3, const char *s4, const char *s5) argument
259 docerror(struct soap *soap, const char *s) argument
267 strwrite(struct soap *soap, const char *s) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/varparam/
H A Dvarparam.h46 struct soap *soap; // points to current gSOAP environment that created this object member in class:xsd__anyType
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/wsa/
H A Dwsademo.c72 { struct soap *soap = soap_new1(SOAP_XML_INDENT); local
165 ns__wsademo(struct soap *soap, char *in, struct ns__wsademoResult *result) argument
192 ns__wsademoResult(struct soap *soap, char *out) argument
205 SOAP_ENV__Fault(struct soap *soap, char *faultcode, char *faultstring, char *faultactor, struct SOAP_ENV__Detail *detail, struct SOAP_ENV__Code *SOAP_ENV__Code, struct SOAP_ENV__Reason *SOAP_ENV__Reason, char *SOAP_ENV__Node, char *SOAP_ENV__Role, struct SOAP_ENV__Detail *SOAP_ENV__Detail) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.cpp104 get(struct soap *soap) argument
1574 { struct soap soap; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Ddom.c94 soap_serialize_xsd__anyType(struct soap *soap, const struct soap_dom_element *node) argument
111 soap_serialize_xsd__anyAttribute(struct soap *soap, const struct soap_dom_attribute *node) argument
120 soap_default_xsd__anyType(struct soap *soap, struct soap_dom_element *node) argument
141 soap_default_xsd__anyAttribute(struct soap *soap, struct soap_dom_attribute *node) argument
153 out_element(struct soap *soap, const struct soap_dom_element *node, const char *prefix, const char *name, const char *nstr) argument
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) argument
233 soap_out_xsd__anyType(struct soap *soap, const char *tag, int id, const struct soap_dom_element *node, const char *type) argument
425 soap_out_xsd__anyAttribute(struct soap *soap, const char *tag, int id, const struct soap_dom_attribute *node, const char *type) argument
511 soap_in_xsd__anyType(struct soap *soap, const char *tag, struct soap_dom_element *node, const char *type) argument
616 soap_in_xsd__anyAttribute(struct soap *soap, const char *tag, struct soap_dom_attribute *node, const char *type) argument
693 soap_lookup_ns_prefix(struct soap *soap, const char *nstr) argument
704 soap_enter_ns_prefix(struct soap *soap, const char *prefix, const char *nstr) argument
744 soap_dom_element(struct soap *soap) argument
750 soap_dom_element(struct soap *soap, const char *nstr, const char *name) argument
758 soap_dom_element(struct soap *soap, const char *nstr, const char *name, const char *data) argument
767 soap_dom_element(struct soap *soap, const char *nstr, const char *name, void *node, int type) argument
914 soap_dom_attribute(struct soap *soap) argument
925 soap_dom_attribute(struct soap *soap, const char *nstr, const char *name, const char *data) argument
1126 { struct soap soap; variable in typeref:struct:operator::soap
1129 soap_begin_send(&soap); variable
1132 soap_end_send(&soap); variable
1133 soap_end(&soap); variable
1134 soap_done(&soap); variable
[all...]
H A Ddom.cpp94 soap_serialize_xsd__anyType(struct soap *soap, const struct soap_dom_element *node) argument
111 soap_serialize_xsd__anyAttribute(struct soap *soap, const struct soap_dom_attribute *node) argument
120 soap_default_xsd__anyType(struct soap *soap, struct soap_dom_element *node) argument
141 soap_default_xsd__anyAttribute(struct soap *soap, struct soap_dom_attribute *node) argument
153 out_element(struct soap *soap, const struct soap_dom_element *node, const char *prefix, const char *name, const char *nstr) argument
195 out_attribute(struct soap *soap, const char *prefix, const char *name, const char *data, const wchar_t *wide, int flag) argument
233 soap_out_xsd__anyType(struct soap *soap, const char *tag, int id, const struct soap_dom_element *node, const char *type) argument
425 soap_out_xsd__anyAttribute(struct soap *soap, const char *tag, int id, const struct soap_dom_attribute *node, const char *type) argument
511 soap_in_xsd__anyType(struct soap *soap, const char *tag, struct soap_dom_element *node, const char *type) argument
616 soap_in_xsd__anyAttribute(struct soap *soap, const char *tag, struct soap_dom_attribute *node, const char *type) argument
693 soap_lookup_ns_prefix(struct soap *soap, const char *nstr) argument
704 soap_enter_ns_prefix(struct soap *soap, const char *prefix, const char *nstr) argument
744 soap_dom_element(struct soap *soap) argument
750 soap_dom_element(struct soap *soap, const char *nstr, const char *name) argument
758 soap_dom_element(struct soap *soap, const char *nstr, const char *name, const char *data) argument
767 soap_dom_element(struct soap *soap, const char *nstr, const char *name, void *node, int type) argument
914 soap_dom_attribute(struct soap *soap) argument
925 soap_dom_attribute(struct soap *soap, const char *nstr, const char *name, const char *data) argument
1126 { struct soap soap; local
[all...]
H A DsoapClient.c15 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns1__vrfyLogin(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ns1__vrfyLoginResponse *_param_1) argument
68 soap_call_ns1__deleteUser(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_in0, struct ns1__deleteUserResponse *_param_2) argument
122 soap_call_ns1__changePassword(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_in0, char *_in1, struct ns1__changePasswordResponse *_param_3) argument
177 soap_call_ns1__updateContact(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ns2__Contact *_in0, struct ns1__updateContactResponse *_param_4) argument
231 soap_call_ns1__getContact(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_in0, struct ns1__getContactResponse *_param_5) argument
285 soap_call_ns1__lookupContacts(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ns2__Contact *_in0, struct ns1__lookupContactsResponse *_param_6) argument
339 soap_call_ns1__addNetwork(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_in0, char *_in1, struct ArrayOf_USCORExsd_USCOREanyType *_in2, struct ns1__addNetworkResponse *_param_7) argument
395 soap_call_ns1__deleteNetwork(struct soap *soap, const char *soap_endpoint, const char *soap_action, LONG64 _in0, struct ns1__deleteNetworkResponse *_param_8) argument
449 soap_call_ns1__inviteNetworkMember(struct soap *soap, const char *soap_endpoint, const char *soap_action, LONG64 _in0, char *_in1, struct ns1__inviteNetworkMemberResponse *_param_9) argument
504 soap_call_ns1__inviteNetworkMemberByEmail(struct soap *soap, const char *soap_endpoint, const char *soap_action, LONG64 _in0, char *_in1, struct ns1__inviteNetworkMemberByEmailResponse *_param_10) argument
559 soap_call_ns1__inviteNetworkMemberByUser(struct soap *soap, const char *soap_endpoint, const char *soap_action, LONG64 _in0, struct ns2__User *_in1, struct ns2__Contact *_in2, struct ns1__inviteNetworkMemberByUserResponse *_param_11) argument
615 soap_call_ns1__acceptNetworkInvite(struct soap *soap, const char *soap_endpoint, const char *soap_action, LONG64 _in0, char *_in1, struct ns1__acceptNetworkInviteResponse *_param_12) argument
670 soap_call_ns1__declineNetworkInvite(struct soap *soap, const char *soap_endpoint, const char *soap_action, LONG64 _in0, char *_in1, struct ns1__declineNetworkInviteResponse *_param_13) argument
725 soap_call_ns1__deleteNetworkMember(struct soap *soap, const char *soap_endpoint, const char *soap_action, LONG64 _in0, char *_in1, struct ns1__deleteNetworkMemberResponse *_param_14) argument
780 soap_call_ns1__leaveNetwork(struct soap *soap, const char *soap_endpoint, const char *soap_action, LONG64 _in0, char *_in1, struct ns1__leaveNetworkResponse *_param_15) argument
835 soap_call_ns1__getNetworks(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_in0, struct ns1__getNetworksResponse *_param_16) argument
889 soap_call_ns1__getNetwork(struct soap *soap, const char *soap_endpoint, const char *soap_action, LONG64 _in0, struct ns1__getNetworkResponse *_param_17) argument
943 soap_call_ns1__getNotifications(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_in0, struct ns1__getNotificationsResponse *_param_18) argument
997 soap_call_ns1__getSystemNotifications(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ns1__getSystemNotificationsResponse *_param_19) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dhttpda.c144 http_da(struct soap *soap, struct soap_plugin *p, void *arg) argument
161 http_da_init(struct soap *soap, struct http_da_data *data) argument
175 http_da_copy(struct soap *soap, struct soap_plugin *dst, struct soap_plugin *src) argument
193 http_da_delete(struct soap *soap, struct soap_plugin *p) argument
210 http_da_post_header(struct soap *soap, const char *key, const char *val) argument
277 http_da_parse_header(struct soap *soap, const char *key, const char *val) argument
332 http_da_prepareinit(struct soap *soap) argument
368 http_da_preparesend(struct soap *soap, const char *buf, size_t len) argument
383 http_da_preparerecv(struct soap *soap, const char *buf, size_t len) argument
398 http_da_disconnect(struct soap *soap) argument
422 http_da_save(struct soap *soap, struct http_da_info *info, const char *realm, const char *userid, const char *passwd) argument
436 http_da_restore(struct soap *soap, struct http_da_info *info) argument
450 http_da_release(struct soap *soap, struct http_da_info *info) argument
507 http_da_verify_post(struct soap *soap, char *passwd) argument
512 http_da_verify_get(struct soap *soap, char *passwd) argument
517 http_da_verify_method(struct soap *soap, char *method, char *passwd) argument
673 http_da_calc_nonce(struct soap *soap, char nonce[HTTP_DA_NONCELEN]) argument
679 http_da_calc_opaque(struct soap *soap, char opaque[HTTP_DA_OPAQUELEN]) argument
690 http_da_calc_HA1(struct soap *soap, void **context, char *alg, char *userid, char *realm, char *passwd, char *nonce, char *cnonce, char HA1hex[33]) argument
716 http_da_calc_response(struct soap *soap, void **context, char HA1hex[33], char *nonce, char *ncount, char *cnonce, char *qop, char *method, char *uri, char entityHAhex[33], char response[33]) argument
[all...]
H A Dwsaapi.c473 soap_wsa_request(struct soap *soap, const char *id, const char *to, const char *action) argument
492 soap_wsa_add_From(struct soap *soap, const char *from) argument
512 soap_wsa_add_NoReply(struct soap *soap) argument
526 soap_wsa_add_ReplyTo(struct soap *soap, const char *replyTo) argument
547 soap_wsa_add_FaultTo(struct soap *soap, const char *faultTo) argument
571 soap_wsa_check(struct soap *soap) argument
598 soap_wsa_reply(struct soap *soap, const char *id, const char *action) argument
680 soap_wsa_fault_subcode(struct soap *soap, int flag, const char *faultsubcode, const char *faultstring, const char *faultdetail) argument
734 soap_wsa_sender_fault_subcode(struct soap *soap, const char *faultsubcode, const char *faultstring, const char *faultdetail) argument
748 soap_wsa_receiver_fault_subcode(struct soap *soap, const char *faultsubcode, const char *faultstring, const char *faultdetail) argument
761 soap_wsa_sender_fault(struct soap *soap, const char *faultstring, const char *faultdetail) argument
774 soap_wsa_receiver_fault(struct soap *soap, const char *faultstring, const char *faultdetail) argument
794 soap_wsa_check_fault(struct soap *soap, SOAP_WSA(FaultCodesType) *fault, char **info) argument
827 soap_wsa_check_fault(struct soap *soap, char **fault) argument
852 soap_wsa_check_fault(struct soap *soap, SOAP_WSA(FaultSubcodeValues) *fault) argument
874 soap_wsa_error(struct soap *soap, SOAP_WSA(FaultCodesType) fault, const char *info) argument
967 soap_wsa_error(struct soap *soap, const char *fault) argument
979 soap_wsa_error(struct soap *soap, SOAP_WSA(FaultSubcodeValues) fault) argument
1015 soap_wsa(struct soap *soap, struct soap_plugin *p, void *arg) argument
1038 soap_wsa_init(struct soap *soap, struct soap_wsa_data *data) argument
1055 soap_wsa_delete(struct soap *soap, struct soap_plugin *p) argument
1076 soap_wsa_header(struct soap *soap) argument
1096 soap_wsa_set_error(struct soap *soap, const char **c, const char **s) argument
1123 soap_wsa_response(struct soap *soap, int status, size_t count) argument
1145 soap_wsa_alloc_header(struct soap *soap) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/factory/
H A Dfactory.cpp94 unsigned int Factory::create(struct soap *soap, enum t__object object, char *name) argument
194 void Factory::purge(struct soap *soap) argument
222 { struct soap soa local
246 { struct soap soap; local
286 struct soap soap; local
330 ns__create(struct soap *soap, enum t__object object, char *name, enum t__status &status) argument
346 ns__lookup(struct soap *soap, enum t__object object, char *name, enum t__status &status) argument
362 ns__rename(struct soap *soap, char *name, enum t__status &status) argument
376 ns__release(struct soap *soap, enum t__status &status) argument
393 ns__set(struct soap *soap, double val, enum t__status &status) argument
409 ns__get(struct soap *soap, double &val) argument
420 ns__add(struct soap *soap, double val, enum t__status &status) argument
442 ns__inc(struct soap *soap, enum t__status &status) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.c167 { struct soap soap; local
227 { struct soap soap; local
274 process_request(void *soap) argument
298 { struct soap soap; local
335 open_data(struct soap *soap, const char *file, struct x__Data *data) argument
362 client_putData(struct soap *soap, int argc, char **argv) argument
381 client_getData(struct soap *soap, int argc, char **argv) argument
404 m__PutData(struct soap *soap, struct x__DataSet *data, struct m__PutDataResponse *response) argument
441 m__GetData(struct soap *soap, struct x__Keys *keys, struct m__GetDataResponse *response) argument
461 mime_read_open(struct soap *soap, void *handle, const char *id, const char *type, const char *description) argument
474 mime_read(struct soap *soap, void *handle, char *buf, size_t len) argument
478 mime_read_close(struct soap *soap, void *handle) argument
489 mime_server_write_open(struct soap *soap, void *unused_handle, const char *id, const char *type, const char *description, enum soap_mime_encoding encoding) argument
513 mime_server_write_close(struct soap *soap, void *handle) argument
517 mime_server_write(struct soap *soap, void *handle, const char *buf, size_t len) argument
537 mime_client_write_open(struct soap *soap, void *unused_handle, const char *id, const char *type, const char *description, enum soap_mime_encoding encoding) argument
551 mime_client_write_close(struct soap *soap, void *handle) argument
556 mime_client_write(struct soap *soap, void *handle, const char *buf, size_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/router/
H A Drouter.c292 struct soap soap, *tsoap; local
474 process_request(void *soap) argument
539 { struct soap soap; local
[all...]

Completed in 144 milliseconds

123456789