Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dcommon.c336 static conn_t *connection_cache; variable
367 while ((conn = connection_cache) != NULL) { in fetchConnectionCacheClose()
368 connection_cache = conn->next_cached; in fetchConnectionCacheClose()
382 for (conn = connection_cache; conn; last_conn = conn, in fetch_cache_get()
395 connection_cache = conn->next_cached; in fetch_cache_get()
421 for (iter = connection_cache; iter; ) { in fetch_cache_put()
437 connection_cache = iter->next_cached; in fetch_cache_put()
446 conn->next_cached = connection_cache; in fetch_cache_put()
447 connection_cache = conn; in fetch_cache_put()