Home
last modified time | relevance | path

Searched refs:sock_write (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libcrypto/bio/
Dbss_sock.c70 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/
Dsocket2.c63 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/
Dsocket1.c106 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/
Dsock.c62 int sock_write(struct sock *);
1414 sock_write(struct sock *f) in sock_write() function
1524 while (sock_write(f)) in sock_out()