Searched refs:cached_connection_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/include/
H A Dnscachedcli.h64 struct cached_connection_ { struct
74 typedef struct cached_connection_ *cached_connection;
75 typedef struct cached_connection_ *cached_mp_write_session;
76 typedef struct cached_connection_ *cached_mp_read_session;
/freebsd-13-stable/lib/libc/net/
H A Dnscachedcli.c50 static int safe_write(struct cached_connection_ *, const void *, size_t);
51 static int safe_read(struct cached_connection_ *, void *, size_t);
52 static int send_credentials(struct cached_connection_ *, int);
61 safe_write(struct cached_connection_ *connection, const void *data,
105 safe_read(struct cached_connection_ *connection, void *data, size_t data_size)
145 send_credentials(struct cached_connection_ *connection, int type)
192 struct cached_connection_ *
195 struct cached_connection_ *retval;
218 retval = malloc(sizeof(struct cached_connection_));
220 memset(retval, 0, sizeof(struct cached_connection_));
[all...]

Completed in 55 milliseconds