Home
last modified time | relevance | path

Searched refs:index_html (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/libexec/httpd/
Ddir-index-bozo.c68 if (strlen(dirpath) <= strlen(httpd->index_html)) in bozo_dir_index()
73 file[strlen(file) - strlen(httpd->index_html)] = '\0'; in bozo_dir_index()
112 if ((p = strstr(printname, httpd->index_html)) != NULL) { in bozo_dir_index()
113 if (strcmp(printname, httpd->index_html) == 0) in bozo_dir_index()
Dcgi-bozo.c206 strlen(*url) + strlen(httpd->index_html) + 1); in append_index_html()
207 strcat(*url, httpd->index_html); in append_index_html()
Dbozohttpd.c1698 len + strlen(httpd->index_html) + 1); in transform_request()
1700 strcat(newfile, httpd->index_html); in transform_request()
1705 newfile = bozostrdup(httpd, request, httpd->index_html); in transform_request()
2669 httpd->index_html = in bozo_setup()
2743 free(bozo_unconst(httpd->index_html)); in bozo_cleanup()
Dbozohttpd.h117 const char *index_html; /* our home page */ member