Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp1334 { if (!soap_tag_cmp(str, code_map->string)) /* case insensitive */ in soap_code_int()
1594 { if (!soap_tag_cmp(s + 11, "iso-8859-1*") in soap_get_pi()
1595 || !soap_tag_cmp(s + 11, "latin1*")) in soap_get_pi()
1599 else if (!soap_tag_cmp(s + 11, "utf-8*")) in soap_get_pi()
2704 { if (!soap_tag_cmp(ns, p->in)) in soap_push_namespace()
2818 soap_tag_cmp(const char *s, const char *t) in soap_tag_cmp() function
2845 if (c1 == c2 && !soap_tag_cmp(s + 1, t + 1)) in soap_tag_cmp()
3917 if (!soap_tag_cmp(endpoint, "https:*")) in tcp_connect()
5133 { if (!soap_tag_cmp(key, "Host")) in http_parse_header()
5145 else if (!soap_tag_cmp(key, "Content-Type")) in http_parse_header()
[all …]
H A Dstdsoap2.h712 # define SOAP_STRCMP soap_tag_cmp /* case insensitve XML element/attribute names */
2079 SOAP_FMAC1 int SOAP_FMAC2 soap_tag_cmp(const char*, const char*);