Lines Matching defs:style
84 cookie_type_e style;
116 if ((dcfg->style == CT_UNSET) || (dcfg->style == CT_NETSCAPE)) {
141 (dcfg->style == CT_COOKIE2
148 (dcfg->style == CT_COOKIE2 ? "Set-Cookie2" : "Set-Cookie"),
271 dcfg->style = CT_UNSET;
405 * Make a note of the cookie style we should use.
415 dcfg->style = CT_NETSCAPE;
419 dcfg->style = CT_COOKIE;
423 dcfg->style = CT_COOKIE2;