Lines Matching refs:process
367 * @param The process that the server is running in.
369 void (*rewrite_args) (process_rec *process);
963 * @param process The process that is currently running the server
965 AP_DECLARE(const char *) ap_setup_prelinked_modules(process_rec *process);
987 * @param process The process running the server
993 AP_DECLARE(server_rec *) ap_read_config(process_rec *process,
1000 * @param process The process currently running the server
1002 AP_DECLARE(void) ap_run_rewrite_args(process_rec *process);
1156 * @param conftree The config tree to process