Searched refs:soap_decode (Results 1 – 1 of 1) sorted by relevance
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
H A D | stdsoap2.cpp | 248 static const char *soap_decode(char*, size_t, const char*, const char*); 5292 { return soap_decode(buf, len, val, "=,;"); in soap_decode_key() 5308 return soap_decode(buf, len, val + 1, ",;"); in soap_decode_val() 5317 soap_decode(char *buf, size_t len, const char *val, const char *sep) in soap_decode() function 13562 soap_decode(soap->tmpbuf, sizeof(soap->tmpbuf), s, SOAP_STR_EOS); in soap_match_cid()
|