Lines Matching refs:strstr
921 tmp = strstr(http_version," "); in make_http_soap_request()
926 tmp = strstr(tmp," "); in make_http_soap_request()
949 cookie_itt = strstr(ZSTR_VAL(http_headers), "Set-Cookie: "); in make_http_soap_request()
964 eqpos = strstr(cookie, "="); in make_http_soap_request()
965 sempos = strstr(cookie, ";"); in make_http_soap_request()
987 sempos = strstr(options, ";"); in make_http_soap_request()
988 if (strstr(options,"path=") == options) { in make_http_soap_request()
991 } else if (strstr(options,"domain=") == options) { in make_http_soap_request()
994 } else if (strstr(options,"secure") == options) { in make_http_soap_request()
1019 cookie_itt = strstr(cookie_itt + sizeof("Set-Cookie: "), "Set-Cookie: "); in make_http_soap_request()
1148 strstr(auth, "Digest") == auth && in make_http_soap_request()
1226 pos = strstr(content_type,";"); in make_http_soap_request()