Searched refs:index_html (Results 1 – 5 of 5) sorted by relevance
111 file = bozostrdup(httpd, httpd->index_html); in bozo_user_transform()114 (*isindex ? strlen(httpd->index_html) + 1 : 1)); in bozo_user_transform()117 strcat(file, httpd->index_html); in bozo_user_transform()
75 if (strlen(dirpath) <= strlen(httpd->index_html)) in bozo_dir_index()80 file[strlen(file) - strlen(httpd->index_html)] = '\0'; in bozo_dir_index()
208 strlen(*url) + strlen(httpd->index_html) + 1); in append_index_html()209 strcat(*url, httpd->index_html); in append_index_html()
109 const char *index_html; /* our home page */ member
1356 strcmp((x) + 1, httpd->index_html) == 0 || \ in transform_request()1394 httpd->index_html) < 0) in transform_request()1428 len + strlen(httpd->index_html) + 1); in transform_request()1430 strcat(newfile, httpd->index_html); in transform_request()1435 newfile = bozostrdup(request->hr_httpd, httpd->index_html); in transform_request()2261 httpd->index_html = strdup(bozo_get_pref(prefs, "index.html")); in bozo_setup()