HomeSort by: relevance | last modified time | path
    Searched refs:fetch_cache_put (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/fetch/dist/libfetch/
common.h 107 void fetch_cache_put(conn_t *, int (*)(conn_t *));
ftp.c 653 fetch_cache_put(io->cconn, ftp_disconnect);
1200 fetch_cache_put(conn, ftp_disconnect);
1209 fetch_cache_put(conn, ftp_disconnect);
http.c 337 fetch_cache_put(io->conn, fetch_close);
1241 fetch_cache_put(conn, fetch_close);
common.c 404 fetch_cache_put(conn_t *conn, int (*closecb)(conn_t *)) function

Completed in 16 milliseconds