Home
last modified time | relevance | path

Searched refs:existing_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dcache-inprocess.c317 struct cache_entry *existing_entry; in inprocess_cache_set_internal() local
323 if (existing_entry && cache->items_per_page == 1) in inprocess_cache_set_internal()
328 struct cache_page *page = existing_entry->page; in inprocess_cache_set_internal()
337 existing_entry = NULL; in inprocess_cache_set_internal()
341 if (existing_entry) in inprocess_cache_set_internal()
346 cache->data_size -= existing_entry->size; in inprocess_cache_set_internal()
353 cache->data_size += existing_entry->size; in inprocess_cache_set_internal()
354 if (existing_entry->size == 0) in inprocess_cache_set_internal()
355 existing_entry->value = NULL; in inprocess_cache_set_internal()
359 existing_entry->value = NULL; in inprocess_cache_set_internal()
[all …]