Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/bio/
HDbss_sock.c69 # define sock_write SockWrite /* Watt-32 uses same names */ macro
74 static int sock_write(BIO *h, const char *buf, int num);
85 sock_write,
150 static int sock_write(BIO *b, const char *in, int inl) in sock_write() function
207 ret = sock_write(bp, str, n); in sock_puts()
HDbss_dgram.c98 # define sock_write SockWrite /* Watt-32 uses same names */ macro