Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dcommon.h106 void fetch_cache_put(conn_t *, int (*)(conn_t *));
H A Dftp.c652 fetch_cache_put(io->cconn, ftp_disconnect); in ftp_closefn()
1203 fetch_cache_put(conn, ftp_disconnect); in ftp_request()
1212 fetch_cache_put(conn, ftp_disconnect); in ftp_request()
H A Dcommon.c409 fetch_cache_put(conn_t *conn, int (*closecb)(conn_t *)) in fetch_cache_put() function