Searched refs:component (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dhttpd.h437 * Add a component to the server description and banner strings
438 * @param pconf The pool to allocate the component from
439 * @param component The string to add
441 AP_DECLARE(void) ap_add_version_component(apr_pool_t *pconf, const char *component);
/httpd/server/
H A Dcore.c624 * components (where the root component is zero).
3317 AP_DECLARE(void) ap_add_version_component(apr_pool_t *pconf, const char *component) argument
3328 server_banner = apr_pstrdup(pconf, component);
3332 * Tack the given component identifier to the end of
3336 component, NULL);
3340 component, NULL);

Completed in 2527 milliseconds