Searched defs:title_name (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c2005 char *title_name = ap_escape_html(r->pool, r->uri); local
2186 title_endp = title_name + strlen(title_name) - 1;
2188 while (title_endp > title_name && *title_endp == '/') {
2194 autoindex_opts & EMIT_XHTML, title_name);

Completed in 18 milliseconds