Lines Matching defs:title
168 static void emit_preamble(request_rec *r, int xhtml, const char *title)
178 " <head>\n <title>Index of ", title,
179 "</title>\n", NULL);
183 " <title>Index of ", title,
184 "</title>\n", NULL);
999 int emit_xhtml, char *title)
1042 emit_preamble(r, emit_xhtml, title);
1080 emit_preamble(r, emit_xhtml, title);
1102 emit_preamble(r, emit_xhtml, title);
1110 ap_rvputs(r, " <h1 id=\"indextitle\">Index of ", title, "</h1>\n", NULL);
1112 ap_rvputs(r, "<h1>Index of ", title, "</h1>\n", NULL);
1194 char titlebuf[MAX_STRING_LEN], *find = "<title>";