Searched refs:cache_info (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/tlsmgr/
H A Dtlsmgr.c284 TLS_SCACHE *cache_info; /* cache handle */ member in struct:__anon11841
445 if (cache->cache_info->verbose)
451 tls_scache_sequence(cache->cache_info, DICT_SEQ_FUN_FIRST,
455 cache->cache_info->timeout);
489 if (ent->cache_info && ent->cache_active)
491 tls_scache_sequence(ent->cache_info, DICT_SEQ_FUN_NEXT,
599 } else if (ent->cache_info == 0) {
606 status = tls_scache_lookup(ent->cache_info,
633 } else if (ent->cache_info != 0) {
635 tls_scache_update(ent->cache_info, ST
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dmod_cache.h176 typedef struct cache_info cache_info; typedef in typeref:struct:cache_info
177 struct cache_info { struct
197 cache_info info;
217 apr_status_t (*store_headers)(cache_handle_t *h, request_rec *r, cache_info *i);
252 cache_info *info; /* current cache info */
262 CACHE_DECLARE(apr_time_t) ap_cache_current_age(cache_info *info, const apr_time_t age_value,
362 apr_status_t cache_store_entity_headers(cache_handle_t *h, request_rec *r, cache_info *info);
H A Dcache_util.c147 CACHE_DECLARE(apr_int64_t) ap_cache_current_age(cache_info *info,
411 cache_info *info = &(h->cache_obj->info);
H A Dmod_disk_cache.c58 static apr_status_t store_headers(cache_handle_t *h, request_rec *r, cache_info *i);
201 static int file_cache_recall_mydata(apr_file_t *fd, cache_info *info,
374 cache_info *info;
485 /* Read the bytes to setup the cache_info fields */
819 static apr_status_t store_headers(cache_handle_t *h, request_rec *r, cache_info *info)
830 /* This is flaky... we need to manage the cache_info differently */
H A Dmod_cache.c348 cache_info *info = NULL;
740 info = apr_pcalloc(r->pool, sizeof(cache_info));
H A Dmod_mem_cache.c106 static apr_status_t store_headers(cache_handle_t *h, request_rec *r, cache_info *i);
605 static apr_status_t store_headers(cache_handle_t *h, request_rec *r, cache_info *info)
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dcpuid.c269 ((uint32_t *) info_p->cache_info)[j] = cpuid_result[j];
272 for (i = 1; i < info_p->cache_info[0]; i++) {
273 if (i*16 > sizeof(info_p->cache_info))
279 ((uint32_t *) info_p->cache_info)[4*i+j] =
431 DBG(" %ld leaf2 descriptors:\n", sizeof(info_p->cache_info));
432 for (i = 1; i < sizeof(info_p->cache_info); i++) {
438 DBG(" 0x%02x", info_p->cache_info[i]);
439 descp = cpuid_leaf2_find(info_p->cache_info[i]);
H A Dcpuid.h308 uint8_t cache_info[64]; /* list of cache descriptors */ member in struct:__anon15252
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c3614 struct stat cache_info; /* Cache file info */ local
3663 if (stat(cache_name, &cache_info))
3664 cache_info.st_mtime = 0;
3678 if (cache_info.st_mtime >= ppd_info.st_mtime)
4844 if (cache_info.st_mtime)

Completed in 205 milliseconds