Home
last modified time | relevance | path

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

/minix3/external/bsd/fetch/dist/libfetch/
H A Dcommon.c325 static conn_t *connection_cache; variable
356 while ((conn = connection_cache) != NULL) { in fetchConnectionCacheClose()
357 connection_cache = conn->next_cached; in fetchConnectionCacheClose()
371 for (conn = connection_cache; conn; conn = conn->next_cached) { in fetch_cache_get()
382 connection_cache = conn->next_cached; in fetch_cache_get()
408 for (iter = connection_cache; iter; in fetch_cache_put()
420 connection_cache = iter->next_cached; in fetch_cache_put()
425 conn->next_cached = connection_cache; in fetch_cache_put()
426 connection_cache = conn; in fetch_cache_put()