Home
last modified time | relevance | path

Searched refs:conn_write (Results 1 – 5 of 5) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_conn.c38 static int conn_write(BIO *h, const char *buf, int num);
64 conn_write,
335 static int conn_write(BIO *b, const char *in, int inl) in conn_write() function
555 ret = conn_write(bp, str, n); in conn_puts()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_conn.c42 static int conn_write(BIO *h, const char *buf, int num);
67 conn_write,
354 static int conn_write(BIO *b, const char *in, int inl) in conn_write() function
607 ret = conn_write(bp, str, n); in conn_puts()
/netbsd/external/bsd/nsd/dist/
H A Dxfrd-tcp.h223 int conn_write(struct xfrd_tcp* conn);
H A Dxfrd-tcp.c1080 int conn_write(struct xfrd_tcp* tcp) in conn_write() function
1201 ret = conn_write(tcp); in xfrd_tcp_write()
1228 ret = conn_write(tcp); in xfrd_tcp_write()
/netbsd/external/bsd/nsd/dist/doc/
H A DChangeLog4429 - split off conn_write() from xfrd tcp nonblocking write routines.