Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp1499 { soap_unget(soap, ']'); in soap_get()
1786 soap_unget(soap, c); in soap_gethex()
1823 soap_unget(soap, c); in soap_gethex()
1932 soap_unget(soap, c); in soap_getbase64()
1991 soap_unget(soap, c); in soap_getbase64()
9472 soap_unget(soap, c); in soap_element_end_in()
9660 soap_unget(soap, '/'); in soap_getattrval()
9667 { soap_unget(soap, c); in soap_getattrval()
9693 { soap_unget(soap, c); in soap_getattrval()
9790 soap_unget(soap, c); in soap_peek_element()
[all …]
H A Dstdsoap2.h1985 #define soap_unget(soap, c) ((soap)->ahead = c) macro