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

/httpd/modules/generators/
H A Dmod_autoindex.c1500 static void output_directories(struct ent **ar, int n, argument
1525 int t = strlen(ar[x]->name);
1534 if (ar[x]->desc != NULL) {
1535 int t = strlen(ar[x]->desc);
1674 t = ar[x]->name;
1687 if (ar[x]->alt && (autoindex_opts & ADDALTCLASS)) {
1689 char *altclass = apr_pstrdup(scratch, ar[x]->alt);
1705 if ((ar[x]->icon) || d->default_icon) {
1708 ar[x]->icon ? ar[
2014 struct ent **ar = NULL; local
[all...]

Completed in 1660 milliseconds