Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_sock.c24 # undef sock_puts
27 # define sock_puts SockPuts macro
32 static int sock_puts(BIO *h, const char *str);
45 sock_puts,
215 static int sock_puts(BIO *bp, const char *str) in sock_puts() function