Home
last modified time | relevance | path

Searched refs:sock_puts (Results 1 – 1 of 1) sorted by last modified time

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_sock.c72 static int sock_puts(BIO *h, const char *str);
83 .bputs = sock_puts,
205 sock_puts(BIO *bp, const char *str) in sock_puts() function