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

/ast/src/cmd/html/
H A Dhtmlrefs.c151 #define SECURE 0x200 macro
285 if (ref && (ref->flags & SECURE))
286 flags |= SECURE;
294 flags &= ~SECURE;
299 flags |= SECURE;
326 sfsprintf(state->buf, sizeof(state->buf) - 1, "%s%s%s", state->documentroot.data, (flags & SECURE) ? "/secure" : "", s);
331 sfsprintf(state->buf, sizeof(state->buf) - 1, "%s%s", state->root.data, (flags & SECURE) ? "/secure" : "", s);
341 else if (flags & SECURE)
600 else if ((secure = strcasecmp(s, "secure") ? 0 : SECURE) || !strcasecmp(s, "dynamic"))

Completed in 12 milliseconds