Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h1527 STRING_COOKIE, /* HTTP cookie string to send */ enumerator
Dhttp.c2853 if(data->set.str[STRING_COOKIE] && in Curl_http_cookies()
2855 addcookies = data->set.str[STRING_COOKIE]; in Curl_http_cookies()
Dsetopt.c747 result = Curl_setstropt(&data->set.str[STRING_COOKIE], in Curl_vsetopt()