Searched refs:testpath (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/dav/fs/ |
H A D | repos.c | 250 const char *testpath, *rootpath; local 255 testpath = dirpath; 257 rv = apr_filepath_root(&rootpath, &testpath, 0, ctx->pool); 262 if ((rv == APR_SUCCESS && testpath && *testpath) 273 * APR_EINCOMPLETE an incomplete testpath told us 781 const char *testpath; local 794 testpath = ctx->pathname; 795 rv = apr_filepath_root(&testroot, &testpath, 0, ctx->pool); 797 || !testpath || !*testpat [all...] |
/httpd/modules/generators/ |
H A D | mod_autoindex.c | 1253 char *testpath; local 1256 * testpath is a crafted lie, so that the syntax '/some/..' 1273 testpath = ap_make_full_path(r->pool, r->filename, ".."); 1274 if (ignore_entry(d, testpath)) { 1284 if (!(p->icon = find_default_icon(d, testpath))) { 1287 if (!(p->alt = find_default_alt(d, testpath))) { 1294 p->desc = find_desc(d, testpath);
|
Completed in 1552 milliseconds