Searched refs:binpath (Results 1 - 3 of 3) sorted by relevance
/httpd/os/win32/ |
H A D | util_win32.c | 30 AP_DECLARE(apr_status_t) ap_os_proc_filepath(char **binpath, apr_pool_t *p) 46 *binpath = apr_palloc(p, binlen); 47 rv = apr_conv_ucs2_to_utf8(wbinpath, &wbinlen, *binpath, &binlen); 62 *binpath = apr_pstrdup(p, pathbuf);
|
H A D | os.h | 85 AP_DECLARE(apr_status_t) ap_os_proc_filepath(char **binpath, apr_pool_t *p);
|
/httpd/server/mpm/winnt/ |
H A D | mpm_winnt.c | 1009 char *binpath; local 1107 if ((rv = ap_os_proc_filepath(&binpath, process->pconf)) 1116 def_server_root = (char *) apr_filepath_name_get(binpath); 1117 if (def_server_root > binpath) { 1119 def_server_root = (char *) apr_filepath_name_get(binpath); 1123 apr_filepath_merge(&def_server_root, NULL, binpath,
|
Completed in 1098 milliseconds