Home
last modified time | relevance | path

Searched refs:soap_attribute (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp7877 { register struct soap_attribute *tp, *tq; in soap_free_temp()
8838 if (soap_attribute(soap, "xmlns", ns->out ? ns->out : ns->ns)) in soap_element()
8862 if (soap_attribute(soap, soap->tmpbuf, ns->out ? ns->out : ns->ns)) in soap_element()
8877 if (soap_attribute(soap, "id", soap->tmpbuf)) in soap_element()
8881 { if (soap_attribute(soap, "xsi:type", type)) in soap_element()
8897 if (soap_attribute(soap, "SOAP-ENC:position", soap->tmpbuf)) in soap_element()
8902 … { if (soap_attribute(soap, soap->version == 2 ? "SOAP-ENV:role" : "SOAP-ENV:actor", soap->actor)) in soap_element()
8905 if (soap_attribute(soap, "SOAP-ENV:mustUnderstand", soap->version == 2 ? "true" : "1")) in soap_element()
8917 … if (soap->encodingStyle && soap_attribute(soap, "SOAP-ENV:encodingStyle", soap->encodingStyle)) in soap_element()
9071 if (soap_attribute(soap, "SOAP-ENC:itemType", soap->tmpbuf)) in soap_array_begin_out()
[all …]
H A Dstdsoap2.h1426 struct soap_attribute struct
1427 { struct soap_attribute *next; argument
1811 struct soap_attribute *attributes; /* attribute list */
2216 SOAP_FMAC1 int SOAP_FMAC2 soap_attribute(struct soap*, const char*, const char*);