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

/httpd/modules/generators/
H A Dmod_autoindex.c108 char *apply_to; member in struct:item
214 p->apply_to = apr_pstrcat(arr->pool, "*", to, NULL);
217 p->apply_to = apr_pstrdup(arr->pool, to);
220 p->apply_to = NULL;
770 if (!*(p->apply_to)) {
774 if (!ap_strcmp_match(path, p->apply_to)) {
783 p->apply_to)) {
791 p->apply_to)) {
887 if ((ap = strrchr(p->apply_to, '/')) == NULL) {
888 ap = p->apply_to;
[all...]

Completed in 501 milliseconds