Searched refs:short_name (Results 1 - 3 of 3) sorted by relevance

/httpd/server/
H A Dmain.c277 * short_name is a pointer into argv, so remains valid.
279 const char *name = process->short_name ? process->short_name : "httpd";
346 process->short_name = apr_filepath_name_get((*argv)[0]);
485 ap_server_argv0 = process->short_name;
H A Dconfig.c694 const char *short_name)
702 error = ap_add_module(mod, p, short_name);
693 ap_add_loaded_module(module *mod, apr_pool_t *p, const char *short_name) argument
/httpd/include/
H A Dhttpd.h779 const char *short_name; member in struct:process_rec

Completed in 32 milliseconds