Home
last modified time | relevance | path

Searched refs:ap_make_dirstr_parent (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/htdigest/httpd-2.4.6/server/
H A Drequest.c637 entry_dir = ap_make_dirstr_parent(r->pool, entry_dir); in ap_directory_walk()
1290 cache->cached = ap_make_dirstr_parent(r->pool, r->filename); in ap_directory_walk()
2027 udir = ap_make_dirstr_parent(rnew->pool, r->uri); in ap_sub_req_method_uri()
2094 udir = ap_make_dirstr_parent(rnew->pool, udir); in ap_sub_req_lookup_dirent()
2104 udir = ap_make_dirstr_parent(rnew->pool, r->uri); in ap_sub_req_lookup_dirent()
2110 fdir = ap_make_dirstr_parent(rnew->pool, r->filename); in ap_sub_req_lookup_dirent()
2209 fdir = ap_make_dirstr_parent(rnew->pool, r->filename); in ap_sub_req_lookup_file()
2255 char *udir = ap_make_dirstr_parent(rnew->pool, r->uri); in ap_sub_req_lookup_file()
H A Dutil.c639 AP_DECLARE(char *) ap_make_dirstr_parent(apr_pool_t *p, const char *s) in ap_make_dirstr_parent() function
2985 ap_make_dirstr_parent(p, cmd)) != APR_SUCCESS)
/dports/www/apache24/httpd-2.4.53/server/
H A Drequest.c743 entry_dir = ap_make_dirstr_parent(r->pool, entry_dir); in ap_directory_walk()
1426 cache->cached = ap_make_dirstr_parent(r->pool, r->filename); in ap_directory_walk()
2262 udir = ap_make_dirstr_parent(rnew->pool, r->uri); in ap_sub_req_method_uri()
2329 udir = ap_make_dirstr_parent(rnew->pool, udir); in ap_sub_req_lookup_dirent()
2339 udir = ap_make_dirstr_parent(rnew->pool, r->uri); in ap_sub_req_lookup_dirent()
2345 fdir = ap_make_dirstr_parent(rnew->pool, r->filename); in ap_sub_req_lookup_dirent()
2444 fdir = ap_make_dirstr_parent(rnew->pool, r->filename); in ap_sub_req_lookup_file()
2490 char *udir = ap_make_dirstr_parent(rnew->pool, r->uri); in ap_sub_req_lookup_file()
H A Dutil.c704 AP_DECLARE(char *) ap_make_dirstr_parent(apr_pool_t *p, const char *s) in ap_make_dirstr_parent() function
3396 ap_make_dirstr_parent(p, cmd)) != APR_SUCCESS)
/dports/www/mod_perl2/mod_perl-2.0.11/xs/Apache2/SubProcess/
H A DApache2__SubProcess.h72 ap_make_dirstr_parent(r->pool, in modperl_spawn_proc_prog()
/dports/www/htdigest/httpd-2.4.6/modules/dav/fs/
H A Drepos.c251 char *dirpath = ap_make_dirstr_parent(ctx->pool, ctx->pathname); in dav_fs_dir_file_name()
810 dirpath = ap_make_dirstr_parent(ctx->pool, ctx->pathname); in dav_fs_get_parent_resource()
822 char *uri = ap_make_dirstr_parent(ctx->pool, resource->uri); in dav_fs_get_parent_resource()
934 ds->temppath = apr_pstrcat(p, ap_make_dirstr_parent(p, ds->pathname), in dav_fs_open_stream()
/dports/www/apache24/httpd-2.4.53/modules/dav/fs/
H A Drepos.c251 char *dirpath = ap_make_dirstr_parent(ctx->pool, ctx->pathname); in dav_fs_dir_file_name()
810 dirpath = ap_make_dirstr_parent(ctx->pool, ctx->pathname); in dav_fs_get_parent_resource()
822 char *uri = ap_make_dirstr_parent(ctx->pool, resource->uri); in dav_fs_get_parent_resource()
935 ds->temppath = apr_pstrcat(p, ap_make_dirstr_parent(p, ds->pathname), in dav_fs_open_stream()
/dports/www/apache24/httpd-2.4.53/modules/ssl/
H A Dssl_util.c132 ap_make_dirstr_parent(p, cmd)) != APR_SUCCESS) in ssl_util_ppopen()
/dports/www/htdigest/httpd-2.4.6/modules/ssl/
H A Dssl_util.c75 ap_make_dirstr_parent(p, cmd)) != APR_SUCCESS) in ssl_util_ppopen()
/dports/www/mod_fcgid/mod_fcgid-2.3.9/modules/fcgid/
H A Dfcgid_proc_win.c140 ap_make_dirstr_parent(procnode->proc_pool, in proc_spawn_process()
H A Dfcgid_proc_unix.c355 ap_make_dirstr_parent(procnode->proc_pool, in proc_spawn_process()
/dports/www/htdigest/httpd-2.4.6/modules/lua/
H A Dlua_vmprep.c271 parent_dir = ap_make_dirstr_parent(pool, file); in munge_path()
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/src/
H A Dmod_speedycgi2.c650 chdir(ap_make_dirstr_parent(global_r->pool, global_r->filename));
/dports/www/suphp/suphp-0.7.2/src/apache2/
H A Dmod_suphp.c636 …|| ((rv = apr_procattr_dir_set(procattr, ap_make_dirstr_parent(r->pool, r->filename))) != APR_SUCC… in suphp_source_handler()
918 …|| ((rv = apr_procattr_dir_set(procattr, ap_make_dirstr_parent(r->pool, r->filename))) != APR_SUCC… in suphp_script_handler()
/dports/www/apache24/httpd-2.4.53/modules/lua/
H A Dlua_vmprep.c293 parent_dir = ap_make_dirstr_parent(pool, file); in munge_path()
/dports/www/mod_perl2/mod_perl-2.0.11/xs/maps/
H A Dapache2_functions.map365 ap_make_dirstr_parent
/dports/www/htdigest/httpd-2.4.6/include/
H A Dhttpd.h1734 AP_DECLARE(char *) ap_make_dirstr_parent(apr_pool_t *p, const char *s);
/dports/www/mod_rivet/rivet-3.2.0/src/request/
H A Dapache_request.c99 return ap_make_dirstr_parent(req->r->pool, ApacheRequest_script_name(req)); in ApacheRequest_script_path()
/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A Dfcgi_pm.c576 if (apr_procattr_dir_set(procattr, ap_make_dirstr_parent(tp, fs->fs_path))) in spawn_fs_process()
760 ap_make_dirstr_parent(tp, fs->fs_path), in spawn_fs_process()
/dports/www/apache24/httpd-2.4.53/include/
H A Dhttpd.h1927 AP_DECLARE(char *) ap_make_dirstr_parent(apr_pool_t *p, const char *s);
/dports/www/htdigest/httpd-2.4.6/modules/mappers/
H A Dmod_negotiation.c578 new->dir_name = ap_make_dirstr_parent(r->pool, r->filename); in parse_accept_headers()
3063 udir = ap_make_dirstr_parent(r->pool, r->uri);
/dports/www/apache24/httpd-2.4.53/modules/mappers/
H A Dmod_negotiation.c578 new->dir_name = ap_make_dirstr_parent(r->pool, r->filename); in parse_accept_headers()
3053 udir = ap_make_dirstr_parent(r->pool, r->uri);
/dports/www/htdigest/httpd-2.4.6/modules/generators/
H A Dmod_cgi.c428 ap_make_dirstr_parent(r->pool, in run_cgi_child()
/dports/www/apache24/httpd-2.4.53/modules/generators/
H A Dmod_cgi.c430 ap_make_dirstr_parent(r->pool, in run_cgi_child()
/dports/www/htdigest/httpd-2.4.6/modules/loggers/
H A Dmod_log_config.c1695 char *dir = ap_make_dirstr_parent(p, abs); in check_log_dir()

12