Searched refs:soap_dom_attribute (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/import/
H A Ddom.h231 for (soap_dom_attribute::iterator attr = (*iter).atts.begin(); attr != (*iter).atts.end(); ++attr)
239 soap_dom_attribute *attr;
247 The @ref soap_dom_element and @ref soap_dom_attribute structs form essentially
257 - @ref soap_dom_attribute::next points to the next attribute in the attribute
264 and @ref soap_dom_attribute::name strings, respectively. The names are UTF-8
271 soap_dom_attribute::nstr strings. The following example shows how to traverse a
402 dom.add(soap_dom_attribute(dom.soap, myURI, "version", "0.9"));
459 soap_dom_element::nstr and @ref soap_dom_attribute::nstr namespace strings are
491 soap_dom_attribute encodingStyle(soap, "http://schemas.xmlsoap.org/soap/envelope/", "encodingStyle", "http://schemas.xmlsoap.org/soap/encoding/");
592 - @ref soap_dom_element::add(soap_dom_attribute);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/import/
H A Ddom.h231 for (soap_dom_attribute::iterator attr = (*iter).atts.begin(); attr != (*iter).atts.end(); ++attr)
239 soap_dom_attribute *attr;
247 The @ref soap_dom_element and @ref soap_dom_attribute structs form essentially
257 - @ref soap_dom_attribute::next points to the next attribute in the attribute
264 and @ref soap_dom_attribute::name strings, respectively. The names are UTF-8
271 soap_dom_attribute::nstr strings. The following example shows how to traverse a
402 dom.add(soap_dom_attribute(dom.soap, myURI, "version", "0.9"));
459 soap_dom_element::nstr and @ref soap_dom_attribute::nstr namespace strings are
491 soap_dom_attribute encodingStyle(soap, "http://schemas.xmlsoap.org/soap/envelope/", "encodingStyle", "http://schemas.xmlsoap.org/soap/encoding/");
592 - @ref soap_dom_element::add(soap_dom_attribute);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Ddom.c58 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__anyAttribute(struct soap*, struct soap_dom_attribute const*);
59 SOAP_FMAC1 void SOAP_FMAC2 soap_default_xsd__anyAttribute(struct soap*, struct soap_dom_attribute *);
60 SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyAttribute(struct soap*, const struct soap_dom_attribute *, const char*, const char*);
61 SOAP_FMAC1 int SOAP_FMAC2 soap_out_xsd__anyAttribute(struct soap*, const char*, int, const struct soap_dom_attribute *, const char*);
62 SOAP_FMAC3 struct soap_dom_attribute * SOAP_FMAC4 soap_get_xsd__anyAttribute(struct soap*, struct soap_dom_attribute *, const char*, const char*);
63 SOAP_FMAC1 struct soap_dom_attribute * SOAP_FMAC2 soap_in_xsd__anyAttribute(struct soap*, const char*, struct soap_dom_attribute *, const char*);
111 soap_serialize_xsd__anyAttribute(struct soap *soap, const struct soap_dom_attribute *node)
141 soap_default_xsd__anyAttribute(struct soap *soap, struct soap_dom_attribute *nod
903 soap_dom_attribute::soap_dom_attribute() function in class:soap_dom_attribute
914 soap_dom_attribute::soap_dom_attribute(struct soap *soap) function in class:soap_dom_attribute
925 soap_dom_attribute::soap_dom_attribute(struct soap *soap, const char *nstr, const char *name, const char *data) function in class:soap_dom_attribute
[all...]
H A Ddom.cpp58 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__anyAttribute(struct soap*, struct soap_dom_attribute const*);
59 SOAP_FMAC1 void SOAP_FMAC2 soap_default_xsd__anyAttribute(struct soap*, struct soap_dom_attribute *);
60 SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyAttribute(struct soap*, const struct soap_dom_attribute *, const char*, const char*);
61 SOAP_FMAC1 int SOAP_FMAC2 soap_out_xsd__anyAttribute(struct soap*, const char*, int, const struct soap_dom_attribute *, const char*);
62 SOAP_FMAC3 struct soap_dom_attribute * SOAP_FMAC4 soap_get_xsd__anyAttribute(struct soap*, struct soap_dom_attribute *, const char*, const char*);
63 SOAP_FMAC1 struct soap_dom_attribute * SOAP_FMAC2 soap_in_xsd__anyAttribute(struct soap*, const char*, struct soap_dom_attribute *, const char*);
111 soap_serialize_xsd__anyAttribute(struct soap *soap, const struct soap_dom_attribute *node)
141 soap_default_xsd__anyAttribute(struct soap *soap, struct soap_dom_attribute *nod
903 soap_dom_attribute::soap_dom_attribute() function in class:soap_dom_attribute
914 soap_dom_attribute::soap_dom_attribute(struct soap *soap) function in class:soap_dom_attribute
925 soap_dom_attribute::soap_dom_attribute(struct soap *soap, const char *nstr, const char *name, const char *data) function in class:soap_dom_attribute
[all...]
H A Dstdsoap2.h1433 struct soap_dom_attribute *att;
1438 struct soap_dom_attribute &operator*() const;
1441 soap_dom_attribute_iterator(struct soap_dom_attribute*);
1448 struct soap_dom_attribute struct
1449 { struct soap_dom_attribute *next;
1457 struct soap_dom_attribute &set(const char *nstr, const char *name); /* set namespace and name */
1458 struct soap_dom_attribute &set(const char *data); /* set data */
1463 soap_dom_attribute();
1464 soap_dom_attribute(struct soap *soap);
1465 soap_dom_attribute(struc
[all...]
H A Dstdsoap2.c7429 { register struct soap_dom_attribute **att;
7433 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
7669 { register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
8065 register struct soap_dom_attribute **att = NULL;
8188 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
H A Dstdsoap2.cpp7429 { register struct soap_dom_attribute **att;
7433 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
7669 { register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
8065 register struct soap_dom_attribute **att = NULL;
8188 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Ddom.c58 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__anyAttribute(struct soap*, struct soap_dom_attribute const*);
59 SOAP_FMAC1 void SOAP_FMAC2 soap_default_xsd__anyAttribute(struct soap*, struct soap_dom_attribute *);
60 SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyAttribute(struct soap*, const struct soap_dom_attribute *, const char*, const char*);
61 SOAP_FMAC1 int SOAP_FMAC2 soap_out_xsd__anyAttribute(struct soap*, const char*, int, const struct soap_dom_attribute *, const char*);
62 SOAP_FMAC3 struct soap_dom_attribute * SOAP_FMAC4 soap_get_xsd__anyAttribute(struct soap*, struct soap_dom_attribute *, const char*, const char*);
63 SOAP_FMAC1 struct soap_dom_attribute * SOAP_FMAC2 soap_in_xsd__anyAttribute(struct soap*, const char*, struct soap_dom_attribute *, const char*);
111 soap_serialize_xsd__anyAttribute(struct soap *soap, const struct soap_dom_attribute *node)
141 soap_default_xsd__anyAttribute(struct soap *soap, struct soap_dom_attribute *nod
903 soap_dom_attribute::soap_dom_attribute() function in class:soap_dom_attribute
914 soap_dom_attribute::soap_dom_attribute(struct soap *soap) function in class:soap_dom_attribute
925 soap_dom_attribute::soap_dom_attribute(struct soap *soap, const char *nstr, const char *name, const char *data) function in class:soap_dom_attribute
[all...]
H A Ddom.cpp58 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__anyAttribute(struct soap*, struct soap_dom_attribute const*);
59 SOAP_FMAC1 void SOAP_FMAC2 soap_default_xsd__anyAttribute(struct soap*, struct soap_dom_attribute *);
60 SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyAttribute(struct soap*, const struct soap_dom_attribute *, const char*, const char*);
61 SOAP_FMAC1 int SOAP_FMAC2 soap_out_xsd__anyAttribute(struct soap*, const char*, int, const struct soap_dom_attribute *, const char*);
62 SOAP_FMAC3 struct soap_dom_attribute * SOAP_FMAC4 soap_get_xsd__anyAttribute(struct soap*, struct soap_dom_attribute *, const char*, const char*);
63 SOAP_FMAC1 struct soap_dom_attribute * SOAP_FMAC2 soap_in_xsd__anyAttribute(struct soap*, const char*, struct soap_dom_attribute *, const char*);
111 soap_serialize_xsd__anyAttribute(struct soap *soap, const struct soap_dom_attribute *node)
141 soap_default_xsd__anyAttribute(struct soap *soap, struct soap_dom_attribute *nod
903 soap_dom_attribute::soap_dom_attribute() function in class:soap_dom_attribute
914 soap_dom_attribute::soap_dom_attribute(struct soap *soap) function in class:soap_dom_attribute
925 soap_dom_attribute::soap_dom_attribute(struct soap *soap, const char *nstr, const char *name, const char *data) function in class:soap_dom_attribute
[all...]
H A Dstdsoap2.h1433 struct soap_dom_attribute *att;
1438 struct soap_dom_attribute &operator*() const;
1441 soap_dom_attribute_iterator(struct soap_dom_attribute*);
1448 struct soap_dom_attribute struct
1449 { struct soap_dom_attribute *next;
1457 struct soap_dom_attribute &set(const char *nstr, const char *name); /* set namespace and name */
1458 struct soap_dom_attribute &set(const char *data); /* set data */
1463 soap_dom_attribute();
1464 soap_dom_attribute(struct soap *soap);
1465 soap_dom_attribute(struc
[all...]
H A Dstdsoap2.c7429 { register struct soap_dom_attribute **att;
7433 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
7669 { register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
8065 register struct soap_dom_attribute **att = NULL;
8188 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dom/
H A Ddom2calc.cpp54 soap_dom_attribute encodingStyle(soap, namespaces[0].ns, "encodingStyle", namespaces[1].ns);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dom/
H A Ddom2calc.cpp54 soap_dom_attribute encodingStyle(soap, namespaces[0].ns, "encodingStyle", namespaces[1].ns);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.h1433 struct soap_dom_attribute *att;
1438 struct soap_dom_attribute &operator*() const;
1441 soap_dom_attribute_iterator(struct soap_dom_attribute*);
1448 struct soap_dom_attribute struct
1449 { struct soap_dom_attribute *next;
1457 struct soap_dom_attribute &set(const char *nstr, const char *name); /* set namespace and name */
1458 struct soap_dom_attribute &set(const char *data); /* set data */
1463 soap_dom_attribute();
1464 soap_dom_attribute(struct soap *soap);
1465 soap_dom_attribute(struc
[all...]
H A Dstdsoap2.cpp7429 { register struct soap_dom_attribute **att;
7433 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
7669 { register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
8065 register struct soap_dom_attribute **att = NULL;
8188 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.h1433 struct soap_dom_attribute *att;
1438 struct soap_dom_attribute &operator*() const;
1441 soap_dom_attribute_iterator(struct soap_dom_attribute*);
1448 struct soap_dom_attribute struct
1449 { struct soap_dom_attribute *next;
1457 struct soap_dom_attribute &set(const char *nstr, const char *name); /* set namespace and name */
1458 struct soap_dom_attribute &set(const char *data); /* set data */
1463 soap_dom_attribute();
1464 soap_dom_attribute(struct soap *soap);
1465 soap_dom_attribute(struc
[all...]
H A Dstdsoap2.cpp7429 { register struct soap_dom_attribute **att;
7433 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
7669 { register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
8065 register struct soap_dom_attribute **att = NULL;
8188 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.h1433 struct soap_dom_attribute *att;
1438 struct soap_dom_attribute &operator*() const;
1441 soap_dom_attribute_iterator(struct soap_dom_attribute*);
1448 struct soap_dom_attribute struct
1449 { struct soap_dom_attribute *next;
1457 struct soap_dom_attribute &set(const char *nstr, const char *name); /* set namespace and name */
1458 struct soap_dom_attribute &set(const char *data); /* set data */
1463 soap_dom_attribute();
1464 soap_dom_attribute(struct soap *soap);
1465 soap_dom_attribute(struc
[all...]
H A Dstdsoap2.cpp7429 { register struct soap_dom_attribute **att;
7433 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
7669 { register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
8065 register struct soap_dom_attribute **att = NULL;
8188 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.h1433 struct soap_dom_attribute *att;
1438 struct soap_dom_attribute &operator*() const;
1441 soap_dom_attribute_iterator(struct soap_dom_attribute*);
1448 struct soap_dom_attribute struct
1449 { struct soap_dom_attribute *next;
1457 struct soap_dom_attribute &set(const char *nstr, const char *name); /* set namespace and name */
1458 struct soap_dom_attribute &set(const char *data); /* set data */
1463 soap_dom_attribute();
1464 soap_dom_attribute(struct soap *soap);
1465 soap_dom_attribute(struc
[all...]
H A Dstdsoap2.cpp7429 { register struct soap_dom_attribute **att;
7433 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
7669 { register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
8065 register struct soap_dom_attribute **att = NULL;
8188 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dwsseapi.c1684 struct soap_dom_attribute *att;
1845 { struct soap_dom_attribute *att;
1862 struct soap_dom_attribute *att;
2672 struct soap_dom_attribute *att;
H A Dwsse2api.c1746 { struct soap_dom_attribute *att;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dwsseapi.c1684 struct soap_dom_attribute *att;
1845 { struct soap_dom_attribute *att;
1862 struct soap_dom_attribute *att;
2672 struct soap_dom_attribute *att;
H A Dwsse2api.c1746 { struct soap_dom_attribute *att;

Completed in 501 milliseconds

12