Searched refs:cmplen (Results 1 – 1 of 1) sorted by relevance
1158 int cmplen; in make_http_soap_request() local1161 cmplen = pos - content_type; in make_http_soap_request()1163 cmplen = strlen(content_type); in make_http_soap_request()1165 if (strncmp(content_type, "text/xml", cmplen) == 0 || in make_http_soap_request()1166 strncmp(content_type, "application/soap+xml", cmplen) == 0) { in make_http_soap_request()
Completed in 11 milliseconds