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

/httpd/support/
H A Dhtcacheclean.c269 char *nextpath, *name; local
286 nextpath = apr_pstrcat(p, path, "/", name, NULL);
287 if (!apr_dir_remove(nextpath, p)) {
293 nextpath = apr_pstrcat(p, path, "/", apr_pstrndup(p, name, vary
295 if (!apr_file_remove(nextpath, p)) {
325 char *nextpath; local
330 nextpath = apr_pstrcat(p, path, "/", basename, NULL);
334 if (!apr_stat(&finfo, nextpath, APR_FINFO_NLINK, p)) {
338 else if (!apr_file_remove(nextpath, p)) {
361 char *nextpath; local
413 const char *ext, *nextpath; local
606 char *nextpath, *base, *ext; local
[all...]

Completed in 13 milliseconds