Searched defs:soap_attribute (Results 1 – 2 of 2) sorted by relevance
1426 struct soap_attribute struct1427 { struct soap_attribute *next; argument1428 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 */
9359 soap_attribute(struct soap *soap, const char *name, const char *value) in soap_attribute() function