Searched defs:cached (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/session/
H A Dmod_session.h94 int cached; /* true if this session was loaded from a member in struct:__anon308
/httpd/server/
H A Drequest.c339 const char *cached; /* The identifier we matched */ member in struct:walk_cache_t
569 int cached; local
607 cached = (cache->cached != NULL);
651 if (cached
656 && (strcmp(entry_dir, cache->cached) == 0)) {
754 cached &= auth_internal_per_conf;
948 cached = 0;
1017 cached = 0;
1255 cached
1357 int cached; local
1558 int cached; local
1753 int cached; local
[all...]
/httpd/modules/ssl/
H A Dmod_ssl_ct.c26 * (shared memory or cached file?)
2139 ct_cached_server_data *cached; local
2180 cached = apr_hash_get(cached_server_data, key, APR_HASH_KEY_STRING);
2184 if (!cached) {
2197 if ((cached = apr_hash_get(cached_server_data, key, APR_HASH_KEY_STRING))) {
2214 if (rv == APR_SUCCESS && !cached) {
2219 /* cached */
2220 rv = cached->validation_result;
2224 APLOGNO(02737) "bad cached validation result");
2244 cached
[all...]

Completed in 227 milliseconds