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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_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) function
207 ret = sock_write(bp, str, n);
H A Dbss_dgram.c98 # define sock_write SockWrite /* Watt-32 uses same names */ macro

Completed in 66 milliseconds