Searched refs:wildcard (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/core/test/
H A DMakefile29 F.conf = $(wildcard conf/test*.conf)
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c472 char *wildcard = NULL; local
512 wildcard = &reldir[1];
513 reldir[0] = '\0'; /* strip off the wildcard suffix */
559 if (wildcard != NULL) {
560 wildcard = ap_escape_html(p, wildcard);
561 APR_BRIGADE_INSERT_TAIL(out, apr_bucket_pool_create(wildcard,
562 strlen(wildcard), p,
1707 * Also, don't allow to RETR by wildcard. Instead, create a dirlisting,
2176 RSRC_CONF|ACCESS_CONF, "Whether wildcard character
[all...]

Completed in 418 milliseconds