Searched refs:sock_write (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/lib/libcrypto/bio/ |
| D | bss_sock.c | 70 static int sock_write(BIO *h, const char *buf, int num); 81 .bwrite = sock_write, 153 sock_write(BIO *b, const char *in, int inl) in sock_write() function 212 ret = sock_write(bp, str, n); in sock_puts()
|
| /openbsd/src/regress/lib/libpthread/socket/2/ |
| D | socket2.c | 63 sock_write(void *arg) in sock_write() function 155 CHECKr(pthread_create(&thread, NULL, sock_write, &fd)); in sock_accept()
|
| /openbsd/src/regress/lib/libpthread/socket/1/ |
| D | socket1.c | 106 sock_write(void *arg) in sock_write() function 158 CHECKr(pthread_create(&thread, &attr, sock_write, &fd)); in sock_accept()
|
| /openbsd/src/usr.bin/sndiod/ |
| D | sock.c | 62 int sock_write(struct sock *); 1414 sock_write(struct sock *f) in sock_write() function 1524 while (sock_write(f)) in sock_out()
|