Searched refs:cached_connection_ (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/lib/libc/net/ |
| HD | nscachedcli.c | 48 static int safe_write(struct cached_connection_ *, const void *, size_t); 49 static int safe_read(struct cached_connection_ *, void *, size_t); 50 static int send_credentials(struct cached_connection_ *, int); 59 safe_write(struct cached_connection_ *connection, const void *data, in safe_write() 103 safe_read(struct cached_connection_ *connection, void *data, size_t data_size) in safe_read() 143 send_credentials(struct cached_connection_ *connection, int type) in send_credentials() 192 struct cached_connection_ * 195 struct cached_connection_ *retval; in __open_cached_connection() 218 retval = malloc(sizeof(struct cached_connection_)); in __open_cached_connection() 220 memset(retval, 0, sizeof(struct cached_connection_)); in __open_cached_connection() [all …]
|
| /freebsd-11-stable/lib/libc/include/ |
| HD | 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;
|