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

/httpd/support/
H A Dhtcacheclean.c1230 static apr_status_t delete_url(apr_pool_t *pool, const char *proxypath, const char *url) argument
1263 return find_directory(pool, proxypath, tmp);
1387 char *proxypath, *path, *pidfilename; local
1404 proxypath = NULL;
1568 if (proxypath) {
1571 proxypath = apr_pstrdup(pool, arg);
1572 if ((status = apr_filepath_set(proxypath, pool)) != APR_SUCCESS) {
1574 proxypath, &status));
1614 if (!proxypath) {
1631 status = delete_url(pool, proxypath, arg
[all...]

Completed in 15 milliseconds