Searched defs:title (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/http/ |
H A D | http_protocol.c | 1485 const char *title = status_lines[idx]; local 1509 title = r->status_line; 1514 h1 = &title[4]; 1522 "<html><head>\n<title>", title, 1523 "</title>\n</head><body>\n<h1>", h1, "</h1>\n",
|
/httpd/modules/generators/ |
H A D | mod_autoindex.c | 168 static void emit_preamble(request_rec *r, int xhtml, const char *title) argument 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); 998 emit_head(request_rec *r, char *header_fname, int suppress_amble, int emit_xhtml, char *title) argument [all...] |
Completed in 1323 milliseconds