Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbss_fd.c51 static int fd_write(BIO *h, const char *buf, int num);
65 fd_write,
133 static int fd_write(BIO *b, const char *in, int inl) in fd_write() function
206 ret = fd_write(bp, str, n); in fd_puts()