Lines Matching defs:wildcard
472 char *wildcard = NULL;
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 characters in a path cause mod_proxy_ftp to list the files instead of trying to get them. Defaults to on."),
2178 RSRC_CONF|ACCESS_CONF, "Whether the proxy should escape wildcards in paths before sending them to the FTP server. Defaults to on, but most FTP servers will need it turned off if you need to manage paths that contain wildcard characters."),