Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h1483 STRING_COOKIE, /* HTTP cookie string to send */ enumerator
Dhttp.c2074 if(data->set.str[STRING_COOKIE] && !Curl_checkheaders(conn, "Cookie")) in Curl_http()
2075 addcookies = data->set.str[STRING_COOKIE]; in Curl_http()
Dsetopt.c714 result = Curl_setstropt(&data->set.str[STRING_COOKIE], in Curl_vsetopt()