Searched refs:cookie_itt (Results 1 – 1 of 1) sorted by relevance
353 char *content_type, *http_version, *cookie_itt; in make_http_soap_request() local972 cookie_itt = strstr(ZSTR_VAL(http_headers), "Set-Cookie: "); in make_http_soap_request()973 while (cookie_itt) { in make_http_soap_request()985 cookie = get_http_header_value(cookie_itt,"Set-Cookie: "); in make_http_soap_request()1042 cookie_itt = strstr(cookie_itt + sizeof("Set-Cookie: "), "Set-Cookie: "); in make_http_soap_request()
Completed in 9 milliseconds