Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1426 struct soap_attribute struct
1427 { struct soap_attribute *next; argument
1428 short flag; /* soap_set_attr: 1 = normal, 2 = utf content */
1429 char *value;
1430 size_t size;
1431 char *ns;
1432 short visible;
1433 char name[1]; /* the actual name string flows into the allocated region below this struct */
H A Dstdsoap2.cpp9359 soap_attribute(struct soap *soap, const char *name, const char *value) in soap_attribute() function