Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_http.c1221 int cmplen; in make_http_soap_request() local
1224 cmplen = pos - content_type; in make_http_soap_request()
1226 cmplen = strlen(content_type); in make_http_soap_request()
1228 if (strncmp(content_type, "text/xml", cmplen) == 0 || in make_http_soap_request()
1229 strncmp(content_type, "application/soap+xml", cmplen) == 0) { in make_http_soap_request()

Completed in 8 milliseconds