Searched defs:style (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/metadata/
H A Dmod_usertrack.c84 cookie_type_e style; member in struct:__anon273
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
[all...]
/httpd/modules/dav/fs/
H A Drepos.c296 static void dav_format_time(int style, apr_time_t sec, char *buf, apr_size_t buflen) argument
303 if (style == DAV_STYLE_ISO8601) {

Completed in 434 milliseconds