Home
last modified time | relevance | path

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

/freebsd/lib/libc/include/
H A Dnscachedcli.h72 typedef struct cached_connection_ *cached_connection; typedef
83 extern cached_connection __open_cached_connection(
85 extern void __close_cached_connection(cached_connection);
88 extern int __cached_write(cached_connection, const char *, const char *,
90 extern int __cached_read(cached_connection, const char *, const char *,
/freebsd/lib/libfetch/
H A Dftp.c103 static conn_t *cached_connection; variable
587 if (io->cconn == cached_connection && io->cconn->ref == 1) in ftp_closefn()
588 cached_connection = NULL; in ftp_closefn()
1017 if (conn == cached_connection && conn->ref == 1) in ftp_disconnect()
1018 cached_connection = NULL; in ftp_disconnect()
1028 return (cached_connection in ftp_isconnected()
1050 e = ftp_cmd(cached_connection, "NOOP"); in ftp_cached_connect()
1052 return (fetch_ref(cached_connection)); in ftp_cached_connect()
1058 if (cached_connection) in ftp_cached_connect()
1059 ftp_disconnect(cached_connection); in ftp_cached_connect()
[all …]
/freebsd/lib/libc/net/
H A Dnscache.c57 cached_connection connection; in __nss_common_cache_read()
161 cached_connection connection; in __nss_common_cache_write()
230 cached_connection connection; in __nss_common_cache_write_negative()