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

/freebsd-9.3-release/lib/libc/include/
H A Dnscachedcli.h72 typedef struct cached_connection_ *cached_connection; typedef in typeref:struct:cached_connection_
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-9.3-release/lib/libfetch/
H A Dftp.c103 static conn_t *cached_connection; variable
588 if (io->cconn == cached_connection && io->cconn->ref == 1)
589 cached_connection = NULL;
1013 if (conn == cached_connection && conn->ref == 1)
1014 cached_connection = NULL;
1024 return (cached_connection
1046 e = ftp_cmd(cached_connection, "NOOP");
1048 return (fetch_ref(cached_connection));
1054 if (cached_connection)
1055 ftp_disconnect(cached_connection);
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dnscache.c57 cached_connection connection;
161 cached_connection connection;
230 cached_connection connection;

Completed in 66 milliseconds