Lines Matching refs:strstr
925 tmp = strstr(http_version," "); in make_http_soap_request()
930 tmp = strstr(tmp," "); in make_http_soap_request()
953 cookie_itt = strstr(ZSTR_VAL(http_headers), "Set-Cookie: "); in make_http_soap_request()
968 eqpos = strstr(cookie, "="); in make_http_soap_request()
969 sempos = strstr(cookie, ";"); in make_http_soap_request()
991 sempos = strstr(options, ";"); in make_http_soap_request()
992 if (strstr(options,"path=") == options) { in make_http_soap_request()
995 } else if (strstr(options,"domain=") == options) { in make_http_soap_request()
998 } else if (strstr(options,"secure") == options) { in make_http_soap_request()
1023 cookie_itt = strstr(cookie_itt + sizeof("Set-Cookie: "), "Set-Cookie: "); in make_http_soap_request()
1152 strstr(auth, "Digest") == auth && in make_http_soap_request()
1230 pos = strstr(content_type,";"); in make_http_soap_request()