Searched defs:subcache (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/cache/ |
H A D | mod_socache_shmcb.c | 66 /* How many indexes each subcache's queue has */ 68 /* How large each subcache is, including the queue and data */ 70 /* How far into each subcache the data area is (optimisation) */ 72 /* How large the data area in each subcache is (optimisation) */ 77 * Subcache structure - the start of each subcache, followed by 88 * Index structure - each subcache has an array of these 93 /* location within the subcache's data area */ 124 * Each subcache is prefixed by the SHMCBSubcache structure. 126 * The subcache's "Data" segment is a single cyclic data buffer, of 129 * buffer is subcache 459 SHMCBSubcache *subcache = SHMCB_SUBCACHE(header, loop); local 486 SHMCBSubcache *subcache = SHMCB_MASK(header, id); local 523 SHMCBSubcache *subcache = SHMCB_MASK(header, id); local 548 SHMCBSubcache *subcache = SHMCB_MASK(header, id); local 590 SHMCBSubcache *subcache = SHMCB_SUBCACHE(header, loop); local 693 SHMCBSubcache *subcache = SHMCB_SUBCACHE(header, loop); local 704 shmcb_subcache_expire(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, apr_time_t now) argument 750 shmcb_subcache_store(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, unsigned char *data, unsigned int data_len, const unsigned char *id, unsigned int id_len, apr_time_t expiry) argument 854 shmcb_subcache_retrieve(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, const unsigned char *id, unsigned int idlen, unsigned char *dest, unsigned int *destlen) argument 917 shmcb_subcache_remove(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, const unsigned char *id, unsigned int idlen) argument 953 shmcb_subcache_iterate(ap_socache_instance_t *instance, server_rec *s, void *userctx, SHMCBHeader *header, SHMCBSubcache *subcache, ap_socache_iterator_t *iterator, unsigned char **buf, apr_size_t *buf_len, apr_pool_t *pool, apr_time_t now) argument [all...] |
Completed in 373 milliseconds