Searched refs:init (Results 1 - 10 of 10) sorted by relevance

/httpd/include/
H A Dap_socache.h51 /** Hints which may be passed to the init function; providers may
128 apr_status_t (*init)(ap_socache_instance_t *instance, const char *cname, member in struct:ap_socache_provider_t
H A Dhttp_core.h893 void * (*init)(apr_pool_t *p, server_rec *s); member in struct:ap_errorlog_provider
897 * @param handle Handle created by init() function
/httpd/build/rpm/
H A Dhtcacheclean.init38 . /etc/rc.d/init.d/functions
H A Dhttpd.init39 . /etc/rc.d/init.d/functions
83 # when not running is also a failure. So we just do it the way init scripts
/httpd/modules/ssl/
H A Dssl_scache.c61 rv = mc->stapling_cache->init(mc->stapling_cache_context,
87 rv = mc->sesscache->init(mc->sesscache_context, "mod_ssl-session", &hints, s, p);
H A Dssl_engine_io.c166 bio->init = 1;
/httpd/modules/aaa/
H A Dmod_authn_socache.c125 rv = socache_provider->init(socache_instance, authn_cache_id,
/httpd/modules/cache/
H A Dmod_cache_socache.c454 /* Create and init the cache object */
1498 rv = conf->provider->socache_provider->init(
/httpd/modules/loggers/
H A Dmod_log_config.c1537 /* First init the buffered logs array, which is needed when opening the logs. */
1705 provider_handle = provider->init(p, s);
1917 * As a policy, we should init everything required by an optional function
/httpd/server/
H A Dlog.c336 s->errorlog_provider_handle = s->errorlog_provider->init(p, s);

Completed in 4289 milliseconds