Lines Matching refs:soap_get
1478 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()
9462 { while (((c = soap_get(soap)) != SOAP_TT)) in soap_element_end_in()
9468 { c = soap_get(soap); in soap_element_end_in()
9478 while (soap_notblank(c = soap_get(soap))) in soap_element_end_in()
9486 c = soap_get(soap); in soap_element_end_in()
9655 { register soap_wchar c = soap_get(soap); in soap_getattrval()
9791 c = soap_get(soap); in soap_peek_element()
9804 c = soap_get(soap); in soap_peek_element()
9815 c = soap_get(soap); in soap_peek_element()
10569 { if (((c = soap_get(soap)) & 0x80000000) && c >= -0x7FFFFF80 && c < SOAP_AP) in soap_string_in()
10629 { c = soap_get(soap); in soap_string_in()
12709 { if (soap->error != SOAP_NO_TAG || soap_unget(soap, soap_get(soap)) == SOAP_TT) in soap_inliteral()
12789 { if (soap->error != SOAP_NO_TAG || soap_unget(soap, soap_get(soap)) == SOAP_TT) in soap_inwliteral()
12832 do c = soap_get(soap); in soap_value()
12838 c = soap_get(soap); in soap_value()