Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp1478 soap_get(struct soap *soap) in soap_get() function
1696 c = soap_get(soap); in soap_getutf8()
1773 c = soap_get(soap); in soap_gethex()
1776 c = soap_get(soap); in soap_gethex()
1809 register soap_wchar c = soap_get(soap); in soap_gethex()
1812 c = soap_get(soap); in soap_gethex()
1910 { register soap_wchar c = soap_get(soap); in soap_getbase64()
1929 { while ((int)((c = soap_get(soap)) != EOF) && c != SOAP_LT && c != SOAP_TT) in soap_getbase64()
1970 { register soap_wchar c = soap_get(soap); in soap_getbase64()
1988 { while ((int)((c = soap_get(soap)) != EOF) && c != SOAP_LT && c != SOAP_TT) in soap_getbase64()
[all …]
H A Dstdsoap2.h2077 SOAP_FMAC1 soap_wchar SOAP_FMAC2 soap_get(struct soap*);