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

/ast/src/cmd/html/
H A Dhtmlrefs.c204 String_t documentroot; member in struct:State_s
324 if (state->documentroot.size)
326 sfsprintf(state->buf, sizeof(state->buf) - 1, "%s%s%s", state->documentroot.data, (flags & SECURE) ? "/secure" : "", s);
592 rootdir(state, &state->documentroot, p, buf, sizeof(buf));
1192 if (state->documentroot.data)
1193 dirs[i++] = state->documentroot.data;

Completed in 26 milliseconds