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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcookie.h44 bool httponly; /* true if the httponly directive is present */ member in struct:Cookie
H A Dcookie.c259 'secure' and 'httponly' specified this weirdly */
263 else if(Curl_raw_equal("httponly", name))
264 co->httponly = TRUE;
483 co->httponly = TRUE;
1017 "%s" /* httponly preamble */
1025 co->httponly?"#HttpOnly_":"",

Completed in 45 milliseconds