Searched refs:retrieve (Results 1 - 5 of 5) sorted by relevance

/httpd/include/
H A Dap_socache.h38 /** If this flag is set, the store/retrieve/remove/status interfaces
43 /* XXX: Even if store/retrieve/remove is atomic, isn't it useful to note
171 apr_status_t (*retrieve)(ap_socache_instance_t *instance, server_rec *s, member in struct:ap_socache_provider_t
/httpd/modules/aaa/
H A Dmod_authn_socache.c382 rv = socache_provider->retrieve(socache_instance, r->server,
427 rv = socache_provider->retrieve(socache_instance, r->server,
/httpd/modules/ssl/
H A Dssl_scache.c160 rv = mc->sesscache->retrieve(mc->sesscache_context, s, id, idlen,
H A Dssl_util_stapling.c136 "ssl_stapling_init_cert: can't retrieve issuer "
273 rv = mc->stapling_cache->retrieve(mc->stapling_cache_context, s,
/httpd/modules/cache/
H A Dmod_cache_socache.c469 /* attempt to retrieve the cached entry */
481 rc = conf->provider->socache_provider->retrieve(
532 /* attempt to retrieve the cached entry */
544 rc = conf->provider->socache_provider->retrieve(

Completed in 349 milliseconds