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

/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_cache.c66 static struct http_cache_entry *error_cache = NULL; /* cache entry for error */ variable in typeref:struct:http_cache_entry
93 /* NOTE: 0 is valid length and used by error_cache */
139 /* Function create_404_page_cache creates error_cache entry,
143 error_cache = cache_entry_allocate();
144 error_cache->hbuff = allocate_buff_holder (0);
145 increment_buff_holder_ref (error_cache->hbuff);
146 error_cache->valid = 1;
388 error_cache->conn = e->conn;
389 error_cache->last = e->last;
390 handle_pending_list (error_cache); /* don
[all...]

Completed in 32 milliseconds