Home
last modified time | relevance | path

Searched refs:httponly (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/
H A Dcookie.h41 bool httponly; /* true if the httponly directive is present */ member
H A Dcookie.c628 * 'secure' and 'httponly' specified this weirdly in Curl_cookie_add()
645 else if((nlen == 8) && strncasecompare("httponly", namep, 8)) in Curl_cookie_add()
646 co->httponly = TRUE; in Curl_cookie_add()
865 co->httponly = TRUE; in Curl_cookie_add()
1365 d->httponly = src->httponly; in dup_cookie()
1593 "%s" /* httponly preamble */ in get_netscape_format()
1601 co->httponly?"#HttpOnly_":"", in get_netscape_format()
/third_party/libwebsockets/lib/roles/http/
H A Dcookie.c59 unsigned int httponly:1; member
548 { "httponly", 8 },

Completed in 5 milliseconds