Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h712 # define SOAP_STRCMP soap_tag_cmp /* case insensitve XML element/attribute names */ macro
714 # define SOAP_STRCMP strcmp /* case sensitive XML element/attribute names */ macro
H A Dstdsoap2.cpp2875 { if (t[1] && SOAP_STRCMP(s + 1, t + 1)) in soap_match_tag()
2884 else if (SOAP_STRCMP(tag1, t + 1)) in soap_match_tag()
2897 { if (SOAP_STRCMP(s + 1, tag2)) in soap_match_tag()
2900 else if (SOAP_STRCMP(tag1, tag2)) in soap_match_tag()
9914 { if (!SOAP_STRCMP(tp->name, soap->tmpbuf)) in soap_peek_element()