Searched refs:cached_connection_ (Results 1 – 2 of 2) sorted by relevance
| /freebsd/lib/libc/net/ |
| H A D | nscachedcli.c | 47 static int safe_write(struct cached_connection_ *, const void *, size_t); 48 static int safe_read(struct cached_connection_ *, void *, size_t); 49 static int send_credentials(struct cached_connection_ *, int); 58 safe_write(struct cached_connection_ *connection, const void *data, in safe_write() 102 safe_read(struct cached_connection_ *connection, void *data, size_t data_size) in safe_read() 142 send_credentials(struct cached_connection_ *connection, int type) in send_credentials() 188 struct cached_connection_ * 191 struct cached_connection_ *retval; in __open_cached_connection() 214 retval = malloc(sizeof(struct cached_connection_)); in __open_cached_connection() 216 memset(retval, 0, sizeof(struct cached_connection_)); in __open_cached_connection() [all …]
|
| /freebsd/lib/libc/include/ |
| H A D | nscachedcli.h | 62 struct cached_connection_ { struct 72 typedef struct cached_connection_ *cached_connection; argument 73 typedef struct cached_connection_ *cached_mp_write_session; 74 typedef struct cached_connection_ *cached_mp_read_session;
|