Lines Matching defs:server

313     server_rec *server;
318 * server context (path == NULL) or being called in a dir context
342 * compatible with this version of the server.
367 * @param The process that the server is running in.
385 /** Function to allow all modules to create per server configuration
388 * @param s The server currently being processed.
389 * @return The per-server structure created
392 /** Function to allow all modules to merge the per server configuration
451 * additions of functionality to the existing API. (the server can detect
520 * @param s The server from which to get the loglevel.
537 * @param s The server from which to get the loglevel if c does not have a
578 &(r)->server->log)
723 * Add a module to the server
732 * Remove a module from the server. There are some caveats:
734 * per-dir and per-server configurations are invalid. So we should
880 * Walk a config tree and setup the server's internal structures
954 * @param s The server to configure for.
963 * @param process The process that is currently running the server
986 * Read all config files and setup the server
987 * @param process The process running the server
1000 * @param process The process currently running the server
1113 * @param main_server The main server for this Apache configuration
1124 * @param s The server rec to use for the command parms
1138 * @param s The server rec to use for the command parms
1155 * @param s The server rec to use in the command parms
1214 * Ask a module to create per-server and per-section (dir/loc/file) configs
1215 * (if it hasn't happened already). The results are stored in the server's
1217 * @param server The server to operate upon.
1224 AP_CORE_DECLARE(void *) ap_set_config_vectors(server_rec *server,
1255 * @param s the server to operate upon
1264 * only if the server was invoked to test the configuration syntax.
1301 * @param s The list of server_recs in this server
1330 * This is run immediately before the server starts. Optional functions should