Searched refs:SOAP_STRCMP (Results 1 – 2 of 2) sorted by relevance
712 # define SOAP_STRCMP soap_tag_cmp /* case insensitve XML element/attribute names */ macro714 # define SOAP_STRCMP strcmp /* case sensitive XML element/attribute names */ macro
2875 { 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()