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

/freebsd-12-stable/lib/libc/include/
H A Dnscachedcli.h74 typedef struct cached_connection_ *cached_connection; typedef in typeref:struct:cached_connection_
85 extern cached_connection __open_cached_connection(
87 extern void __close_cached_connection(cached_connection);
90 extern int __cached_write(cached_connection, const char *, const char *,
92 extern int __cached_read(cached_connection, const char *, const char *,
/freebsd-12-stable/lib/libfetch/
H A Dftp.c105 static conn_t *cached_connection; variable
589 if (io->cconn == cached_connection && io->cconn->ref == 1)
590 cached_connection = NULL;
1016 if (conn == cached_connection && conn->ref == 1)
1017 cached_connection = NULL;
1027 return (cached_connection
1049 e = ftp_cmd(cached_connection, "NOOP");
1051 return (fetch_ref(cached_connection));
1057 if (cached_connection)
1058 ftp_disconnect(cached_connection);
[all...]
/freebsd-12-stable/lib/libc/net/
H A Dnscache.c60 cached_connection connection;
164 cached_connection connection;
233 cached_connection connection;

Completed in 56 milliseconds