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

/httpd/modules/cache/
H A Dmod_file_cache.c128 a_file *new_file; local
168 new_file = apr_pcalloc(cmd->pool, sizeof(a_file));
169 new_file->finfo = tmp.finfo;
177 if ((rc = apr_mmap_create(&new_file->mm, fd, 0,
178 (apr_size_t)new_file->finfo.size,
186 new_file->is_mmapped = TRUE;
192 new_file->is_mmapped = FALSE;
193 new_file->file = fd;
197 new_file->filename = fspec;
198 apr_rfc822_date(new_file
[all...]
/httpd/modules/dav/main/
H A Dutil.c194 char *new_file; local
297 new_file = apr_uri_unparse(r->pool, &comp, APR_URI_UNP_OMITSITEPART);
304 result.rnew = ap_sub_req_method_uri(r->method, new_file, r, NULL);
/httpd/server/
H A Drequest.c2302 AP_DECLARE(request_rec *) ap_sub_req_lookup_file(const char *new_file, argument
2322 if (apr_filepath_merge(&rnew->filename, fdir, new_file,
2333 * Check for a special case... if there are no '/' characters in new_file
2365 ap_parse_uri(rnew, new_file); /* fill in parsed_uri values */
2374 ap_parse_uri(rnew, new_file); /* fill in parsed_uri values */

Completed in 28 milliseconds